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

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

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

See Also:
Serialized Form

Constructor Summary
NamespaceType()
           
NamespaceType(NamespaceTypeDefaultUMLPackageBinding defaultUMLPackageBinding, NamespaceTypeElementBindings elementBindings, org.apache.axis.types.URI namespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 NamespaceTypeDefaultUMLPackageBinding getDefaultUMLPackageBinding()
          Gets the defaultUMLPackageBinding value for this NamespaceType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 NamespaceTypeElementBindings getElementBindings()
          Gets the elementBindings value for this NamespaceType.
 org.apache.axis.types.URI getNamespace()
          Gets the namespace value for this NamespaceType.
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 setDefaultUMLPackageBinding(NamespaceTypeDefaultUMLPackageBinding defaultUMLPackageBinding)
          Sets the defaultUMLPackageBinding value for this NamespaceType.
 void setElementBindings(NamespaceTypeElementBindings elementBindings)
          Sets the elementBindings value for this NamespaceType.
 void setNamespace(org.apache.axis.types.URI namespace)
          Sets the namespace value for this NamespaceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceType

public NamespaceType()

NamespaceType

public NamespaceType(NamespaceTypeDefaultUMLPackageBinding defaultUMLPackageBinding,
                     NamespaceTypeElementBindings elementBindings,
                     org.apache.axis.types.URI namespace)
Method Detail

getElementBindings

public NamespaceTypeElementBindings getElementBindings()
Gets the elementBindings value for this NamespaceType.

Returns:
elementBindings

setElementBindings

public void setElementBindings(NamespaceTypeElementBindings elementBindings)
Sets the elementBindings value for this NamespaceType.

Parameters:
elementBindings -

getDefaultUMLPackageBinding

public NamespaceTypeDefaultUMLPackageBinding getDefaultUMLPackageBinding()
Gets the defaultUMLPackageBinding value for this NamespaceType.

Returns:
defaultUMLPackageBinding

setDefaultUMLPackageBinding

public void setDefaultUMLPackageBinding(NamespaceTypeDefaultUMLPackageBinding defaultUMLPackageBinding)
Sets the defaultUMLPackageBinding value for this NamespaceType.

Parameters:
defaultUMLPackageBinding -

getNamespace

public org.apache.axis.types.URI getNamespace()
Gets the namespace value for this NamespaceType.

Returns:
namespace

setNamespace

public void setNamespace(org.apache.axis.types.URI namespace)
Sets the namespace value for this NamespaceType.

Parameters:
namespace -

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