org.icestandard.ICE.V20.delivery
Class CmPackage

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

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

See Also:
Serialized Form

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

CmPackage

public CmPackage()

CmPackage

public CmPackage(GroupType[] group,
                 AddType[] add,
                 RemoveType[] removeItem)
Method Detail

getGroup

public GroupType[] getGroup()
Gets the group value for this CmPackage.

Returns:
group

setGroup

public void setGroup(GroupType[] group)
Sets the group value for this CmPackage.

Parameters:
group -

getGroup

public GroupType getGroup(int i)

setGroup

public void setGroup(int i,
                     GroupType _value)

getAdd

public AddType[] getAdd()
Gets the add value for this CmPackage.

Returns:
add

setAdd

public void setAdd(AddType[] add)
Sets the add value for this CmPackage.

Parameters:
add -

getAdd

public AddType getAdd(int i)

setAdd

public void setAdd(int i,
                   AddType _value)

getRemoveItem

public RemoveType[] getRemoveItem()
Gets the removeItem value for this CmPackage.

Returns:
removeItem

setRemoveItem

public void setRemoveItem(RemoveType[] removeItem)
Sets the removeItem value for this CmPackage.

Parameters:
removeItem -

getRemoveItem

public RemoveType getRemoveItem(int i)

setRemoveItem

public void setRemoveItem(int i,
                          RemoveType _value)

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