naming
Class URIMap

java.lang.Object
  extended by naming.URIMap
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SupportedAssociation, SupportedAssociationQualifier, SupportedCodingScheme, SupportedConceptDomain, SupportedContainerName, SupportedContext, SupportedDataType, SupportedDegreeOfFidelity, SupportedEntityType, SupportedHierarchy, SupportedLanguage, SupportedNamespace, SupportedProperty, SupportedPropertyLink, SupportedPropertyQualifier, SupportedPropertyQualifierType, SupportedPropertyType, SupportedRepresentationalForm, SupportedSortOrder, SupportedSource, SupportedSourceRole, SupportedStatus

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

A local identifier that is used in a specific context (e.g. language, property name, data type, etc) and an optional URI that can be used to find the exact definition and meaning of the local id. Note: the string portion of this entry can be used to provide additional documentation or information, especially when a URI is not supplied.

See Also:
Serialized Form

Constructor Summary
URIMap()
           
URIMap(gov.nih.nci.iso21090.ST localId, gov.nih.nci.iso21090.ST uri)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getLocalId()
          Gets the localId value for this URIMap.
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
 gov.nih.nci.iso21090.ST getUri()
          Gets the uri value for this URIMap.
 int hashCode()
           
 void setLocalId(gov.nih.nci.iso21090.ST localId)
          Sets the localId value for this URIMap.
 void setUri(gov.nih.nci.iso21090.ST uri)
          Sets the uri value for this URIMap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIMap

public URIMap()

URIMap

public URIMap(gov.nih.nci.iso21090.ST localId,
              gov.nih.nci.iso21090.ST uri)
Method Detail

getLocalId

public gov.nih.nci.iso21090.ST getLocalId()
Gets the localId value for this URIMap.

Returns:
localId An identifier that, in the context of the particular URIMap type, assigns a meaning to how that property is used. As an example, "en" might be used to identify English in the context of language.

setLocalId

public void setLocalId(gov.nih.nci.iso21090.ST localId)
Sets the localId value for this URIMap.

Parameters:
localId - An identifier that, in the context of the particular URIMap type, assigns a meaning to how that property is used. As an example, "en" might be used to identify English in the context of language.

getUri

public gov.nih.nci.iso21090.ST getUri()
Gets the uri value for this URIMap.

Returns:
uri A URI that identifies the intended meaning of the localId.

setUri

public void setUri(gov.nih.nci.iso21090.ST uri)
Sets the uri value for this URIMap.

Parameters:
uri - A URI that identifies the intended meaning of the localId.

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


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.