| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPMessage
public class GPMessage
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>
 
| 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 | 
|---|
@Deprecated
public GPMessage(int messageType,
                            int messageCode,
                            String messageDesc)
public GPMessage()
| Method Detail | 
|---|
public int getMessageType()
public void setMessageType(int value)
public int getMessageCode()
public void setMessageCode(int value)
public String getMessageDesc()
Stringpublic void setMessageDesc(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||