com.esri.arcgisws
Class NAServerNetworkDescription

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

public class NAServerNetworkDescription
extends java.lang.Object
implements java.io.Serializable

Java class for NAServerNetworkDescription complex type.

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

 <complexType name="NAServerNetworkDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NetworkAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfNAServerNetworkAttribute" minOccurs="0"/>
         <element name="NetworkSources" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfNAServerNetworkSource" minOccurs="0"/>
         <element name="NetworkDirections" type="{http://www.esri.com/schemas/ArcGIS/10.3}NAServerNetworkDirections" minOccurs="0"/>
         <element name="BuildTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="State" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkDatasetState" minOccurs="0"/>
         <element name="ElevationModel" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkElevationModel" minOccurs="0"/>
         <element name="TravelModes" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfNAServerTravelMode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkDescription()
          NAServerNetworkDescription default constructor.
NAServerNetworkDescription(java.lang.String name, NAServerNetworkAttribute[] networkAttributes, NAServerNetworkSource[] networkSources, NAServerNetworkDirections networkDirections, javax.xml.datatype.XMLGregorianCalendar buildTime, EsriNetworkDatasetState state, EsriNetworkElevationModel elevationModel, NAServerTravelMode[] travelModes)
          Deprecated. 
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getBuildTime()
          Gets the value of the buildTime property.
 EsriNetworkElevationModel getElevationModel()
          Gets the value of the elevationModel property.
 java.lang.String getName()
          Gets the value of the name property.
 NAServerNetworkAttribute[] getNetworkAttributes()
          Gets the value of the networkAttributes property.
 NAServerNetworkDirections getNetworkDirections()
          Gets the value of the networkDirections property.
 NAServerNetworkSource[] getNetworkSources()
          Gets the value of the networkSources property.
 EsriNetworkDatasetState getState()
          Gets the value of the state property.
 NAServerTravelMode[] getTravelModes()
          Gets the value of the travelModes property.
 void setBuildTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the buildTime property.
 void setElevationModel(EsriNetworkElevationModel value)
          Sets the value of the elevationModel property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNetworkAttributes(NAServerNetworkAttribute[] value)
          Sets the value of the networkAttributes property.
 void setNetworkDirections(NAServerNetworkDirections value)
          Sets the value of the networkDirections property.
 void setNetworkSources(NAServerNetworkSource[] value)
          Sets the value of the networkSources property.
 void setState(EsriNetworkDatasetState value)
          Sets the value of the state property.
 void setTravelModes(NAServerTravelMode[] value)
          Sets the value of the travelModes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkDescription

@Deprecated
public NAServerNetworkDescription(java.lang.String name,
                                             NAServerNetworkAttribute[] networkAttributes,
                                             NAServerNetworkSource[] networkSources,
                                             NAServerNetworkDirections networkDirections,
                                             javax.xml.datatype.XMLGregorianCalendar buildTime,
                                             EsriNetworkDatasetState state,
                                             EsriNetworkElevationModel elevationModel,
                                             NAServerTravelMode[] travelModes)
Deprecated. 

NAServerNetworkDescription constructor.


NAServerNetworkDescription

public NAServerNetworkDescription()
NAServerNetworkDescription default constructor.

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNetworkAttributes

public NAServerNetworkAttribute[] getNetworkAttributes()
Gets the value of the networkAttributes property.

Returns:
possible object is []

setNetworkAttributes

public void setNetworkAttributes(NAServerNetworkAttribute[] value)
Sets the value of the networkAttributes property.

Parameters:
value - allowed object is []

getNetworkSources

public NAServerNetworkSource[] getNetworkSources()
Gets the value of the networkSources property.

Returns:
possible object is []

setNetworkSources

public void setNetworkSources(NAServerNetworkSource[] value)
Sets the value of the networkSources property.

Parameters:
value - allowed object is []

getNetworkDirections

public NAServerNetworkDirections getNetworkDirections()
Gets the value of the networkDirections property.

Returns:
possible object is NAServerNetworkDirections

setNetworkDirections

public void setNetworkDirections(NAServerNetworkDirections value)
Sets the value of the networkDirections property.

Parameters:
value - allowed object is NAServerNetworkDirections

getBuildTime

public javax.xml.datatype.XMLGregorianCalendar getBuildTime()
Gets the value of the buildTime property.

Returns:
possible object is XMLGregorianCalendar

setBuildTime

public void setBuildTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the buildTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getState

public EsriNetworkDatasetState getState()
Gets the value of the state property.

Returns:
possible object is EsriNetworkDatasetState

setState

public void setState(EsriNetworkDatasetState value)
Sets the value of the state property.

Parameters:
value - allowed object is EsriNetworkDatasetState

getElevationModel

public EsriNetworkElevationModel getElevationModel()
Gets the value of the elevationModel property.

Returns:
possible object is EsriNetworkElevationModel

setElevationModel

public void setElevationModel(EsriNetworkElevationModel value)
Sets the value of the elevationModel property.

Parameters:
value - allowed object is EsriNetworkElevationModel

getTravelModes

public NAServerTravelMode[] getTravelModes()
Gets the value of the travelModes property.

Returns:
possible object is []

setTravelModes

public void setTravelModes(NAServerTravelMode[] value)
Sets the value of the travelModes property.

Parameters:
value - allowed object is []