gov.nih.nci.cagrid.cadsr.uml2xml.file.configuration
Class NamespaceTypeElementBindings

java.lang.Object
  extended by gov.nih.nci.cagrid.cadsr.uml2xml.file.configuration.NamespaceTypeElementBindings
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
NamespaceTypeElementBindings()
           
NamespaceTypeElementBindings(ElementType[] element)
           
 
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
 ElementType[] getElement()
          Gets the element value for this NamespaceTypeElementBindings.
 ElementType getElement(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 setElement(ElementType[] element)
          Sets the element value for this NamespaceTypeElementBindings.
 void setElement(int i, ElementType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceTypeElementBindings

public NamespaceTypeElementBindings()

NamespaceTypeElementBindings

public NamespaceTypeElementBindings(ElementType[] element)
Method Detail

getElement

public ElementType[] getElement()
Gets the element value for this NamespaceTypeElementBindings.

Returns:
element

setElement

public void setElement(ElementType[] element)
Sets the element value for this NamespaceTypeElementBindings.

Parameters:
element -

getElement

public ElementType getElement(int i)

setElement

public void setElement(int i,
                       ElementType _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