|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerNetworkSource
public class NAServerNetworkSource
Java class for NAServerNetworkSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerNetworkSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SourceType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkSourceType"/>
<element name="ElementType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkElementType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAServerNetworkSource()
NAServerNetworkSource default constructor. |
|
NAServerNetworkSource(String name,
int id,
EsriNetworkSourceType sourceType,
EsriNetworkElementType elementType)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriNetworkElementType |
getElementType()
Gets the value of the elementType property. |
int |
getID()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
EsriNetworkSourceType |
getSourceType()
Gets the value of the sourceType property. |
void |
setElementType(EsriNetworkElementType value)
Sets the value of the elementType property. |
void |
setID(int value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSourceType(EsriNetworkSourceType value)
Sets the value of the sourceType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NAServerNetworkSource(String name,
int id,
EsriNetworkSourceType sourceType,
EsriNetworkElementType elementType)
public NAServerNetworkSource()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getID()
public void setID(int value)
public EsriNetworkSourceType getSourceType()
EsriNetworkSourceTypepublic void setSourceType(EsriNetworkSourceType value)
value - allowed object is
EsriNetworkSourceTypepublic EsriNetworkElementType getElementType()
EsriNetworkElementTypepublic void setElementType(EsriNetworkElementType value)
value - allowed object is
EsriNetworkElementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||