|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.CodingSchemeSummary
public class CodingSchemeSummary
Abbreviated list of information about a coding scheme.
Constructor Summary | |
---|---|
CodingSchemeSummary()
|
|
CodingSchemeSummary(org.LexGrid.commonTypes.EntityDescription codingSchemeDescription,
org.apache.axis.types.URI codingSchemeURI,
java.lang.String formalName,
org.apache.axis.types.NCName localName,
java.lang.String representsVersion)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
org.LexGrid.commonTypes.EntityDescription |
getCodingSchemeDescription()
Gets the codingSchemeDescription value for this CodingSchemeSummary. |
org.apache.axis.types.URI |
getCodingSchemeURI()
Gets the codingSchemeURI value for this CodingSchemeSummary. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getFormalName()
Gets the formalName value for this CodingSchemeSummary. |
org.apache.axis.types.NCName |
getLocalName()
Gets the localName value for this CodingSchemeSummary. |
java.lang.String |
getRepresentsVersion()
Gets the representsVersion value for this CodingSchemeSummary. |
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 |
setCodingSchemeDescription(org.LexGrid.commonTypes.EntityDescription codingSchemeDescription)
Sets the codingSchemeDescription value for this CodingSchemeSummary. |
void |
setCodingSchemeURI(org.apache.axis.types.URI codingSchemeURI)
Sets the codingSchemeURI value for this CodingSchemeSummary. |
void |
setFormalName(java.lang.String formalName)
Sets the formalName value for this CodingSchemeSummary. |
void |
setLocalName(org.apache.axis.types.NCName localName)
Sets the localName value for this CodingSchemeSummary. |
void |
setRepresentsVersion(java.lang.String representsVersion)
Sets the representsVersion value for this CodingSchemeSummary. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodingSchemeSummary()
public CodingSchemeSummary(org.LexGrid.commonTypes.EntityDescription codingSchemeDescription, org.apache.axis.types.URI codingSchemeURI, java.lang.String formalName, org.apache.axis.types.NCName localName, java.lang.String representsVersion)
Method Detail |
---|
public java.lang.String getFormalName()
public void setFormalName(java.lang.String formalName)
formalName
- The official name of the coding schemepublic org.LexGrid.commonTypes.EntityDescription getCodingSchemeDescription()
public void setCodingSchemeDescription(org.LexGrid.commonTypes.EntityDescription codingSchemeDescription)
codingSchemeDescription
- A short description of the coding scheme
contents.public org.apache.axis.types.URI getCodingSchemeURI()
public void setCodingSchemeURI(org.apache.axis.types.URI codingSchemeURI)
codingSchemeURI
- public java.lang.String getRepresentsVersion()
public void setRepresentsVersion(java.lang.String representsVersion)
representsVersion
- public org.apache.axis.types.NCName getLocalName()
public void setLocalName(org.apache.axis.types.NCName localName)
localName
- 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |