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