com.esri.arcgisws
Class GPValues

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

public class GPValues
extends Object
implements Serializable

Java class for GPValues complex type.

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

 <complexType name="GPValues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GPValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPValues()
          GPValues default constructor.
GPValues(List gpValue)
          Deprecated. 
 
Method Summary
 List getGPValue()
          Gets the value of the gpValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPValues

@Deprecated
public GPValues(List gpValue)
Deprecated. 

GPValues constructor.


GPValues

public GPValues()
GPValues default constructor.

Method Detail

getGPValue

public List getGPValue()
Gets the value of the gpValue property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the gpValue property.

For example, to add a new item, do as follows:

    getGPValue().add(newItem);
 

Objects of the following type(s) are allowed in the list GPValue