com.esri.arcgisws
Class NAServerNetworkAttribute

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

public class NAServerNetworkAttribute
extends Object
implements Serializable

Java class for NAServerNetworkAttribute complex type.

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

 <complexType name="NAServerNetworkAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits"/>
         <element name="DataType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeDataType"/>
         <element name="UsageType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUsageType"/>
         <element name="ParameterNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkAttribute()
          NAServerNetworkAttribute default constructor.
NAServerNetworkAttribute(String name, EsriNetworkAttributeUnits units, EsriNetworkAttributeDataType dataType, EsriNetworkAttributeUsageType usageType, String[] parameterNames)
          Deprecated. 
 
Method Summary
 EsriNetworkAttributeDataType getDataType()
          Gets the value of the dataType property.
 String getName()
          Gets the value of the name property.
 String[] getParameterNames()
          Gets the value of the parameterNames property.
 EsriNetworkAttributeUnits getUnits()
          Gets the value of the units property.
 EsriNetworkAttributeUsageType getUsageType()
          Gets the value of the usageType property.
 void setDataType(EsriNetworkAttributeDataType value)
          Sets the value of the dataType property.
 void setName(String value)
          Sets the value of the name property.
 void setParameterNames(String[] value)
          Sets the value of the parameterNames property.
 void setUnits(EsriNetworkAttributeUnits value)
          Sets the value of the units property.
 void setUsageType(EsriNetworkAttributeUsageType value)
          Sets the value of the usageType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkAttribute

@Deprecated
public NAServerNetworkAttribute(String name,
                                           EsriNetworkAttributeUnits units,
                                           EsriNetworkAttributeDataType dataType,
                                           EsriNetworkAttributeUsageType usageType,
                                           String[] parameterNames)
Deprecated. 

NAServerNetworkAttribute constructor.


NAServerNetworkAttribute

public NAServerNetworkAttribute()
NAServerNetworkAttribute 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

getUnits

public EsriNetworkAttributeUnits getUnits()
Gets the value of the units property.

Returns:
possible object is EsriNetworkAttributeUnits

setUnits

public void setUnits(EsriNetworkAttributeUnits value)
Sets the value of the units property.

Parameters:
value - allowed object is EsriNetworkAttributeUnits

getDataType

public EsriNetworkAttributeDataType getDataType()
Gets the value of the dataType property.

Returns:
possible object is EsriNetworkAttributeDataType

setDataType

public void setDataType(EsriNetworkAttributeDataType value)
Sets the value of the dataType property.

Parameters:
value - allowed object is EsriNetworkAttributeDataType

getUsageType

public EsriNetworkAttributeUsageType getUsageType()
Gets the value of the usageType property.

Returns:
possible object is EsriNetworkAttributeUsageType

setUsageType

public void setUsageType(EsriNetworkAttributeUsageType value)
Sets the value of the usageType property.

Parameters:
value - allowed object is EsriNetworkAttributeUsageType

getParameterNames

public String[] getParameterNames()
Gets the value of the parameterNames property.

Returns:
possible object is []

setParameterNames

public void setParameterNames(String[] value)
Sets the value of the parameterNames property.

Parameters:
value - allowed object is []