org.icestandard.ICE.V20.delivery
Class GetPackageType

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

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

See Also:
Serialized Form

Constructor Summary
GetPackageType()
           
GetPackageType(Parameters parameters, org.apache.axis.types.Token currentState, org.apache.axis.types.Token subscriptionId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.Token getCurrentState()
          Gets the currentState value for this GetPackageType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Parameters getParameters()
          Gets the parameters value for this GetPackageType.
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 GetPackageType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCurrentState(org.apache.axis.types.Token currentState)
          Sets the currentState value for this GetPackageType.
 void setParameters(Parameters parameters)
          Sets the parameters value for this GetPackageType.
 void setSubscriptionId(org.apache.axis.types.Token subscriptionId)
          Sets the subscriptionId value for this GetPackageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPackageType

public GetPackageType()

GetPackageType

public GetPackageType(Parameters parameters,
                      org.apache.axis.types.Token currentState,
                      org.apache.axis.types.Token subscriptionId)
Method Detail

getParameters

public Parameters getParameters()
Gets the parameters value for this GetPackageType.

Returns:
parameters

setParameters

public void setParameters(Parameters parameters)
Sets the parameters value for this GetPackageType.

Parameters:
parameters -

getCurrentState

public org.apache.axis.types.Token getCurrentState()
Gets the currentState value for this GetPackageType.

Returns:
currentState

setCurrentState

public void setCurrentState(org.apache.axis.types.Token currentState)
Sets the currentState value for this GetPackageType.

Parameters:
currentState -

getSubscriptionId

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

Returns:
subscriptionId

setSubscriptionId

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

Parameters:
subscriptionId -

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