com.esri.arcgisws
Class GPMessage

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

public class GPMessage
extends Object
implements Serializable

Java class for GPMessage complex type.

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

 <complexType name="GPMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MessageType" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MessageCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MessageDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPMessage()
          GPMessage default constructor.
GPMessage(int messageType, int messageCode, String messageDesc)
          Deprecated. 
 
Method Summary
 int getMessageCode()
          Gets the value of the messageCode property.
 String getMessageDesc()
          Gets the value of the messageDesc property.
 int getMessageType()
          Gets the value of the messageType property.
 void setMessageCode(int value)
          Sets the value of the messageCode property.
 void setMessageDesc(String value)
          Sets the value of the messageDesc property.
 void setMessageType(int value)
          Sets the value of the messageType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPMessage

@Deprecated
public GPMessage(int messageType,
                            int messageCode,
                            String messageDesc)
Deprecated. 

GPMessage constructor.


GPMessage

public GPMessage()
GPMessage default constructor.

Method Detail

getMessageType

public int getMessageType()
Gets the value of the messageType property.


setMessageType

public void setMessageType(int value)
Sets the value of the messageType property.


getMessageCode

public int getMessageCode()
Gets the value of the messageCode property.


setMessageCode

public void setMessageCode(int value)
Sets the value of the messageCode property.


getMessageDesc

public String getMessageDesc()
Gets the value of the messageDesc property.

Returns:
possible object is String

setMessageDesc

public void setMessageDesc(String value)
Sets the value of the messageDesc property.

Parameters:
value - allowed object is String