|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnaming.URIMap
public class URIMap
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.
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 |
---|
public URIMap()
public URIMap(gov.nih.nci.iso21090.ST localId, gov.nih.nci.iso21090.ST uri)
Method Detail |
---|
public gov.nih.nci.iso21090.ST getLocalId()
public void setLocalId(gov.nih.nci.iso21090.ST localId)
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.public gov.nih.nci.iso21090.ST getUri()
public void setUri(gov.nih.nci.iso21090.ST uri)
uri
- A URI that identifies the intended meaning of the localId.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)
|
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 |