gov.nih.nci.cagrid.metadata.service
Class InputParameter

java.lang.Object
  extended by gov.nih.nci.cagrid.metadata.service.InputParameter
All Implemented Interfaces:
java.io.Serializable

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

Represents an input parameter to an operation. This is manifested as a parameter of a service request in the grid.

See Also:
Serialized Form

Constructor Summary
InputParameter()
           
InputParameter(UMLClass UMLClass, int dimensionality, int index, boolean isArray, boolean isRequired, java.lang.String name, javax.xml.namespace.QName qName)
           
 
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
 int getDimensionality()
          Gets the dimensionality value for this InputParameter.
 int getIndex()
          Gets the index value for this InputParameter.
 java.lang.String getName()
          Gets the name value for this InputParameter.
 javax.xml.namespace.QName getQName()
          Gets the qName value for this InputParameter.
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
 UMLClass getUMLClass()
          Gets the UMLClass value for this InputParameter.
 int hashCode()
           
 boolean isIsArray()
          Gets the isArray value for this InputParameter.
 boolean isIsRequired()
          Gets the isRequired value for this InputParameter.
 void setDimensionality(int dimensionality)
          Sets the dimensionality value for this InputParameter.
 void setIndex(int index)
          Sets the index value for this InputParameter.
 void setIsArray(boolean isArray)
          Sets the isArray value for this InputParameter.
 void setIsRequired(boolean isRequired)
          Sets the isRequired value for this InputParameter.
 void setName(java.lang.String name)
          Sets the name value for this InputParameter.
 void setQName(javax.xml.namespace.QName qName)
          Sets the qName value for this InputParameter.
 void setUMLClass(UMLClass UMLClass)
          Sets the UMLClass value for this InputParameter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputParameter

public InputParameter()

InputParameter

public InputParameter(UMLClass UMLClass,
                      int dimensionality,
                      int index,
                      boolean isArray,
                      boolean isRequired,
                      java.lang.String name,
                      javax.xml.namespace.QName qName)
Method Detail

getUMLClass

public UMLClass getUMLClass()
Gets the UMLClass value for this InputParameter.

Returns:
UMLClass

setUMLClass

public void setUMLClass(UMLClass UMLClass)
Sets the UMLClass value for this InputParameter.

Parameters:
UMLClass -

getDimensionality

public int getDimensionality()
Gets the dimensionality value for this InputParameter.

Returns:
dimensionality

setDimensionality

public void setDimensionality(int dimensionality)
Sets the dimensionality value for this InputParameter.

Parameters:
dimensionality -

getIndex

public int getIndex()
Gets the index value for this InputParameter.

Returns:
index

setIndex

public void setIndex(int index)
Sets the index value for this InputParameter.

Parameters:
index -

isIsArray

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

Returns:
isArray

setIsArray

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

Parameters:
isArray -

isIsRequired

public boolean isIsRequired()
Gets the isRequired value for this InputParameter.

Returns:
isRequired

setIsRequired

public void setIsRequired(boolean isRequired)
Sets the isRequired value for this InputParameter.

Parameters:
isRequired -

getName

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

Returns:
name

setName

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

Parameters:
name -

getQName

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

Returns:
qName

setQName

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

Parameters:
qName -

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


Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.