ncihistorytypes
Class ChangeType

java.lang.Object
  extended by ncihistorytypes.ChangeType
All Implemented Interfaces:
java.io.Serializable

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

Atomic modification actions. To be populated from a combination of Concordia, SNOMED-CT list and NCI's action list.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Object[] _memberTable
           
private  ChangeType CREATE
           
private  int CREATE_TYPE
          The instance of the create type
private  ChangeType MERGE
           
private  int MERGE_TYPE
          The instance of the merge type
private  ChangeType MODIFY
           
private  int MODIFY_TYPE
          The instance of the modify type
private  ChangeType RETIRE
           
private  int RETIRE_TYPE
          The instance of the retire type
private  ChangeType SPLIT
           
private  int SPLIT_TYPE
          The instance of the split type
private  java.lang.String stringValue
          Field StringValue
private  int type
          Field type
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ChangeType()
           
ChangeType(ChangeType CREATE, int CREATE_TYPE, ChangeType MERGE, int MERGE_TYPE, ChangeType MODIFY, int MODIFY_TYPE, ChangeType RETIRE, int RETIRE_TYPE, ChangeType SPLIT, int SPLIT_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object[] get_memberTable()
          Gets the _memberTable value for this ChangeType.
 java.lang.Object get_memberTable(int i)
           
 int getCREATE_TYPE()
          Gets the CREATE_TYPE value for this ChangeType.
 ChangeType getCREATE()
          Gets the CREATE value for this ChangeType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getMERGE_TYPE()
          Gets the MERGE_TYPE value for this ChangeType.
 ChangeType getMERGE()
          Gets the MERGE value for this ChangeType.
 int getMODIFY_TYPE()
          Gets the MODIFY_TYPE value for this ChangeType.
 ChangeType getMODIFY()
          Gets the MODIFY value for this ChangeType.
 int getRETIRE_TYPE()
          Gets the RETIRE_TYPE value for this ChangeType.
 ChangeType getRETIRE()
          Gets the RETIRE value for this ChangeType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSPLIT_TYPE()
          Gets the SPLIT_TYPE value for this ChangeType.
 ChangeType getSPLIT()
          Gets the SPLIT value for this ChangeType.
 java.lang.String getStringValue()
          Gets the stringValue value for this ChangeType.
 int getType()
          Gets the type value for this ChangeType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_memberTable(int i, java.lang.Object _value)
           
 void set_memberTable(java.lang.Object[] _memberTable)
          Sets the _memberTable value for this ChangeType.
 void setCREATE_TYPE(int CREATE_TYPE)
          Sets the CREATE_TYPE value for this ChangeType.
 void setCREATE(ChangeType CREATE)
          Sets the CREATE value for this ChangeType.
 void setMERGE_TYPE(int MERGE_TYPE)
          Sets the MERGE_TYPE value for this ChangeType.
 void setMERGE(ChangeType MERGE)
          Sets the MERGE value for this ChangeType.
 void setMODIFY_TYPE(int MODIFY_TYPE)
          Sets the MODIFY_TYPE value for this ChangeType.
 void setMODIFY(ChangeType MODIFY)
          Sets the MODIFY value for this ChangeType.
 void setRETIRE_TYPE(int RETIRE_TYPE)
          Sets the RETIRE_TYPE value for this ChangeType.
 void setRETIRE(ChangeType RETIRE)
          Sets the RETIRE value for this ChangeType.
 void setSPLIT_TYPE(int SPLIT_TYPE)
          Sets the SPLIT_TYPE value for this ChangeType.
 void setSPLIT(ChangeType SPLIT)
          Sets the SPLIT value for this ChangeType.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this ChangeType.
 void setType(int type)
          Sets the type value for this ChangeType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_TYPE

private int CREATE_TYPE
The instance of the create type


MERGE_TYPE

private int MERGE_TYPE
The instance of the merge type


MODIFY_TYPE

private int MODIFY_TYPE
The instance of the modify type


RETIRE_TYPE

private int RETIRE_TYPE
The instance of the retire type


SPLIT_TYPE

private int SPLIT_TYPE
The instance of the split type


stringValue

private java.lang.String stringValue
Field StringValue


type

private int type
Field type


_memberTable

private java.lang.Object[] _memberTable

MERGE

private ChangeType MERGE

CREATE

private ChangeType CREATE

SPLIT

private ChangeType SPLIT

MODIFY

private ChangeType MODIFY

RETIRE

private ChangeType RETIRE

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ChangeType

public ChangeType()

ChangeType

public ChangeType(ChangeType CREATE,
                  int CREATE_TYPE,
                  ChangeType MERGE,
                  int MERGE_TYPE,
                  ChangeType MODIFY,
                  int MODIFY_TYPE,
                  ChangeType RETIRE,
                  int RETIRE_TYPE,
                  ChangeType SPLIT,
                  int SPLIT_TYPE,
                  java.lang.Object[] _memberTable,
                  java.lang.String stringValue,
                  int type)
Method Detail

getCREATE_TYPE

public int getCREATE_TYPE()
Gets the CREATE_TYPE value for this ChangeType.

Returns:
CREATE_TYPE The instance of the create type

setCREATE_TYPE

public void setCREATE_TYPE(int CREATE_TYPE)
Sets the CREATE_TYPE value for this ChangeType.

Parameters:
CREATE_TYPE - The instance of the create type

getMERGE_TYPE

public int getMERGE_TYPE()
Gets the MERGE_TYPE value for this ChangeType.

Returns:
MERGE_TYPE The instance of the merge type

setMERGE_TYPE

public void setMERGE_TYPE(int MERGE_TYPE)
Sets the MERGE_TYPE value for this ChangeType.

Parameters:
MERGE_TYPE - The instance of the merge type

getMODIFY_TYPE

public int getMODIFY_TYPE()
Gets the MODIFY_TYPE value for this ChangeType.

Returns:
MODIFY_TYPE The instance of the modify type

setMODIFY_TYPE

public void setMODIFY_TYPE(int MODIFY_TYPE)
Sets the MODIFY_TYPE value for this ChangeType.

Parameters:
MODIFY_TYPE - The instance of the modify type

getRETIRE_TYPE

public int getRETIRE_TYPE()
Gets the RETIRE_TYPE value for this ChangeType.

Returns:
RETIRE_TYPE The instance of the retire type

setRETIRE_TYPE

public void setRETIRE_TYPE(int RETIRE_TYPE)
Sets the RETIRE_TYPE value for this ChangeType.

Parameters:
RETIRE_TYPE - The instance of the retire type

getSPLIT_TYPE

public int getSPLIT_TYPE()
Gets the SPLIT_TYPE value for this ChangeType.

Returns:
SPLIT_TYPE The instance of the split type

setSPLIT_TYPE

public void setSPLIT_TYPE(int SPLIT_TYPE)
Sets the SPLIT_TYPE value for this ChangeType.

Parameters:
SPLIT_TYPE - The instance of the split type

getStringValue

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

Returns:
stringValue Field StringValue

setStringValue

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

Parameters:
stringValue - Field StringValue

getType

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

Returns:
type Field type

setType

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

Parameters:
type - Field type

get_memberTable

public java.lang.Object[] get_memberTable()
Gets the _memberTable value for this ChangeType.

Returns:
_memberTable

set_memberTable

public void set_memberTable(java.lang.Object[] _memberTable)
Sets the _memberTable value for this ChangeType.

Parameters:
_memberTable -

get_memberTable

public java.lang.Object get_memberTable(int i)

set_memberTable

public void set_memberTable(int i,
                            java.lang.Object _value)

getMERGE

public ChangeType getMERGE()
Gets the MERGE value for this ChangeType.

Returns:
MERGE

setMERGE

public void setMERGE(ChangeType MERGE)
Sets the MERGE value for this ChangeType.

Parameters:
MERGE -

getCREATE

public ChangeType getCREATE()
Gets the CREATE value for this ChangeType.

Returns:
CREATE

setCREATE

public void setCREATE(ChangeType CREATE)
Sets the CREATE value for this ChangeType.

Parameters:
CREATE -

getSPLIT

public ChangeType getSPLIT()
Gets the SPLIT value for this ChangeType.

Returns:
SPLIT

setSPLIT

public void setSPLIT(ChangeType SPLIT)
Sets the SPLIT value for this ChangeType.

Parameters:
SPLIT -

getMODIFY

public ChangeType getMODIFY()
Gets the MODIFY value for this ChangeType.

Returns:
MODIFY

setMODIFY

public void setMODIFY(ChangeType MODIFY)
Sets the MODIFY value for this ChangeType.

Parameters:
MODIFY -

getRETIRE

public ChangeType getRETIRE()
Gets the RETIRE value for this ChangeType.

Returns:
RETIRE

setRETIRE

public void setRETIRE(ChangeType RETIRE)
Sets the RETIRE value for this ChangeType.

Parameters:
RETIRE -

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