nz.co.cks.tms.xml.types
Class NcbTypeType

java.lang.Object
  extended bynz.co.cks.tms.xml.types.NcbTypeType
All Implemented Interfaces:
java.io.Serializable

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

CKS TMS NCB Types

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static NcbTypeType VALUE_0
          The instance of the Organisation type
static int VALUE_0_TYPE
          The Organisation type
static NcbTypeType VALUE_1
          The instance of the Organisation Unit type
static int VALUE_1_TYPE
          The Organisation Unit type
static NcbTypeType VALUE_2
          The instance of the Person type
static int VALUE_2_TYPE
          The Person type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of NcbTypeType
 int getType()
          Method getTypeReturns the type of this NcbTypeType
 java.lang.String toString()
          Method toStringReturns the String representation of this NcbTypeType
static NcbTypeType valueOf(java.lang.String string)
          Method valueOfReturns a new NcbTypeType based on the given String value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The Organisation type

See Also:
Constant Field Values

VALUE_0

public static final NcbTypeType VALUE_0
The instance of the Organisation type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The Organisation Unit type

See Also:
Constant Field Values

VALUE_1

public static final NcbTypeType VALUE_1
The instance of the Organisation Unit type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The Person type

See Also:
Constant Field Values

VALUE_2

public static final NcbTypeType VALUE_2
The instance of the Person type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerateReturns an enumeration of all possible instances of NcbTypeType


getType

public int getType()
Method getTypeReturns the type of this NcbTypeType


toString

public java.lang.String toString()
Method toStringReturns the String representation of this NcbTypeType


valueOf

public static NcbTypeType valueOf(java.lang.String string)
Method valueOfReturns a new NcbTypeType based on the given String value.

Parameters:
string -