com.konakart.wsapp
Class Orders

java.lang.Object
  extended by com.konakart.wsapp.Orders
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Orders()
           
Orders(Order[] orderArray, int totalNumOrders)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Order[] getOrderArray()
          Gets the orderArray value for this Orders.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTotalNumOrders()
          Gets the totalNumOrders value for this Orders.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOrderArray(Order[] orderArray)
          Sets the orderArray value for this Orders.
 void setTotalNumOrders(int totalNumOrders)
          Sets the totalNumOrders value for this Orders.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orders

public Orders()

Orders

public Orders(Order[] orderArray,
              int totalNumOrders)
Method Detail

getOrderArray

public Order[] getOrderArray()
Gets the orderArray value for this Orders.

Returns:
orderArray

setOrderArray

public void setOrderArray(Order[] orderArray)
Sets the orderArray value for this Orders.

Parameters:
orderArray -

getTotalNumOrders

public int getTotalNumOrders()
Gets the totalNumOrders value for this Orders.

Returns:
totalNumOrders

setTotalNumOrders

public void setTotalNumOrders(int totalNumOrders)
Sets the totalNumOrders value for this Orders.

Parameters:
totalNumOrders -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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



Copyright © 2011 DS Data Systems UK Ltd.