gov.nih.nci.cagrid.introduce.beans.method
Class MethodTypeInputsInput

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.method.MethodTypeInputsInput
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MethodTypeInputsInput()
           
MethodTypeInputsInput(java.lang.String containerClass, java.lang.String description, boolean isArray, java.lang.String name, javax.xml.namespace.QName qName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContainerClass()
          Gets the containerClass value for this MethodTypeInputsInput.
 java.lang.String getDescription()
          Gets the description value for this MethodTypeInputsInput.
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 getName()
          Gets the name value for this MethodTypeInputsInput.
 javax.xml.namespace.QName getQName()
          Gets the qName value for this MethodTypeInputsInput.
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()
           
 boolean isIsArray()
          Gets the isArray value for this MethodTypeInputsInput.
 void setContainerClass(java.lang.String containerClass)
          Sets the containerClass value for this MethodTypeInputsInput.
 void setDescription(java.lang.String description)
          Sets the description value for this MethodTypeInputsInput.
 void setIsArray(boolean isArray)
          Sets the isArray value for this MethodTypeInputsInput.
 void setName(java.lang.String name)
          Sets the name value for this MethodTypeInputsInput.
 void setQName(javax.xml.namespace.QName qName)
          Sets the qName value for this MethodTypeInputsInput.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTypeInputsInput

public MethodTypeInputsInput()

MethodTypeInputsInput

public MethodTypeInputsInput(java.lang.String containerClass,
                             java.lang.String description,
                             boolean isArray,
                             java.lang.String name,
                             javax.xml.namespace.QName qName)
Method Detail

getQName

public javax.xml.namespace.QName getQName()
Gets the qName value for this MethodTypeInputsInput.

Returns:
qName

setQName

public void setQName(javax.xml.namespace.QName qName)
Sets the qName value for this MethodTypeInputsInput.

Parameters:
qName -

isIsArray

public boolean isIsArray()
Gets the isArray value for this MethodTypeInputsInput.

Returns:
isArray

setIsArray

public void setIsArray(boolean isArray)
Sets the isArray value for this MethodTypeInputsInput.

Parameters:
isArray -

getName

public java.lang.String getName()
Gets the name value for this MethodTypeInputsInput.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this MethodTypeInputsInput.

Parameters:
name -

getContainerClass

public java.lang.String getContainerClass()
Gets the containerClass value for this MethodTypeInputsInput.

Returns:
containerClass

setContainerClass

public void setContainerClass(java.lang.String containerClass)
Sets the containerClass value for this MethodTypeInputsInput.

Parameters:
containerClass -

getDescription

public java.lang.String getDescription()
Gets the description value for this MethodTypeInputsInput.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this MethodTypeInputsInput.

Parameters:
description -

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