| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DirectionsAttributeMapping
public class DirectionsAttributeMapping
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.
| 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 | 
|---|
@Deprecated
public DirectionsAttributeMapping(String keyName,
                                             String attributeName)
public DirectionsAttributeMapping()
| Method Detail | 
|---|
public String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
     Stringpublic String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
     String
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||