com.esri.arcgisws
Class NAServerNetworkDescription

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

public class NAServerNetworkDescription
extends Object
implements 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.0}ArrayOfNAServerNetworkAttribute" minOccurs="0"/>
         <element name="NetworkSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNAServerNetworkSource" minOccurs="0"/>
         <element name="NetworkDirections" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}esriNetworkDatasetState" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkDescription()
          NAServerNetworkDescription default constructor.
NAServerNetworkDescription(String name, NAServerNetworkAttribute[] networkAttributes, NAServerNetworkSource[] networkSources, NAServerNetworkDirections networkDirections, javax.xml.datatype.XMLGregorianCalendar buildTime, EsriNetworkDatasetState state)
          Deprecated. 
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getBuildTime()
          Gets the value of the buildTime property.
 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.
 void setBuildTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the buildTime property.
 void setName(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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkDescription

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

NAServerNetworkDescription constructor.


NAServerNetworkDescription

public NAServerNetworkDescription()
NAServerNetworkDescription default constructor.

Method Detail

getName

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

Returns:
possible object is String

setName

public void setName(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