com.esri.arcgisws
Class GPMultiValue

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

public class GPMultiValue
extends GPValue
implements Serializable

Java class for GPMultiValue complex type.

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

 <complexType name="GPMultiValue">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue">
       <sequence>
         <element name="MemberDataType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPValues" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPMultiValue()
          GPMultiValue default constructor.
GPMultiValue(String memberDataType, GPValue[] values)
          Deprecated. 
 
Method Summary
 String getMemberDataType()
          Gets the value of the memberDataType property.
 GPValue[] getValues()
          Gets the value of the values property.
 void setMemberDataType(String value)
          Sets the value of the memberDataType property.
 void setValues(GPValue[] value)
          Sets the value of the values property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPMultiValue

@Deprecated
public GPMultiValue(String memberDataType,
                               GPValue[] values)
Deprecated. 

GPMultiValue constructor.


GPMultiValue

public GPMultiValue()
GPMultiValue default constructor.

Method Detail

getMemberDataType

public String getMemberDataType()
Gets the value of the memberDataType property.

Returns:
possible object is String

setMemberDataType

public void setMemberDataType(String value)
Sets the value of the memberDataType property.

Parameters:
value - allowed object is String

getValues

public GPValue[] getValues()
Gets the value of the values property.

Returns:
possible object is []

setValues

public void setValues(GPValue[] value)
Sets the value of the values property.

Parameters:
value - allowed object is []