collections
Class CodingSchemeVersionList

java.lang.Object
  extended by collections.CodingSchemeVersionList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CodingSchemeVersionList()
           
CodingSchemeVersionList(org.LexGrid.versions.CodingSchemeVersion[] entry)
           
 
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
 org.LexGrid.versions.CodingSchemeVersion[] getEntry()
          Gets the entry value for this CodingSchemeVersionList.
 org.LexGrid.versions.CodingSchemeVersion getEntry(int i)
           
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 setEntry(org.LexGrid.versions.CodingSchemeVersion[] entry)
          Sets the entry value for this CodingSchemeVersionList.
 void setEntry(int i, org.LexGrid.versions.CodingSchemeVersion _value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodingSchemeVersionList

public CodingSchemeVersionList()

CodingSchemeVersionList

public CodingSchemeVersionList(org.LexGrid.versions.CodingSchemeVersion[] entry)
Method Detail

getEntry

public org.LexGrid.versions.CodingSchemeVersion[] getEntry()
Gets the entry value for this CodingSchemeVersionList.

Returns:
entry

setEntry

public void setEntry(org.LexGrid.versions.CodingSchemeVersion[] entry)
Sets the entry value for this CodingSchemeVersionList.

Parameters:
entry -

getEntry

public org.LexGrid.versions.CodingSchemeVersion getEntry(int i)

setEntry

public void setEntry(int i,
                     org.LexGrid.versions.CodingSchemeVersion _value)

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