|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValues
public class GPValues
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>
| 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 |
|---|
@Deprecated public GPValues(List gpValue)
public GPValues()
| Method Detail |
|---|
public List getGPValue()
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||