org.icestandard.ICE.V20.delivery
Class PackageConfirmationsType

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

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

See Also:
Serialized Form

Constructor Summary
PackageConfirmationsType()
           
PackageConfirmationsType(ConfirmationType[] confirmation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ConfirmationType[] getConfirmation()
          Gets the confirmation value for this PackageConfirmationsType.
 ConfirmationType getConfirmation(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
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 setConfirmation(ConfirmationType[] confirmation)
          Sets the confirmation value for this PackageConfirmationsType.
 void setConfirmation(int i, ConfirmationType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageConfirmationsType

public PackageConfirmationsType()

PackageConfirmationsType

public PackageConfirmationsType(ConfirmationType[] confirmation)
Method Detail

getConfirmation

public ConfirmationType[] getConfirmation()
Gets the confirmation value for this PackageConfirmationsType.

Returns:
confirmation

setConfirmation

public void setConfirmation(ConfirmationType[] confirmation)
Sets the confirmation value for this PackageConfirmationsType.

Parameters:
confirmation -

getConfirmation

public ConfirmationType getConfirmation(int i)

setConfirmation

public void setConfirmation(int i,
                            ConfirmationType _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