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

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

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

See Also:
Serialized Form

Field Summary
static java.lang.String _BirthDate
           
static java.lang.String _Department
           
static java.lang.String _Email
           
static java.lang.String _Firstname
           
static java.lang.String _KnownAs
           
static java.lang.String _LastName
           
static java.lang.String _MiddleName1
           
static java.lang.String _MiddleName2
           
static java.lang.String _Telephone
           
static java.lang.String _UserId
           
static java.lang.String _Void
           
static SortBCeIDAccountOnProperty BirthDate
           
static SortBCeIDAccountOnProperty Department
           
static SortBCeIDAccountOnProperty Email
           
static SortBCeIDAccountOnProperty Firstname
           
static SortBCeIDAccountOnProperty KnownAs
           
static SortBCeIDAccountOnProperty LastName
           
static SortBCeIDAccountOnProperty MiddleName1
           
static SortBCeIDAccountOnProperty MiddleName2
           
static SortBCeIDAccountOnProperty Telephone
           
static SortBCeIDAccountOnProperty UserId
           
static SortBCeIDAccountOnProperty Void
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static SortBCeIDAccountOnProperty fromString(java.lang.String value)
           
static SortBCeIDAccountOnProperty fromValue(java.lang.String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Void

public static final java.lang.String _Void
See Also:
Constant Field Values

_UserId

public static final java.lang.String _UserId
See Also:
Constant Field Values

_Firstname

public static final java.lang.String _Firstname
See Also:
Constant Field Values

_LastName

public static final java.lang.String _LastName
See Also:
Constant Field Values

_MiddleName1

public static final java.lang.String _MiddleName1
See Also:
Constant Field Values

_MiddleName2

public static final java.lang.String _MiddleName2
See Also:
Constant Field Values

_Email

public static final java.lang.String _Email
See Also:
Constant Field Values

_Telephone

public static final java.lang.String _Telephone
See Also:
Constant Field Values

_Department

public static final java.lang.String _Department
See Also:
Constant Field Values

_KnownAs

public static final java.lang.String _KnownAs
See Also:
Constant Field Values

_BirthDate

public static final java.lang.String _BirthDate
See Also:
Constant Field Values

Void

public static final SortBCeIDAccountOnProperty Void

UserId

public static final SortBCeIDAccountOnProperty UserId

Firstname

public static final SortBCeIDAccountOnProperty Firstname

LastName

public static final SortBCeIDAccountOnProperty LastName

MiddleName1

public static final SortBCeIDAccountOnProperty MiddleName1

MiddleName2

public static final SortBCeIDAccountOnProperty MiddleName2

Email

public static final SortBCeIDAccountOnProperty Email

Telephone

public static final SortBCeIDAccountOnProperty Telephone

Department

public static final SortBCeIDAccountOnProperty Department

KnownAs

public static final SortBCeIDAccountOnProperty KnownAs

BirthDate

public static final SortBCeIDAccountOnProperty BirthDate
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static SortBCeIDAccountOnProperty fromValue(java.lang.String value)
                                            throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static SortBCeIDAccountOnProperty fromString(java.lang.String value)
                                             throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object