|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GetSolverParameters2
public class GetSolverParameters2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NALayerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LayerToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PopulateNAClasses" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetSolverParameters2()
GetSolverParameters2 default constructor. |
|
GetSolverParameters2(String naLayerName,
String layerToken,
boolean populateNAClasses)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getLayerToken()
Gets the value of the layerToken property. |
String |
getNALayerName()
Gets the value of the naLayerName property. |
boolean |
isPopulateNAClasses()
Gets the value of the populateNAClasses property. |
void |
setLayerToken(String value)
Sets the value of the layerToken property. |
void |
setNALayerName(String value)
Sets the value of the naLayerName property. |
void |
setPopulateNAClasses(boolean value)
Sets the value of the populateNAClasses property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GetSolverParameters2(String naLayerName,
String layerToken,
boolean populateNAClasses)
public GetSolverParameters2()
| Method Detail |
|---|
public String getNALayerName()
Stringpublic void setNALayerName(String value)
value - allowed object is
Stringpublic String getLayerToken()
Stringpublic void setLayerToken(String value)
value - allowed object is
Stringpublic boolean isPopulateNAClasses()
public void setPopulateNAClasses(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||