com.esri.arcgisws
Class JobMessage

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

public class JobMessage
extends java.lang.Object
implements java.io.Serializable

Java class for JobMessage complex type.

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

 <complexType name="JobMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MessageType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriJobMessageType"/>
         <element name="MessageDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
JobMessage()
          JobMessage default constructor.
JobMessage(EsriJobMessageType messageType, java.lang.String messageDesc)
          Deprecated. 
 
Method Summary
 java.lang.String getMessageDesc()
          Gets the value of the messageDesc property.
 EsriJobMessageType getMessageType()
          Gets the value of the messageType property.
 void setMessageDesc(java.lang.String value)
          Sets the value of the messageDesc property.
 void setMessageType(EsriJobMessageType 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

JobMessage

@Deprecated
public JobMessage(EsriJobMessageType messageType,
                             java.lang.String messageDesc)
Deprecated. 

JobMessage constructor.


JobMessage

public JobMessage()
JobMessage default constructor.

Method Detail

getMessageType

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

Returns:
possible object is EsriJobMessageType

setMessageType

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

Parameters:
value - allowed object is EsriJobMessageType

getMessageDesc

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

Returns:
possible object is String

setMessageDesc

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

Parameters:
value - allowed object is String