ca.bc.gov.webade.user.provider.capws.v8
Class SortOfSortBCeIDAccountOnProperty

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.SortOfSortBCeIDAccountOnProperty
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SortOfSortBCeIDAccountOnProperty()
           
SortOfSortBCeIDAccountOnProperty(SortDirection direction, SortBCeIDAccountOnProperty onProperty)
           
 
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
 SortDirection getDirection()
          Gets the direction value for this SortOfSortBCeIDAccountOnProperty.
 SortBCeIDAccountOnProperty getOnProperty()
          Gets the onProperty value for this SortOfSortBCeIDAccountOnProperty.
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 setDirection(SortDirection direction)
          Sets the direction value for this SortOfSortBCeIDAccountOnProperty.
 void setOnProperty(SortBCeIDAccountOnProperty onProperty)
          Sets the onProperty value for this SortOfSortBCeIDAccountOnProperty.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortOfSortBCeIDAccountOnProperty

public SortOfSortBCeIDAccountOnProperty()

SortOfSortBCeIDAccountOnProperty

public SortOfSortBCeIDAccountOnProperty(SortDirection direction,
                                        SortBCeIDAccountOnProperty onProperty)
Method Detail

getDirection

public SortDirection getDirection()
Gets the direction value for this SortOfSortBCeIDAccountOnProperty.

Returns:
direction

setDirection

public void setDirection(SortDirection direction)
Sets the direction value for this SortOfSortBCeIDAccountOnProperty.

Parameters:
direction -

getOnProperty

public SortBCeIDAccountOnProperty getOnProperty()
Gets the onProperty value for this SortOfSortBCeIDAccountOnProperty.

Returns:
onProperty

setOnProperty

public void setOnProperty(SortBCeIDAccountOnProperty onProperty)
Sets the onProperty value for this SortOfSortBCeIDAccountOnProperty.

Parameters:
onProperty -

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