| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPMultiValue
public class GPMultiValue
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>
 
| 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 | 
|---|
@Deprecated
public GPMultiValue(String memberDataType,
                               GPValue[] values)
public GPMultiValue()
| Method Detail | 
|---|
public String getMemberDataType()
Stringpublic void setMemberDataType(String value)
value - allowed object is
     Stringpublic GPValue[] getValues()
[] public void setValues(GPValue[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||