com.esri.arcgisws
Class DirectionsFieldMapping

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

public class DirectionsFieldMapping
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

DirectionsFieldMapping

@Deprecated
public DirectionsFieldMapping(String keyName,
                                         String undirectedFieldName,
                                         String alongFieldName,
                                         String againstFieldName)
Deprecated. 

DirectionsFieldMapping constructor.


DirectionsFieldMapping

public DirectionsFieldMapping()
DirectionsFieldMapping default constructor.

Method Detail

getKeyName

public String getKeyName()
The directions key name of the directions field mapping. Gets the value of the keyName property.

Returns:
possible object is String

setKeyName

public void setKeyName(String value)
The directions key name of the directions field mapping. Sets the value of the keyName property.

Parameters:
value - allowed object is String

getUndirectedFieldName

public String getUndirectedFieldName()
The network source field name associated with the directions key name in an undirected direction. Gets the value of the undirectedFieldName property.

Returns:
possible object is String

setUndirectedFieldName

public void setUndirectedFieldName(String value)
The network source field name associated with the directions key name in an undirected direction. Sets the value of the undirectedFieldName property.

Parameters:
value - allowed object is String

getAlongFieldName

public String getAlongFieldName()
The network source field name associated with the directions key name in the along direction. Gets the value of the alongFieldName property.

Returns:
possible object is String

setAlongFieldName

public void setAlongFieldName(String value)
The network source field name associated with the directions key name in the along direction. Sets the value of the alongFieldName property.

Parameters:
value - allowed object is String

getAgainstFieldName

public String getAgainstFieldName()
The network source field name associated with the directions key name in the against direction. Gets the value of the againstFieldName property.

Returns:
possible object is String

setAgainstFieldName

public void setAgainstFieldName(String value)
The network source field name associated with the directions key name in the against direction. Sets the value of the againstFieldName property.

Parameters:
value - allowed object is String