com.esri.arcgisws
Class GetVersionResponse

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

public class GetVersionResponse
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Result" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetVersionResponse()
          GetVersionResponse default constructor.
GetVersionResponse(BigDecimal result)
          Deprecated. 
 
Method Summary
 BigDecimal getResult()
          Gets the value of the result property.
 void setResult(BigDecimal value)
          Sets the value of the result property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVersionResponse

@Deprecated
public GetVersionResponse(BigDecimal result)
Deprecated. 

GetVersionResponse constructor.


GetVersionResponse

public GetVersionResponse()
GetVersionResponse default constructor.

Method Detail

getResult

public BigDecimal getResult()
Gets the value of the result property.

Returns:
possible object is BigDecimal

setResult

public void setResult(BigDecimal value)
Sets the value of the result property.

Parameters:
value - allowed object is BigDecimal