com.esri.arcgisws
Class GPParameterInfo

java.lang.Object
  extended by com.esri.arcgisws.GPParameterInfo
All Implemented Interfaces:
Serializable

public class GPParameterInfo
extends Object
implements Serializable

Java class for GPParameterInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GPParameterInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Direction" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGPParameterDirection"/>
         <element name="ParamType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGPParameterType"/>
         <element name="ChoiceList" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="Value" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPParameterInfo()
          GPParameterInfo default constructor.
GPParameterInfo(String name, String displayName, String category, String dataType, EsriGPParameterDirection direction, EsriGPParameterType paramType, String[] choiceList, GPValue value)
          Deprecated. 
 
Method Summary
 String getCategory()
          Gets the value of the category property.
 String[] getChoiceList()
          Gets the value of the choiceList property.
 String getDataType()
          Gets the value of the dataType property.
 EsriGPParameterDirection getDirection()
          Gets the value of the direction property.
 String getDisplayName()
          Gets the value of the displayName property.
 String getName()
          Gets the value of the name property.
 EsriGPParameterType getParamType()
          Gets the value of the paramType property.
 GPValue getValue()
          Gets the value of the value property.
 void setCategory(String value)
          Sets the value of the category property.
 void setChoiceList(String[] value)
          Sets the value of the choiceList property.
 void setDataType(String value)
          Sets the value of the dataType property.
 void setDirection(EsriGPParameterDirection value)
          Sets the value of the direction property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setName(String value)
          Sets the value of the name property.
 void setParamType(EsriGPParameterType value)
          Sets the value of the paramType property.
 void setValue(GPValue value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPParameterInfo

@Deprecated
public GPParameterInfo(String name,
                                  String displayName,
                                  String category,
                                  String dataType,
                                  EsriGPParameterDirection direction,
                                  EsriGPParameterType paramType,
                                  String[] choiceList,
                                  GPValue value)
Deprecated. 

GPParameterInfo constructor.


GPParameterInfo

public GPParameterInfo()
GPParameterInfo default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getCategory

public String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getDirection

public EsriGPParameterDirection getDirection()
Gets the value of the direction property.

Returns:
possible object is EsriGPParameterDirection

setDirection

public void setDirection(EsriGPParameterDirection value)
Sets the value of the direction property.

Parameters:
value - allowed object is EsriGPParameterDirection

getParamType

public EsriGPParameterType getParamType()
Gets the value of the paramType property.

Returns:
possible object is EsriGPParameterType

setParamType

public void setParamType(EsriGPParameterType value)
Sets the value of the paramType property.

Parameters:
value - allowed object is EsriGPParameterType

getChoiceList

public String[] getChoiceList()
Gets the value of the choiceList property.

Returns:
possible object is []

setChoiceList

public void setChoiceList(String[] value)
Sets the value of the choiceList property.

Parameters:
value - allowed object is []

getValue

public GPValue getValue()
Gets the value of the value property.

Returns:
possible object is GPValue

setValue

public void setValue(GPValue value)
Sets the value of the value property.

Parameters:
value - allowed object is GPValue