org.gxos.schema.types
Class PersonalInfoTypeType

java.lang.Object
  |
  +--org.gxos.schema.types.PersonalInfoTypeType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static PersonalInfoTypeType IMS
          The instance of the IMS type
static int IMS_TYPE
          The IMS type
static PersonalInfoTypeType PAPI
          The instance of the PAPI type
static int PAPI_TYPE
          The PAPI type
static PersonalInfoTypeType VC
          The instance of the VC type
static int VC_TYPE
          The VC type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of PersonalInfoTypeType
 int getType()
          Returns the type of this PersonalInfoTypeType
 java.lang.String toString()
          Returns the String representation of this PersonalInfoTypeTyp
static PersonalInfoTypeType valueOf(java.lang.String string)
          Returns a new PersonalInfoTypeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VC_TYPE

public static final int VC_TYPE
The VC type

VC

public static final PersonalInfoTypeType VC
The instance of the VC type

IMS_TYPE

public static final int IMS_TYPE
The IMS type

IMS

public static final PersonalInfoTypeType IMS
The instance of the IMS type

PAPI_TYPE

public static final int PAPI_TYPE
The PAPI type

PAPI

public static final PersonalInfoTypeType PAPI
The instance of the PAPI type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of PersonalInfoTypeType

getType

public int getType()
Returns the type of this PersonalInfoTypeType

toString

public java.lang.String toString()
Returns the String representation of this PersonalInfoTypeTyp
Overrides:
toString in class java.lang.Object

valueOf

public static PersonalInfoTypeType valueOf(java.lang.String string)
Returns a new PersonalInfoTypeType based on the given String value.
Parameters:
string -