|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icestandard.ICE.V20.delivery.AddType
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 |
public 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 |
public MetadataType getMetadata()
public void setMetadata(MetadataType metadata)
metadata
- public ItemType getItem()
public void setItem(ItemType item)
item
- public AddTypeItemRef getItemRef()
public void setItemRef(AddTypeItemRef itemRef)
itemRef
- public org.apache.axis.types.Token getSubscriptionElementId()
public void setSubscriptionElementId(org.apache.axis.types.Token subscriptionElementId)
subscriptionElementId
- public boolean isIsNew()
public void setIsNew(boolean isNew)
isNew
- public java.util.Calendar getActivation()
public void setActivation(java.util.Calendar activation)
activation
- public java.util.Calendar getExpiration()
public void setExpiration(java.util.Calendar expiration)
expiration
- public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |