com.esri.arcgisws
Class GPResult

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

public class GPResult
extends Object
implements Serializable

Java class for GPResult complex type.

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

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

See Also:
Serialized Form

Constructor Summary
GPResult()
          GPResult default constructor.
GPResult(GPValue[] values, JobMessage[] messages)
          Deprecated. 
 
Method Summary
 JobMessage[] getMessages()
          Gets the value of the messages property.
 GPValue[] getValues()
          Gets the value of the values property.
 void setMessages(JobMessage[] value)
          Sets the value of the messages 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

GPResult

@Deprecated
public GPResult(GPValue[] values,
                           JobMessage[] messages)
Deprecated. 

GPResult constructor.


GPResult

public GPResult()
GPResult default constructor.

Method Detail

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 []

getMessages

public JobMessage[] getMessages()
Gets the value of the messages property.

Returns:
possible object is []

setMessages

public void setMessages(JobMessage[] value)
Sets the value of the messages property.

Parameters:
value - allowed object is []