|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectncihistorytypes.ChangeType
public class ChangeType
Atomic modification actions. To be populated from a combination of Concordia, SNOMED-CT list and NCI's action list.
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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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 |
---|
public int getCREATE_TYPE()
public void setCREATE_TYPE(int CREATE_TYPE)
CREATE_TYPE
- The instance of the create typepublic int getMERGE_TYPE()
public void setMERGE_TYPE(int MERGE_TYPE)
MERGE_TYPE
- The instance of the merge typepublic int getMODIFY_TYPE()
public void setMODIFY_TYPE(int MODIFY_TYPE)
MODIFY_TYPE
- The instance of the modify typepublic int getRETIRE_TYPE()
public void setRETIRE_TYPE(int RETIRE_TYPE)
RETIRE_TYPE
- The instance of the retire typepublic int getSPLIT_TYPE()
public void setSPLIT_TYPE(int SPLIT_TYPE)
SPLIT_TYPE
- The instance of the split typepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
stringValue
- Field StringValuepublic int getType()
public void setType(int type)
type
- Field typepublic java.lang.Object[] get_memberTable()
public void set_memberTable(java.lang.Object[] _memberTable)
_memberTable
- public java.lang.Object get_memberTable(int i)
public void set_memberTable(int i, java.lang.Object _value)
public ChangeType getMERGE()
public void setMERGE(ChangeType MERGE)
MERGE
- public ChangeType getCREATE()
public void setCREATE(ChangeType CREATE)
CREATE
- public ChangeType getSPLIT()
public void setSPLIT(ChangeType SPLIT)
SPLIT
- public ChangeType getMODIFY()
public void setMODIFY(ChangeType MODIFY)
MODIFY
- public ChangeType getRETIRE()
public void setRETIRE(ChangeType RETIRE)
RETIRE
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |