com.esri.arcgisws
Class DirectionsAttributeMapping

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

public class DirectionsAttributeMapping
extends Object
implements Serializable

A container for a directions attribute mapping.

Java class for DirectionsAttributeMapping complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DirectionsAttributeMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A container for a directions attribute mapping.

See Also:
Serialized Form

Constructor Summary
DirectionsAttributeMapping()
          DirectionsAttributeMapping default constructor.
DirectionsAttributeMapping(String keyName, String attributeName)
          Deprecated. 
 
Method Summary
 String getAttributeName()
          The network attribute name associated with the directions key name.
 String getKeyName()
          The directions key name of the directions attribute mapping.
 void setAttributeName(String value)
          The network attribute name associated with the directions key name.
 void setKeyName(String value)
          The directions key name of the directions attribute mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectionsAttributeMapping

@Deprecated
public DirectionsAttributeMapping(String keyName,
                                             String attributeName)
Deprecated. 

DirectionsAttributeMapping constructor.


DirectionsAttributeMapping

public DirectionsAttributeMapping()
DirectionsAttributeMapping default constructor.

Method Detail

getKeyName

public String getKeyName()
The directions key name of the directions attribute 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 attribute mapping. Sets the value of the keyName property.

Parameters:
value - allowed object is String

getAttributeName

public String getAttributeName()
The network attribute name associated with the directions key name. Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(String value)
The network attribute name associated with the directions key name. Sets the value of the attributeName property.

Parameters:
value - allowed object is String