|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.CodedNodeReference
core.ConceptReference
public class ConceptReference
A reference to a concept code. Maintained for backward compatibility, but no longer enhanced in favor of the more flexible CodedNodeReference.
Constructor Summary | |
---|---|
ConceptReference()
|
|
ConceptReference(java.lang.String conceptCode)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getConceptCode()
Gets the conceptCode value for this ConceptReference. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setConceptCode(java.lang.String conceptCode)
Sets the conceptCode value for this ConceptReference. |
Methods inherited from class core.CodedNodeReference |
---|
getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConceptReference()
public ConceptReference(java.lang.String conceptCode)
Method Detail |
---|
public java.lang.String getConceptCode()
public void setConceptCode(java.lang.String conceptCode)
conceptCode
- Uniquely identifies the concept within the coding scheme.
Alias for CodedNodeReference:code.public boolean equals(java.lang.Object obj)
equals
in class CodedNodeReference
public int hashCode()
hashCode
in class CodedNodeReference
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 |