|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerNetworkAttribute
public class NAServerNetworkAttribute
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>
| 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 |
|---|
@Deprecated
public NAServerNetworkAttribute(String name,
EsriNetworkAttributeUnits units,
EsriNetworkAttributeDataType dataType,
EsriNetworkAttributeUsageType usageType,
String[] parameterNames)
public NAServerNetworkAttribute()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic EsriNetworkAttributeUnits getUnits()
EsriNetworkAttributeUnitspublic void setUnits(EsriNetworkAttributeUnits value)
value - allowed object is
EsriNetworkAttributeUnitspublic EsriNetworkAttributeDataType getDataType()
EsriNetworkAttributeDataTypepublic void setDataType(EsriNetworkAttributeDataType value)
value - allowed object is
EsriNetworkAttributeDataTypepublic EsriNetworkAttributeUsageType getUsageType()
EsriNetworkAttributeUsageTypepublic void setUsageType(EsriNetworkAttributeUsageType value)
value - allowed object is
EsriNetworkAttributeUsageTypepublic String[] getParameterNames()
[] public void setParameterNames(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||