com.konakart.wsapp
Class Bookings

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

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

See Also:
Serialized Form

Constructor Summary
Bookings()
           
Bookings(Booking[] bookingsArray, int totalNumBookings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Booking[] getBookingsArray()
          Gets the bookingsArray value for this Bookings.
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
 int getTotalNumBookings()
          Gets the totalNumBookings value for this Bookings.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBookingsArray(Booking[] bookingsArray)
          Sets the bookingsArray value for this Bookings.
 void setTotalNumBookings(int totalNumBookings)
          Sets the totalNumBookings value for this Bookings.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bookings

public Bookings()

Bookings

public Bookings(Booking[] bookingsArray,
                int totalNumBookings)
Method Detail

getBookingsArray

public Booking[] getBookingsArray()
Gets the bookingsArray value for this Bookings.

Returns:
bookingsArray

setBookingsArray

public void setBookingsArray(Booking[] bookingsArray)
Sets the bookingsArray value for this Bookings.

Parameters:
bookingsArray -

getTotalNumBookings

public int getTotalNumBookings()
Gets the totalNumBookings value for this Bookings.

Returns:
totalNumBookings

setTotalNumBookings

public void setTotalNumBookings(int totalNumBookings)
Sets the totalNumBookings value for this Bookings.

Parameters:
totalNumBookings -

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.