com.esri.arcgisws
Class NAServerServiceAreaResults

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

public class NAServerServiceAreaResults
extends NAServerSolverResults
implements Serializable

Java class for NAServerServiceAreaResults complex type.

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

 <complexType name="NAServerServiceAreaResults">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
       <sequence>
         <element name="SALineGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline" minOccurs="0"/>
         <element name="SALines" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="SAPolygonGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolygon" minOccurs="0"/>
         <element name="SAPolygons" 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
NAServerServiceAreaResults()
          NAServerServiceAreaResults default constructor.
NAServerServiceAreaResults(MapImage mapImage, GPMessages solveMessages, Integer solveErrorCode, String layerToken, Polyline[] saLineGeometries, RecordSet saLines, Polygon[] saPolygonGeometries, RecordSet saPolygons, RecordSet facilities, RecordSet barriers, RecordSet polygonBarriers, RecordSet polylineBarriers)
          Deprecated. 
 
Method Summary
 RecordSet getBarriers()
          Gets the value of the barriers property.
 RecordSet getFacilities()
          Gets the value of the facilities property.
 RecordSet getPolygonBarriers()
          Gets the value of the polygonBarriers property.
 RecordSet getPolylineBarriers()
          Gets the value of the polylineBarriers property.
 Polyline[] getSALineGeometries()
          Gets the value of the saLineGeometries property.
 RecordSet getSALines()
          Gets the value of the saLines property.
 Polygon[] getSAPolygonGeometries()
          Gets the value of the saPolygonGeometries property.
 RecordSet getSAPolygons()
          Gets the value of the saPolygons property.
 void setBarriers(RecordSet value)
          Sets the value of the barriers property.
 void setFacilities(RecordSet value)
          Sets the value of the facilities property.
 void setPolygonBarriers(RecordSet value)
          Sets the value of the polygonBarriers property.
 void setPolylineBarriers(RecordSet value)
          Sets the value of the polylineBarriers property.
 void setSALineGeometries(Polyline[] value)
          Sets the value of the saLineGeometries property.
 void setSALines(RecordSet value)
          Sets the value of the saLines property.
 void setSAPolygonGeometries(Polygon[] value)
          Sets the value of the saPolygonGeometries property.
 void setSAPolygons(RecordSet value)
          Sets the value of the saPolygons 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

NAServerServiceAreaResults

@Deprecated
public NAServerServiceAreaResults(MapImage mapImage,
                                             GPMessages solveMessages,
                                             Integer solveErrorCode,
                                             String layerToken,
                                             Polyline[] saLineGeometries,
                                             RecordSet saLines,
                                             Polygon[] saPolygonGeometries,
                                             RecordSet saPolygons,
                                             RecordSet facilities,
                                             RecordSet barriers,
                                             RecordSet polygonBarriers,
                                             RecordSet polylineBarriers)
Deprecated. 

NAServerServiceAreaResults constructor.


NAServerServiceAreaResults

public NAServerServiceAreaResults()
NAServerServiceAreaResults default constructor.

Method Detail

getSALineGeometries

public Polyline[] getSALineGeometries()
Gets the value of the saLineGeometries property.

Returns:
possible object is []

setSALineGeometries

public void setSALineGeometries(Polyline[] value)
Sets the value of the saLineGeometries property.

Parameters:
value - allowed object is []

getSALines

public RecordSet getSALines()
Gets the value of the saLines property.

Returns:
possible object is RecordSet

setSALines

public void setSALines(RecordSet value)
Sets the value of the saLines property.

Parameters:
value - allowed object is RecordSet

getSAPolygonGeometries

public Polygon[] getSAPolygonGeometries()
Gets the value of the saPolygonGeometries property.

Returns:
possible object is []

setSAPolygonGeometries

public void setSAPolygonGeometries(Polygon[] value)
Sets the value of the saPolygonGeometries property.

Parameters:
value - allowed object is []

getSAPolygons

public RecordSet getSAPolygons()
Gets the value of the saPolygons property.

Returns:
possible object is RecordSet

setSAPolygons

public void setSAPolygons(RecordSet value)
Sets the value of the saPolygons 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