org.icestandard.ICE.V20.delivery
Class ItemType

java.lang.Object
  extended byorg.icestandard.ICE.V20.delivery.ItemType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, org.apache.axis.encoding.MixedContentType, java.io.Serializable

public class ItemType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType, org.apache.axis.encoding.MixedContentType

See Also:
Serialized Form

Constructor Summary
ItemType()
           
ItemType(OfferType[] offer, org.apache.axis.message.MessageElement[] _any, ItemTypeContentTransferEncoding contentTransferEncoding, org.apache.axis.types.Token name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this ItemType.
 ItemTypeContentTransferEncoding getContentTransferEncoding()
          Gets the contentTransferEncoding value for this ItemType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.Token getName()
          Gets the name value for this ItemType.
 OfferType[] getOffer()
          Gets the offer value for this ItemType.
 OfferType getOffer(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this ItemType.
 void setContentTransferEncoding(ItemTypeContentTransferEncoding contentTransferEncoding)
          Sets the contentTransferEncoding value for this ItemType.
 void setName(org.apache.axis.types.Token name)
          Sets the name value for this ItemType.
 void setOffer(int i, OfferType _value)
           
 void setOffer(OfferType[] offer)
          Sets the offer value for this ItemType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemType

public ItemType()

ItemType

public ItemType(OfferType[] offer,
                org.apache.axis.message.MessageElement[] _any,
                ItemTypeContentTransferEncoding contentTransferEncoding,
                org.apache.axis.types.Token name)
Method Detail

getOffer

public OfferType[] getOffer()
Gets the offer value for this ItemType.

Returns:
offer

setOffer

public void setOffer(OfferType[] offer)
Sets the offer value for this ItemType.

Parameters:
offer -

getOffer

public OfferType getOffer(int i)

setOffer

public void setOffer(int i,
                     OfferType _value)

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this ItemType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this ItemType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getContentTransferEncoding

public ItemTypeContentTransferEncoding getContentTransferEncoding()
Gets the contentTransferEncoding value for this ItemType.

Returns:
contentTransferEncoding

setContentTransferEncoding

public void setContentTransferEncoding(ItemTypeContentTransferEncoding contentTransferEncoding)
Sets the contentTransferEncoding value for this ItemType.

Parameters:
contentTransferEncoding -

getName

public org.apache.axis.types.Token getName()
Gets the name value for this ItemType.

Returns:
name

setName

public void setName(org.apache.axis.types.Token name)
Sets the name value for this ItemType.

Parameters:
name -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer