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