|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DirectionsFieldMapping
public class DirectionsFieldMapping
A container for a directions field mapping.
Java class for DirectionsFieldMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionsFieldMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UndirectedFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlongFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AgainstFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for a directions field mapping.
| Constructor Summary | |
|---|---|
DirectionsFieldMapping()
DirectionsFieldMapping default constructor. |
|
DirectionsFieldMapping(String keyName,
String undirectedFieldName,
String alongFieldName,
String againstFieldName)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAgainstFieldName()
The network source field name associated with the directions key name in the against direction. |
String |
getAlongFieldName()
The network source field name associated with the directions key name in the along direction. |
String |
getKeyName()
The directions key name of the directions field mapping. |
String |
getUndirectedFieldName()
The network source field name associated with the directions key name in an undirected direction. |
void |
setAgainstFieldName(String value)
The network source field name associated with the directions key name in the against direction. |
void |
setAlongFieldName(String value)
The network source field name associated with the directions key name in the along direction. |
void |
setKeyName(String value)
The directions key name of the directions field mapping. |
void |
setUndirectedFieldName(String value)
The network source field name associated with the directions key name in an undirected direction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DirectionsFieldMapping(String keyName,
String undirectedFieldName,
String alongFieldName,
String againstFieldName)
public DirectionsFieldMapping()
| Method Detail |
|---|
public String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
Stringpublic String getUndirectedFieldName()
Stringpublic void setUndirectedFieldName(String value)
value - allowed object is
Stringpublic String getAlongFieldName()
Stringpublic void setAlongFieldName(String value)
value - allowed object is
Stringpublic String getAgainstFieldName()
Stringpublic void setAgainstFieldName(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||