core
Class CodingSchemeSummary

java.lang.Object
  extended by core.CodingSchemeSummary
All Implemented Interfaces:
java.io.Serializable

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

Abbreviated list of information about a coding scheme.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.LexGrid.commonTypes.EntityDescription codingSchemeDescription
          A short description of the coding scheme contents.
private  org.apache.axis.types.URI codingSchemeURI
           
private  java.lang.String formalName
          The official name of the coding scheme
private  org.apache.axis.types.NCName localName
           
private  java.lang.String representsVersion
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formalName

private java.lang.String formalName
The official name of the coding scheme


codingSchemeDescription

private org.LexGrid.commonTypes.EntityDescription codingSchemeDescription
A short description of the coding scheme contents.


codingSchemeURI

private org.apache.axis.types.URI codingSchemeURI

representsVersion

private java.lang.String representsVersion

localName

private org.apache.axis.types.NCName localName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CodingSchemeSummary

public CodingSchemeSummary()

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

getFormalName

public java.lang.String getFormalName()
Gets the formalName value for this CodingSchemeSummary.

Returns:
formalName The official name of the coding scheme

setFormalName

public void setFormalName(java.lang.String formalName)
Sets the formalName value for this CodingSchemeSummary.

Parameters:
formalName - The official name of the coding scheme

getCodingSchemeDescription

public org.LexGrid.commonTypes.EntityDescription getCodingSchemeDescription()
Gets the codingSchemeDescription value for this CodingSchemeSummary.

Returns:
codingSchemeDescription A short description of the coding scheme contents.

setCodingSchemeDescription

public void setCodingSchemeDescription(org.LexGrid.commonTypes.EntityDescription codingSchemeDescription)
Sets the codingSchemeDescription value for this CodingSchemeSummary.

Parameters:
codingSchemeDescription - A short description of the coding scheme contents.

getCodingSchemeURI

public org.apache.axis.types.URI getCodingSchemeURI()
Gets the codingSchemeURI value for this CodingSchemeSummary.

Returns:
codingSchemeURI

setCodingSchemeURI

public void setCodingSchemeURI(org.apache.axis.types.URI codingSchemeURI)
Sets the codingSchemeURI value for this CodingSchemeSummary.

Parameters:
codingSchemeURI -

getRepresentsVersion

public java.lang.String getRepresentsVersion()
Gets the representsVersion value for this CodingSchemeSummary.

Returns:
representsVersion

setRepresentsVersion

public void setRepresentsVersion(java.lang.String representsVersion)
Sets the representsVersion value for this CodingSchemeSummary.

Parameters:
representsVersion -

getLocalName

public org.apache.axis.types.NCName getLocalName()
Gets the localName value for this CodingSchemeSummary.

Returns:
localName

setLocalName

public void setLocalName(org.apache.axis.types.NCName localName)
Sets the localName value for this CodingSchemeSummary.

Parameters:
localName -

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