|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.metadata.service.InputParameter
public class InputParameter
Represents an input parameter to an operation. This is manifested as a parameter of a service request in the grid.
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 |
---|
public InputParameter()
public InputParameter(UMLClass UMLClass, int dimensionality, int index, boolean isArray, boolean isRequired, java.lang.String name, javax.xml.namespace.QName qName)
Method Detail |
---|
public UMLClass getUMLClass()
public void setUMLClass(UMLClass UMLClass)
UMLClass
- public int getDimensionality()
public void setDimensionality(int dimensionality)
dimensionality
- public int getIndex()
public void setIndex(int index)
index
- public boolean isIsArray()
public void setIsArray(boolean isArray)
isArray
- public boolean isIsRequired()
public void setIsRequired(boolean isRequired)
isRequired
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public javax.xml.namespace.QName getQName()
public void setQName(javax.xml.namespace.QName qName)
qName
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |