com.esri.arcgisws
Class GetSolverParameters2

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

public class GetSolverParameters2
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

GetSolverParameters2

@Deprecated
public GetSolverParameters2(String naLayerName,
                                       String layerToken,
                                       boolean populateNAClasses)
Deprecated. 

GetSolverParameters2 constructor.


GetSolverParameters2

public GetSolverParameters2()
GetSolverParameters2 default constructor.

Method Detail

getNALayerName

public String getNALayerName()
Gets the value of the naLayerName property.

Returns:
possible object is String

setNALayerName

public void setNALayerName(String value)
Sets the value of the naLayerName property.

Parameters:
value - allowed object is String

getLayerToken

public String getLayerToken()
Gets the value of the layerToken property.

Returns:
possible object is String

setLayerToken

public void setLayerToken(String value)
Sets the value of the layerToken property.

Parameters:
value - allowed object is String

isPopulateNAClasses

public boolean isPopulateNAClasses()
Gets the value of the populateNAClasses property.


setPopulateNAClasses

public void setPopulateNAClasses(boolean value)
Sets the value of the populateNAClasses property.