|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnaming.URIMap
naming.SupportedHierarchy
public class SupportedHierarchy
A list of associations that can be browsed hierarchically.
Constructor Summary | |
---|---|
SupportedHierarchy()
|
|
SupportedHierarchy(gov.nih.nci.iso21090.ST[] associationNames,
gov.nih.nci.iso21090.ST isForwardNavigable,
gov.nih.nci.iso21090.ST rootCode)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
gov.nih.nci.iso21090.ST[] |
getAssociationNames()
Gets the associationNames value for this SupportedHierarchy. |
gov.nih.nci.iso21090.ST |
getAssociationNames(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
gov.nih.nci.iso21090.ST |
getIsForwardNavigable()
Gets the isForwardNavigable value for this SupportedHierarchy. |
gov.nih.nci.iso21090.ST |
getRootCode()
Gets the rootCode value for this SupportedHierarchy. |
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 |
setAssociationNames(gov.nih.nci.iso21090.ST[] associationNames)
Sets the associationNames value for this SupportedHierarchy. |
void |
setAssociationNames(int i,
gov.nih.nci.iso21090.ST _value)
|
void |
setIsForwardNavigable(gov.nih.nci.iso21090.ST isForwardNavigable)
Sets the isForwardNavigable value for this SupportedHierarchy. |
void |
setRootCode(gov.nih.nci.iso21090.ST rootCode)
Sets the rootCode value for this SupportedHierarchy. |
Methods inherited from class naming.URIMap |
---|
getLocalId, getUri, setLocalId, setUri |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportedHierarchy()
public SupportedHierarchy(gov.nih.nci.iso21090.ST[] associationNames, gov.nih.nci.iso21090.ST isForwardNavigable, gov.nih.nci.iso21090.ST rootCode)
Method Detail |
---|
public gov.nih.nci.iso21090.ST getRootCode()
public void setRootCode(gov.nih.nci.iso21090.ST rootCode)
rootCode
- "@" for coding scheme that are top-down (ROOT) in hierarchy; "@"
for coding scheme that are bottom-up (TAIL) hierarchypublic gov.nih.nci.iso21090.ST getIsForwardNavigable()
public void setIsForwardNavigable(gov.nih.nci.iso21090.ST isForwardNavigable)
isForwardNavigable
- "true" if coding scheme hierarchy is top-down; "false" for bottom-uppublic gov.nih.nci.iso21090.ST[] getAssociationNames()
public void setAssociationNames(gov.nih.nci.iso21090.ST[] associationNames)
associationNames
- Identifiers for hierarchical relationships available for navigation
within a coding schemepublic gov.nih.nci.iso21090.ST getAssociationNames(int i)
public void setAssociationNames(int i, gov.nih.nci.iso21090.ST _value)
public boolean equals(java.lang.Object obj)
equals
in class URIMap
public int hashCode()
hashCode
in class URIMap
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)
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |