|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnaming.URIMap
naming.SupportedAssociation
public class SupportedAssociation
An associationName and the URI of the defining resource.
Constructor Summary | |
---|---|
SupportedAssociation()
|
|
SupportedAssociation(gov.nih.nci.iso21090.ST codingScheme,
gov.nih.nci.iso21090.ST entityCode,
gov.nih.nci.iso21090.ST entityCodeNamespace)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
gov.nih.nci.iso21090.ST |
getCodingScheme()
Gets the codingScheme value for this SupportedAssociation. |
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 |
getEntityCode()
Gets the entityCode value for this SupportedAssociation. |
gov.nih.nci.iso21090.ST |
getEntityCodeNamespace()
Gets the entityCodeNamespace value for this SupportedAssociation. |
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 |
setCodingScheme(gov.nih.nci.iso21090.ST codingScheme)
Sets the codingScheme value for this SupportedAssociation. |
void |
setEntityCode(gov.nih.nci.iso21090.ST entityCode)
Sets the entityCode value for this SupportedAssociation. |
void |
setEntityCodeNamespace(gov.nih.nci.iso21090.ST entityCodeNamespace)
Sets the entityCodeNamespace value for this SupportedAssociation. |
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 SupportedAssociation()
public SupportedAssociation(gov.nih.nci.iso21090.ST codingScheme, gov.nih.nci.iso21090.ST entityCode, gov.nih.nci.iso21090.ST entityCodeNamespace)
Method Detail |
---|
public gov.nih.nci.iso21090.ST getCodingScheme()
public void setCodingScheme(gov.nih.nci.iso21090.ST codingScheme)
codingScheme
- The local name of the coding scheme that defines the association.
Default: the containing coding scheme.public gov.nih.nci.iso21090.ST getEntityCodeNamespace()
public void setEntityCodeNamespace(gov.nih.nci.iso21090.ST entityCodeNamespace)
entityCodeNamespace
- Local identifier of the namespace that defines the association.
Default: the containing coding scheme.public gov.nih.nci.iso21090.ST getEntityCode()
public void setEntityCode(gov.nih.nci.iso21090.ST entityCode)
entityCode
- The entity code of the association within the coding scheme. Default:
local name of the association.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 |