com.esri.arcgisws
Class NAServerODCostMatrixResults

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

public class NAServerODCostMatrixResults
extends NAServerSolverResults
implements Serializable

Java class for NAServerODCostMatrixResults complex type.

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

 <complexType name="NAServerODCostMatrixResults">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
       <sequence>
         <element name="ODLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Origins" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="Destinations" 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"/>
         <element name="OriginOIDIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
         <element name="DestinationOIDIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
         <element name="CostAttributeNameIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="ODMatrix" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerODCostMatrixResults()
          NAServerODCostMatrixResults default constructor.
NAServerODCostMatrixResults(MapImage mapImage, GPMessages solveMessages, Integer solveErrorCode, String layerToken, RecordSet odLines, RecordSet origins, RecordSet destinations, RecordSet barriers, RecordSet polygonBarriers, RecordSet polylineBarriers, int[] originOIDIndex, int[] destinationOIDIndex, String[] costAttributeNameIndex, byte[] odMatrix)
          Deprecated. 
 
Method Summary
 RecordSet getBarriers()
          Gets the value of the barriers property.
 String[] getCostAttributeNameIndex()
          Gets the value of the costAttributeNameIndex property.
 int[] getDestinationOIDIndex()
          Gets the value of the destinationOIDIndex property.
 RecordSet getDestinations()
          Gets the value of the destinations property.
 RecordSet getODLines()
          Gets the value of the odLines property.
 byte[] getODMatrix()
          Gets the value of the odMatrix property.
 int[] getOriginOIDIndex()
          Gets the value of the originOIDIndex property.
 RecordSet getOrigins()
          Gets the value of the origins 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 setCostAttributeNameIndex(String[] value)
          Sets the value of the costAttributeNameIndex property.
 void setDestinationOIDIndex(int[] value)
          Sets the value of the destinationOIDIndex property.
 void setDestinations(RecordSet value)
          Sets the value of the destinations property.
 void setODLines(RecordSet value)
          Sets the value of the odLines property.
 void setODMatrix(byte[] value)
          Sets the value of the odMatrix property.
 void setOriginOIDIndex(int[] value)
          Sets the value of the originOIDIndex property.
 void setOrigins(RecordSet value)
          Sets the value of the origins 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

NAServerODCostMatrixResults

@Deprecated
public NAServerODCostMatrixResults(MapImage mapImage,
                                              GPMessages solveMessages,
                                              Integer solveErrorCode,
                                              String layerToken,
                                              RecordSet odLines,
                                              RecordSet origins,
                                              RecordSet destinations,
                                              RecordSet barriers,
                                              RecordSet polygonBarriers,
                                              RecordSet polylineBarriers,
                                              int[] originOIDIndex,
                                              int[] destinationOIDIndex,
                                              String[] costAttributeNameIndex,
                                              byte[] odMatrix)
Deprecated. 

NAServerODCostMatrixResults constructor.


NAServerODCostMatrixResults

public NAServerODCostMatrixResults()
NAServerODCostMatrixResults default constructor.

Method Detail

getODLines

public RecordSet getODLines()
Gets the value of the odLines property.

Returns:
possible object is RecordSet

setODLines

public void setODLines(RecordSet value)
Sets the value of the odLines property.

Parameters:
value - allowed object is RecordSet

getOrigins

public RecordSet getOrigins()
Gets the value of the origins property.

Returns:
possible object is RecordSet

setOrigins

public void setOrigins(RecordSet value)
Sets the value of the origins property.

Parameters:
value - allowed object is RecordSet

getDestinations

public RecordSet getDestinations()
Gets the value of the destinations property.

Returns:
possible object is RecordSet

setDestinations

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

getOriginOIDIndex

public int[] getOriginOIDIndex()
Gets the value of the originOIDIndex property.

Returns:
possible object is []

setOriginOIDIndex

public void setOriginOIDIndex(int[] value)
Sets the value of the originOIDIndex property.

Parameters:
value - allowed object is []

getDestinationOIDIndex

public int[] getDestinationOIDIndex()
Gets the value of the destinationOIDIndex property.

Returns:
possible object is []

setDestinationOIDIndex

public void setDestinationOIDIndex(int[] value)
Sets the value of the destinationOIDIndex property.

Parameters:
value - allowed object is []

getCostAttributeNameIndex

public String[] getCostAttributeNameIndex()
Gets the value of the costAttributeNameIndex property.

Returns:
possible object is []

setCostAttributeNameIndex

public void setCostAttributeNameIndex(String[] value)
Sets the value of the costAttributeNameIndex property.

Parameters:
value - allowed object is []

getODMatrix

public byte[] getODMatrix()
Gets the value of the odMatrix property.

Returns:
possible object is byte[]

setODMatrix

public void setODMatrix(byte[] value)
Sets the value of the odMatrix property.

Parameters:
value - allowed object is byte[]