com.esri.arcgisws
Class GetMessageVersionResponse

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

public class GetMessageVersionResponse
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="MessageVersion" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriArcGISVersion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetMessageVersionResponse()
          GetMessageVersionResponse default constructor.
GetMessageVersionResponse(EsriArcGISVersion messageVersion)
          Deprecated. 
 
Method Summary
 EsriArcGISVersion getMessageVersion()
          Gets the value of the messageVersion property.
 void setMessageVersion(EsriArcGISVersion value)
          Sets the value of the messageVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMessageVersionResponse

@Deprecated
public GetMessageVersionResponse(EsriArcGISVersion messageVersion)
Deprecated. 

GetMessageVersionResponse constructor.


GetMessageVersionResponse

public GetMessageVersionResponse()
GetMessageVersionResponse default constructor.

Method Detail

getMessageVersion

public EsriArcGISVersion getMessageVersion()
Gets the value of the messageVersion property.

Returns:
possible object is EsriArcGISVersion

setMessageVersion

public void setMessageVersion(EsriArcGISVersion value)
Sets the value of the messageVersion property.

Parameters:
value - allowed object is EsriArcGISVersion