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

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

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

See Also:
Serialized Form

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

Constructor Detail

SortOfSortInternalAccountOnProperty

public SortOfSortInternalAccountOnProperty()

SortOfSortInternalAccountOnProperty

public SortOfSortInternalAccountOnProperty(SortDirection direction,
                                           SortInternalAccountOnProperty onProperty)
Method Detail

getDirection

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

Returns:
direction

setDirection

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

Parameters:
direction -

getOnProperty

public SortInternalAccountOnProperty getOnProperty()
Gets the onProperty value for this SortOfSortInternalAccountOnProperty.

Returns:
onProperty

setOnProperty

public void setOnProperty(SortInternalAccountOnProperty onProperty)
Sets the onProperty value for this SortOfSortInternalAccountOnProperty.

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