com.esri.arcgisws
Class NAServerNetworkAttribute

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

public class NAServerNetworkAttribute
extends java.lang.Object
implements java.io.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.3}esriNetworkAttributeUnits"/>
         <element name="DataType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkAttributeDataType"/>
         <element name="UsageType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkAttributeUsageType"/>
         <element name="ParameterNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
         <element name="RestrictionUsageParameterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkAttribute()
          NAServerNetworkAttribute default constructor.
NAServerNetworkAttribute(java.lang.String name, EsriNetworkAttributeUnits units, EsriNetworkAttributeDataType dataType, EsriNetworkAttributeUsageType usageType, java.lang.String[] parameterNames, java.lang.String restrictionUsageParameterName)
          Deprecated. 
 
Method Summary
 EsriNetworkAttributeDataType getDataType()
          Gets the value of the dataType property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String[] getParameterNames()
          Gets the value of the parameterNames property.
 java.lang.String getRestrictionUsageParameterName()
          Gets the value of the restrictionUsageParameterName 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(java.lang.String value)
          Sets the value of the name property.
 void setParameterNames(java.lang.String[] value)
          Sets the value of the parameterNames property.
 void setRestrictionUsageParameterName(java.lang.String value)
          Sets the value of the restrictionUsageParameterName 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(java.lang.String name,
                                           EsriNetworkAttributeUnits units,
                                           EsriNetworkAttributeDataType dataType,
                                           EsriNetworkAttributeUsageType usageType,
                                           java.lang.String[] parameterNames,
                                           java.lang.String restrictionUsageParameterName)
Deprecated. 

NAServerNetworkAttribute constructor.


NAServerNetworkAttribute

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

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 java.lang.String[] getParameterNames()
Gets the value of the parameterNames property.

Returns:
possible object is []

setParameterNames

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

Parameters:
value - allowed object is []

getRestrictionUsageParameterName

public java.lang.String getRestrictionUsageParameterName()
Gets the value of the restrictionUsageParameterName property.

Returns:
possible object is String

setRestrictionUsageParameterName

public void setRestrictionUsageParameterName(java.lang.String value)
Sets the value of the restrictionUsageParameterName property.

Parameters:
value - allowed object is String