coretypes
Class CodingSchemeVersionStatus

java.lang.Object
  extended by coretypes.CodingSchemeVersionStatus
All Implemented Interfaces:
java.io.Serializable

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

This class provides a series of set values for the version status of a given coding scheme

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  CodingSchemeVersionStatus ACTIVE
           
private  int ACTIVE_TYPE
          The active type
private  CodingSchemeVersionStatus INACTIVE
           
private  int INACTIVE_TYPE
          The inactive type
private  CodingSchemeVersionStatus PENDING
           
private  int PENDING_TYPE
          The pending type
private  java.lang.String stringValue
          Field stringValue
private  int type
          Field type
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CodingSchemeVersionStatus()
           
CodingSchemeVersionStatus(CodingSchemeVersionStatus ACTIVE, int ACTIVE_TYPE, CodingSchemeVersionStatus INACTIVE, int INACTIVE_TYPE, CodingSchemeVersionStatus PENDING, int PENDING_TYPE, java.lang.String stringValue, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getACTIVE_TYPE()
          Gets the ACTIVE_TYPE value for this CodingSchemeVersionStatus.
 CodingSchemeVersionStatus getACTIVE()
          Gets the ACTIVE value for this CodingSchemeVersionStatus.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getINACTIVE_TYPE()
          Gets the INACTIVE_TYPE value for this CodingSchemeVersionStatus.
 CodingSchemeVersionStatus getINACTIVE()
          Gets the INACTIVE value for this CodingSchemeVersionStatus.
 int getPENDING_TYPE()
          Gets the PENDING_TYPE value for this CodingSchemeVersionStatus.
 CodingSchemeVersionStatus getPENDING()
          Gets the PENDING value for this CodingSchemeVersionStatus.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStringValue()
          Gets the stringValue value for this CodingSchemeVersionStatus.
 int getType()
          Gets the type value for this CodingSchemeVersionStatus.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setACTIVE_TYPE(int ACTIVE_TYPE)
          Sets the ACTIVE_TYPE value for this CodingSchemeVersionStatus.
 void setACTIVE(CodingSchemeVersionStatus ACTIVE)
          Sets the ACTIVE value for this CodingSchemeVersionStatus.
 void setINACTIVE_TYPE(int INACTIVE_TYPE)
          Sets the INACTIVE_TYPE value for this CodingSchemeVersionStatus.
 void setINACTIVE(CodingSchemeVersionStatus INACTIVE)
          Sets the INACTIVE value for this CodingSchemeVersionStatus.
 void setPENDING_TYPE(int PENDING_TYPE)
          Sets the PENDING_TYPE value for this CodingSchemeVersionStatus.
 void setPENDING(CodingSchemeVersionStatus PENDING)
          Sets the PENDING value for this CodingSchemeVersionStatus.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this CodingSchemeVersionStatus.
 void setType(int type)
          Sets the type value for this CodingSchemeVersionStatus.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVE_TYPE

private int ACTIVE_TYPE
The active type


INACTIVE_TYPE

private int INACTIVE_TYPE
The inactive type


PENDING_TYPE

private int PENDING_TYPE
The pending type


stringValue

private java.lang.String stringValue
Field stringValue


type

private int type
Field type


ACTIVE

private CodingSchemeVersionStatus ACTIVE

INACTIVE

private CodingSchemeVersionStatus INACTIVE

PENDING

private CodingSchemeVersionStatus PENDING

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CodingSchemeVersionStatus

public CodingSchemeVersionStatus()

CodingSchemeVersionStatus

public CodingSchemeVersionStatus(CodingSchemeVersionStatus ACTIVE,
                                 int ACTIVE_TYPE,
                                 CodingSchemeVersionStatus INACTIVE,
                                 int INACTIVE_TYPE,
                                 CodingSchemeVersionStatus PENDING,
                                 int PENDING_TYPE,
                                 java.lang.String stringValue,
                                 int type)
Method Detail

getACTIVE_TYPE

public int getACTIVE_TYPE()
Gets the ACTIVE_TYPE value for this CodingSchemeVersionStatus.

Returns:
ACTIVE_TYPE The active type

setACTIVE_TYPE

public void setACTIVE_TYPE(int ACTIVE_TYPE)
Sets the ACTIVE_TYPE value for this CodingSchemeVersionStatus.

Parameters:
ACTIVE_TYPE - The active type

getINACTIVE_TYPE

public int getINACTIVE_TYPE()
Gets the INACTIVE_TYPE value for this CodingSchemeVersionStatus.

Returns:
INACTIVE_TYPE The inactive type

setINACTIVE_TYPE

public void setINACTIVE_TYPE(int INACTIVE_TYPE)
Sets the INACTIVE_TYPE value for this CodingSchemeVersionStatus.

Parameters:
INACTIVE_TYPE - The inactive type

getPENDING_TYPE

public int getPENDING_TYPE()
Gets the PENDING_TYPE value for this CodingSchemeVersionStatus.

Returns:
PENDING_TYPE The pending type

setPENDING_TYPE

public void setPENDING_TYPE(int PENDING_TYPE)
Sets the PENDING_TYPE value for this CodingSchemeVersionStatus.

Parameters:
PENDING_TYPE - The pending type

getStringValue

public java.lang.String getStringValue()
Gets the stringValue value for this CodingSchemeVersionStatus.

Returns:
stringValue Field stringValue

setStringValue

public void setStringValue(java.lang.String stringValue)
Sets the stringValue value for this CodingSchemeVersionStatus.

Parameters:
stringValue - Field stringValue

getType

public int getType()
Gets the type value for this CodingSchemeVersionStatus.

Returns:
type Field type

setType

public void setType(int type)
Sets the type value for this CodingSchemeVersionStatus.

Parameters:
type - Field type

getACTIVE

public CodingSchemeVersionStatus getACTIVE()
Gets the ACTIVE value for this CodingSchemeVersionStatus.

Returns:
ACTIVE

setACTIVE

public void setACTIVE(CodingSchemeVersionStatus ACTIVE)
Sets the ACTIVE value for this CodingSchemeVersionStatus.

Parameters:
ACTIVE -

getINACTIVE

public CodingSchemeVersionStatus getINACTIVE()
Gets the INACTIVE value for this CodingSchemeVersionStatus.

Returns:
INACTIVE

setINACTIVE

public void setINACTIVE(CodingSchemeVersionStatus INACTIVE)
Sets the INACTIVE value for this CodingSchemeVersionStatus.

Parameters:
INACTIVE -

getPENDING

public CodingSchemeVersionStatus getPENDING()
Gets the PENDING value for this CodingSchemeVersionStatus.

Returns:
PENDING

setPENDING

public void setPENDING(CodingSchemeVersionStatus PENDING)
Sets the PENDING value for this CodingSchemeVersionStatus.

Parameters:
PENDING -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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