|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icestandard.ICE.V20.delivery.CmPackage
Constructor Summary | |
CmPackage()
|
|
CmPackage(GroupType[] group,
AddType[] add,
RemoveType[] removeItem)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
AddType[] |
getAdd()
Gets the add value for this CmPackage. |
AddType |
getAdd(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
GroupType[] |
getGroup()
Gets the group value for this CmPackage. |
GroupType |
getGroup(int i)
|
RemoveType[] |
getRemoveItem()
Gets the removeItem value for this CmPackage. |
RemoveType |
getRemoveItem(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 |
setAdd(AddType[] add)
Sets the add value for this CmPackage. |
void |
setAdd(int i,
AddType _value)
|
void |
setGroup(GroupType[] group)
Sets the group value for this CmPackage. |
void |
setGroup(int i,
GroupType _value)
|
void |
setRemoveItem(int i,
RemoveType _value)
|
void |
setRemoveItem(RemoveType[] removeItem)
Sets the removeItem value for this CmPackage. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CmPackage()
public CmPackage(GroupType[] group, AddType[] add, RemoveType[] removeItem)
Method Detail |
public GroupType[] getGroup()
public void setGroup(GroupType[] group)
group
- public GroupType getGroup(int i)
public void setGroup(int i, GroupType _value)
public AddType[] getAdd()
public void setAdd(AddType[] add)
add
- public AddType getAdd(int i)
public void setAdd(int i, AddType _value)
public RemoveType[] getRemoveItem()
public void setRemoveItem(RemoveType[] removeItem)
removeItem
- public RemoveType getRemoveItem(int i)
public void setRemoveItem(int i, RemoveType _value)
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 |