com.esri.arcgisws
Class NAServerLocationAllocationResults

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

public class NAServerLocationAllocationResults
extends NAServerSolverResults
implements Serializable

Java class for NAServerLocationAllocationResults complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NAServerLocationAllocationResults">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
       <sequence>
         <element name="LALines" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="DemandPoints" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Facilities" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="PolygonBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="PolylineBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerLocationAllocationResults()
          NAServerLocationAllocationResults default constructor.
NAServerLocationAllocationResults(MapImage mapImage, GPMessages solveMessages, Integer solveErrorCode, String layerToken, RecordSet laLines, RecordSet demandPoints, RecordSet facilities, RecordSet barriers, RecordSet polygonBarriers, RecordSet polylineBarriers)
          Deprecated. 
 
Method Summary
 RecordSet getBarriers()
          Gets the value of the barriers property.
 RecordSet getDemandPoints()
          Gets the value of the demandPoints property.
 RecordSet getFacilities()
          Gets the value of the facilities property.
 RecordSet getLALines()
          Gets the value of the laLines property.
 RecordSet getPolygonBarriers()
          Gets the value of the polygonBarriers property.
 RecordSet getPolylineBarriers()
          Gets the value of the polylineBarriers property.
 void setBarriers(RecordSet value)
          Sets the value of the barriers property.
 void setDemandPoints(RecordSet value)
          Sets the value of the demandPoints property.
 void setFacilities(RecordSet value)
          Sets the value of the facilities property.
 void setLALines(RecordSet value)
          Sets the value of the laLines property.
 void setPolygonBarriers(RecordSet value)
          Sets the value of the polygonBarriers property.
 void setPolylineBarriers(RecordSet value)
          Sets the value of the polylineBarriers property.
 
Methods inherited from class com.esri.arcgisws.NAServerSolverResults
getLayerToken, getMapImage, getSolveErrorCode, getSolveMessages, setLayerToken, setMapImage, setSolveErrorCode, setSolveMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerLocationAllocationResults

@Deprecated
public NAServerLocationAllocationResults(MapImage mapImage,
                                                    GPMessages solveMessages,
                                                    Integer solveErrorCode,
                                                    String layerToken,
                                                    RecordSet laLines,
                                                    RecordSet demandPoints,
                                                    RecordSet facilities,
                                                    RecordSet barriers,
                                                    RecordSet polygonBarriers,
                                                    RecordSet polylineBarriers)
Deprecated. 

NAServerLocationAllocationResults constructor.


NAServerLocationAllocationResults

public NAServerLocationAllocationResults()
NAServerLocationAllocationResults default constructor.

Method Detail

getLALines

public RecordSet getLALines()
Gets the value of the laLines property.

Returns:
possible object is RecordSet

setLALines

public void setLALines(RecordSet value)
Sets the value of the laLines property.

Parameters:
value - allowed object is RecordSet

getDemandPoints

public RecordSet getDemandPoints()
Gets the value of the demandPoints property.

Returns:
possible object is RecordSet

setDemandPoints

public void setDemandPoints(RecordSet value)
Sets the value of the demandPoints property.

Parameters:
value - allowed object is RecordSet

getFacilities

public RecordSet getFacilities()
Gets the value of the facilities property.

Returns:
possible object is RecordSet

setFacilities

public void setFacilities(RecordSet value)
Sets the value of the facilities property.

Parameters:
value - allowed object is RecordSet

getBarriers

public RecordSet getBarriers()
Gets the value of the barriers property.

Returns:
possible object is RecordSet

setBarriers

public void setBarriers(RecordSet value)
Sets the value of the barriers property.

Parameters:
value - allowed object is RecordSet

getPolygonBarriers

public RecordSet getPolygonBarriers()
Gets the value of the polygonBarriers property.

Returns:
possible object is RecordSet

setPolygonBarriers

public void setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property.

Parameters:
value - allowed object is RecordSet

getPolylineBarriers

public RecordSet getPolylineBarriers()
Gets the value of the polylineBarriers property.

Returns:
possible object is RecordSet

setPolylineBarriers

public void setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers property.

Parameters:
value - allowed object is RecordSet