org.icestandard.ICE.V20.delivery
Class AddType

java.lang.Object
  extended byorg.icestandard.ICE.V20.delivery.AddType
All Implemented Interfaces:
java.io.Serializable

public class AddType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AddType()
           
AddType(MetadataType metadata, ItemType item, AddTypeItemRef itemRef, org.apache.axis.types.Token subscriptionElementId, boolean isNew, java.util.Calendar activation, java.util.Calendar expiration)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getActivation()
          Gets the activation value for this AddType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getExpiration()
          Gets the expiration value for this AddType.
 ItemType getItem()
          Gets the item value for this AddType.
 AddTypeItemRef getItemRef()
          Gets the itemRef value for this AddType.
 MetadataType getMetadata()
          Gets the metadata value for this AddType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.Token getSubscriptionElementId()
          Gets the subscriptionElementId value for this AddType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsNew()
          Gets the isNew value for this AddType.
 void setActivation(java.util.Calendar activation)
          Sets the activation value for this AddType.
 void setExpiration(java.util.Calendar expiration)
          Sets the expiration value for this AddType.
 void setIsNew(boolean isNew)
          Sets the isNew value for this AddType.
 void setItem(ItemType item)
          Sets the item value for this AddType.
 void setItemRef(AddTypeItemRef itemRef)
          Sets the itemRef value for this AddType.
 void setMetadata(MetadataType metadata)
          Sets the metadata value for this AddType.
 void setSubscriptionElementId(org.apache.axis.types.Token subscriptionElementId)
          Sets the subscriptionElementId value for this AddType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddType

public AddType()

AddType

public AddType(MetadataType metadata,
               ItemType item,
               AddTypeItemRef itemRef,
               org.apache.axis.types.Token subscriptionElementId,
               boolean isNew,
               java.util.Calendar activation,
               java.util.Calendar expiration)
Method Detail

getMetadata

public MetadataType getMetadata()
Gets the metadata value for this AddType.

Returns:
metadata

setMetadata

public void setMetadata(MetadataType metadata)
Sets the metadata value for this AddType.

Parameters:
metadata -

getItem

public ItemType getItem()
Gets the item value for this AddType.

Returns:
item

setItem

public void setItem(ItemType item)
Sets the item value for this AddType.

Parameters:
item -

getItemRef

public AddTypeItemRef getItemRef()
Gets the itemRef value for this AddType.

Returns:
itemRef

setItemRef

public void setItemRef(AddTypeItemRef itemRef)
Sets the itemRef value for this AddType.

Parameters:
itemRef -

getSubscriptionElementId

public org.apache.axis.types.Token getSubscriptionElementId()
Gets the subscriptionElementId value for this AddType.

Returns:
subscriptionElementId

setSubscriptionElementId

public void setSubscriptionElementId(org.apache.axis.types.Token subscriptionElementId)
Sets the subscriptionElementId value for this AddType.

Parameters:
subscriptionElementId -

isIsNew

public boolean isIsNew()
Gets the isNew value for this AddType.

Returns:
isNew

setIsNew

public void setIsNew(boolean isNew)
Sets the isNew value for this AddType.

Parameters:
isNew -

getActivation

public java.util.Calendar getActivation()
Gets the activation value for this AddType.

Returns:
activation

setActivation

public void setActivation(java.util.Calendar activation)
Sets the activation value for this AddType.

Parameters:
activation -

getExpiration

public java.util.Calendar getExpiration()
Gets the expiration value for this AddType.

Returns:
expiration

setExpiration

public void setExpiration(java.util.Calendar expiration)
Sets the expiration value for this AddType.

Parameters:
expiration -

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