gov.nih.nci.cagrid.introduce.beans.namespace
Class NamespaceType

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.namespace.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(java.lang.Boolean generateStubs, java.lang.String location, java.lang.String namespace, java.lang.String packageName, SchemaElementType[] schemaElement)
           
 
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
 java.lang.Boolean getGenerateStubs()
          Gets the generateStubs value for this NamespaceType.
 java.lang.String getLocation()
          Gets the location value for this NamespaceType.
 java.lang.String getNamespace()
          Gets the namespace value for this NamespaceType.
 java.lang.String getPackageName()
          Gets the packageName value for this NamespaceType.
 SchemaElementType[] getSchemaElement()
          Gets the schemaElement value for this NamespaceType.
 SchemaElementType getSchemaElement(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 setGenerateStubs(java.lang.Boolean generateStubs)
          Sets the generateStubs value for this NamespaceType.
 void setLocation(java.lang.String location)
          Sets the location value for this NamespaceType.
 void setNamespace(java.lang.String namespace)
          Sets the namespace value for this NamespaceType.
 void setPackageName(java.lang.String packageName)
          Sets the packageName value for this NamespaceType.
 void setSchemaElement(int i, SchemaElementType _value)
           
 void setSchemaElement(SchemaElementType[] schemaElement)
          Sets the schemaElement 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(java.lang.Boolean generateStubs,
                     java.lang.String location,
                     java.lang.String namespace,
                     java.lang.String packageName,
                     SchemaElementType[] schemaElement)
Method Detail

getSchemaElement

public SchemaElementType[] getSchemaElement()
Gets the schemaElement value for this NamespaceType.

Returns:
schemaElement

setSchemaElement

public void setSchemaElement(SchemaElementType[] schemaElement)
Sets the schemaElement value for this NamespaceType.

Parameters:
schemaElement -

getSchemaElement

public SchemaElementType getSchemaElement(int i)

setSchemaElement

public void setSchemaElement(int i,
                             SchemaElementType _value)

getNamespace

public java.lang.String getNamespace()
Gets the namespace value for this NamespaceType.

Returns:
namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace value for this NamespaceType.

Parameters:
namespace -

getPackageName

public java.lang.String getPackageName()
Gets the packageName value for this NamespaceType.

Returns:
packageName

setPackageName

public void setPackageName(java.lang.String packageName)
Sets the packageName value for this NamespaceType.

Parameters:
packageName -

getLocation

public java.lang.String getLocation()
Gets the location value for this NamespaceType.

Returns:
location

setLocation

public void setLocation(java.lang.String location)
Sets the location value for this NamespaceType.

Parameters:
location -

getGenerateStubs

public java.lang.Boolean getGenerateStubs()
Gets the generateStubs value for this NamespaceType.

Returns:
generateStubs

setGenerateStubs

public void setGenerateStubs(java.lang.Boolean generateStubs)
Sets the generateStubs value for this NamespaceType.

Parameters:
generateStubs -

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