| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerSolverResults
com.esri.arcgisws.NAServerLocationAllocationResults
public class NAServerLocationAllocationResults
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>
 
| 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 | 
|---|
@Deprecated
public NAServerLocationAllocationResults(MapImage mapImage,
                                                    GPMessages solveMessages,
                                                    Integer solveErrorCode,
                                                    String layerToken,
                                                    RecordSet laLines,
                                                    RecordSet demandPoints,
                                                    RecordSet facilities,
                                                    RecordSet barriers,
                                                    RecordSet polygonBarriers,
                                                    RecordSet polylineBarriers)
public NAServerLocationAllocationResults()
| Method Detail | 
|---|
public RecordSet getLALines()
RecordSetpublic void setLALines(RecordSet value)
value - allowed object is
     RecordSetpublic RecordSet getDemandPoints()
RecordSetpublic void setDemandPoints(RecordSet value)
value - allowed object is
     RecordSetpublic RecordSet getFacilities()
RecordSetpublic void setFacilities(RecordSet value)
value - allowed object is
     RecordSetpublic RecordSet getBarriers()
RecordSetpublic void setBarriers(RecordSet value)
value - allowed object is
     RecordSetpublic RecordSet getPolygonBarriers()
RecordSetpublic void setPolygonBarriers(RecordSet value)
value - allowed object is
     RecordSetpublic RecordSet getPolylineBarriers()
RecordSetpublic void setPolylineBarriers(RecordSet value)
value - allowed object is
     RecordSet| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||