|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.NAServerNetworkDescription
public class NAServerNetworkDescription
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>
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 |
---|
@Deprecated public NAServerNetworkDescription(java.lang.String name, NAServerNetworkAttribute[] networkAttributes, NAServerNetworkSource[] networkSources, NAServerNetworkDirections networkDirections, javax.xml.datatype.XMLGregorianCalendar buildTime, EsriNetworkDatasetState state, EsriNetworkElevationModel elevationModel, NAServerTravelMode[] travelModes)
public NAServerNetworkDescription()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public NAServerNetworkAttribute[] getNetworkAttributes()
[]
public void setNetworkAttributes(NAServerNetworkAttribute[] value)
value
- allowed object is
[]
public NAServerNetworkSource[] getNetworkSources()
[]
public void setNetworkSources(NAServerNetworkSource[] value)
value
- allowed object is
[]
public NAServerNetworkDirections getNetworkDirections()
NAServerNetworkDirections
public void setNetworkDirections(NAServerNetworkDirections value)
value
- allowed object is
NAServerNetworkDirections
public javax.xml.datatype.XMLGregorianCalendar getBuildTime()
XMLGregorianCalendar
public void setBuildTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public EsriNetworkDatasetState getState()
EsriNetworkDatasetState
public void setState(EsriNetworkDatasetState value)
value
- allowed object is
EsriNetworkDatasetState
public EsriNetworkElevationModel getElevationModel()
EsriNetworkElevationModel
public void setElevationModel(EsriNetworkElevationModel value)
value
- allowed object is
EsriNetworkElevationModel
public NAServerTravelMode[] getTravelModes()
[]
public void setTravelModes(NAServerTravelMode[] value)
value
- allowed object is
[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |