naming
Class SupportedHierarchy

java.lang.Object
  extended by naming.URIMap
      extended by naming.SupportedHierarchy
All Implemented Interfaces:
java.io.Serializable

public class SupportedHierarchy
extends URIMap
implements java.io.Serializable

A list of associations that can be browsed hierarchically.

See Also:
Serialized Form

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

SupportedHierarchy

public SupportedHierarchy()

SupportedHierarchy

public SupportedHierarchy(gov.nih.nci.iso21090.ST[] associationNames,
                          gov.nih.nci.iso21090.ST isForwardNavigable,
                          gov.nih.nci.iso21090.ST rootCode)
Method Detail

getRootCode

public gov.nih.nci.iso21090.ST getRootCode()
Gets the rootCode value for this SupportedHierarchy.

Returns:
rootCode "@" for coding scheme that are top-down (ROOT) in hierarchy; "@" for coding scheme that are bottom-up (TAIL) hierarchy

setRootCode

public void setRootCode(gov.nih.nci.iso21090.ST rootCode)
Sets the rootCode value for this SupportedHierarchy.

Parameters:
rootCode - "@" for coding scheme that are top-down (ROOT) in hierarchy; "@" for coding scheme that are bottom-up (TAIL) hierarchy

getIsForwardNavigable

public gov.nih.nci.iso21090.ST getIsForwardNavigable()
Gets the isForwardNavigable value for this SupportedHierarchy.

Returns:
isForwardNavigable "true" if coding scheme hierarchy is top-down; "false" for bottom-up

setIsForwardNavigable

public void setIsForwardNavigable(gov.nih.nci.iso21090.ST isForwardNavigable)
Sets the isForwardNavigable value for this SupportedHierarchy.

Parameters:
isForwardNavigable - "true" if coding scheme hierarchy is top-down; "false" for bottom-up

getAssociationNames

public gov.nih.nci.iso21090.ST[] getAssociationNames()
Gets the associationNames value for this SupportedHierarchy.

Returns:
associationNames Identifiers for hierarchical relationships available for navigation within a coding scheme

setAssociationNames

public void setAssociationNames(gov.nih.nci.iso21090.ST[] associationNames)
Sets the associationNames value for this SupportedHierarchy.

Parameters:
associationNames - Identifiers for hierarchical relationships available for navigation within a coding scheme

getAssociationNames

public gov.nih.nci.iso21090.ST getAssociationNames(int i)

setAssociationNames

public void setAssociationNames(int i,
                                gov.nih.nci.iso21090.ST _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class URIMap

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


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.