|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerSolverResults
public abstract class NAServerSolverResults
Java class for NAServerSolverResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerSolverResults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MapImage" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapImage" minOccurs="0"/>
<element name="SolveMessages" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPMessages" minOccurs="0"/>
<element name="SolveErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LayerToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAServerSolverResults()
NAServerSolverResults default constructor. |
|
NAServerSolverResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getLayerToken()
Gets the value of the layerToken property. |
MapImage |
getMapImage()
Gets the value of the mapImage property. |
Integer |
getSolveErrorCode()
Gets the value of the solveErrorCode property. |
GPMessages |
getSolveMessages()
Gets the value of the solveMessages property. |
void |
setLayerToken(String value)
Sets the value of the layerToken property. |
void |
setMapImage(MapImage value)
Sets the value of the mapImage property. |
void |
setSolveErrorCode(Integer value)
Sets the value of the solveErrorCode property. |
void |
setSolveMessages(GPMessages value)
Sets the value of the solveMessages property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NAServerSolverResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken)
public NAServerSolverResults()
| Method Detail |
|---|
public MapImage getMapImage()
MapImagepublic void setMapImage(MapImage value)
value - allowed object is
MapImagepublic GPMessages getSolveMessages()
GPMessagespublic void setSolveMessages(GPMessages value)
value - allowed object is
GPMessagespublic Integer getSolveErrorCode()
Integerpublic void setSolveErrorCode(Integer value)
value - allowed object is
Integerpublic String getLayerToken()
Stringpublic void setLayerToken(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||