com.esri.arcgisws
Class JobMessage

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

public class JobMessage
extends Object
implements 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="MessageDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MessageType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriJobMessageType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

JobMessage constructor.


JobMessage

public JobMessage()
JobMessage default constructor.

Method Detail

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

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