org.icestandard.ICE.V20.delivery
Class PackageType

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

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

See Also:
Serialized Form

Constructor Summary
PackageType()
           
PackageType(CmPackage cmPackage, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Token packageId, org.apache.axis.types.Token subscriptionId, boolean fullupdate, boolean confirmation, org.apache.axis.types.Token newState, org.apache.axis.types.Token oldState)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this PackageType.
 CmPackage getCmPackage()
          Gets the cmPackage value for this PackageType.
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 getNewState()
          Gets the newState value for this PackageType.
 org.apache.axis.types.Token getOldState()
          Gets the oldState value for this PackageType.
 org.apache.axis.types.Token getPackageId()
          Gets the packageId value for this PackageType.
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 getSubscriptionId()
          Gets the subscriptionId value for this PackageType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isConfirmation()
          Gets the confirmation value for this PackageType.
 boolean isFullupdate()
          Gets the fullupdate value for this PackageType.
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this PackageType.
 void setCmPackage(CmPackage cmPackage)
          Sets the cmPackage value for this PackageType.
 void setConfirmation(boolean confirmation)
          Sets the confirmation value for this PackageType.
 void setFullupdate(boolean fullupdate)
          Sets the fullupdate value for this PackageType.
 void setNewState(org.apache.axis.types.Token newState)
          Sets the newState value for this PackageType.
 void setOldState(org.apache.axis.types.Token oldState)
          Sets the oldState value for this PackageType.
 void setPackageId(org.apache.axis.types.Token packageId)
          Sets the packageId value for this PackageType.
 void setSubscriptionId(org.apache.axis.types.Token subscriptionId)
          Sets the subscriptionId value for this PackageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageType

public PackageType()

PackageType

public PackageType(CmPackage cmPackage,
                   org.apache.axis.message.MessageElement[] _any,
                   org.apache.axis.types.Token packageId,
                   org.apache.axis.types.Token subscriptionId,
                   boolean fullupdate,
                   boolean confirmation,
                   org.apache.axis.types.Token newState,
                   org.apache.axis.types.Token oldState)
Method Detail

getCmPackage

public CmPackage getCmPackage()
Gets the cmPackage value for this PackageType.

Returns:
cmPackage

setCmPackage

public void setCmPackage(CmPackage cmPackage)
Sets the cmPackage value for this PackageType.

Parameters:
cmPackage -

get_any

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

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 PackageType.

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

getPackageId

public org.apache.axis.types.Token getPackageId()
Gets the packageId value for this PackageType.

Returns:
packageId

setPackageId

public void setPackageId(org.apache.axis.types.Token packageId)
Sets the packageId value for this PackageType.

Parameters:
packageId -

getSubscriptionId

public org.apache.axis.types.Token getSubscriptionId()
Gets the subscriptionId value for this PackageType.

Returns:
subscriptionId

setSubscriptionId

public void setSubscriptionId(org.apache.axis.types.Token subscriptionId)
Sets the subscriptionId value for this PackageType.

Parameters:
subscriptionId -

isFullupdate

public boolean isFullupdate()
Gets the fullupdate value for this PackageType.

Returns:
fullupdate

setFullupdate

public void setFullupdate(boolean fullupdate)
Sets the fullupdate value for this PackageType.

Parameters:
fullupdate -

isConfirmation

public boolean isConfirmation()
Gets the confirmation value for this PackageType.

Returns:
confirmation

setConfirmation

public void setConfirmation(boolean confirmation)
Sets the confirmation value for this PackageType.

Parameters:
confirmation -

getNewState

public org.apache.axis.types.Token getNewState()
Gets the newState value for this PackageType.

Returns:
newState

setNewState

public void setNewState(org.apache.axis.types.Token newState)
Sets the newState value for this PackageType.

Parameters:
newState -

getOldState

public org.apache.axis.types.Token getOldState()
Gets the oldState value for this PackageType.

Returns:
oldState

setOldState

public void setOldState(org.apache.axis.types.Token oldState)
Sets the oldState value for this PackageType.

Parameters:
oldState -

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