| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkSourceDirections
public class NetworkSourceDirections
A container for describing how to generate driving directions for a network dataset source.
Java class for NetworkSourceDirections complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="NetworkSourceDirections">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AdminAreaFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Shields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Shields" minOccurs="0"/>
         <element name="StreetNameFields" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfStreetNameFields"/>
         <element name="FieldMappings" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDirectionsFieldMapping" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 A container for describing how to generate driving directions for a network dataset source.
| Constructor Summary | |
|---|---|
NetworkSourceDirections()
NetworkSourceDirections default constructor.  | 
|
NetworkSourceDirections(String adminAreaFieldName,
                        Shields shields,
                        StreetNameFields[] streetNameFields,
                        javax.xml.bind.JAXBElement fieldMappings)
Deprecated.  | 
|
| Method Summary | |
|---|---|
 String | 
getAdminAreaFieldName()
The name of the field containing the administrative area information for generating driving directions.  | 
 javax.xml.bind.JAXBElement | 
getFieldMappings()
The collection of directions field mapping.  | 
 Shields | 
getShields()
The directions shields settings for this source.  | 
 StreetNameFields[] | 
getStreetNameFields()
The fields containing the street names used in reporting driving directions.  | 
 void | 
setAdminAreaFieldName(String value)
The name of the field containing the administrative area information for generating driving directions.  | 
 void | 
setFieldMappings(javax.xml.bind.JAXBElement value)
The collection of directions field mapping.  | 
 void | 
setShields(Shields value)
The directions shields settings for this source.  | 
 void | 
setStreetNameFields(StreetNameFields[] value)
The fields containing the street names used in reporting driving directions.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public NetworkSourceDirections(String adminAreaFieldName,
                                          Shields shields,
                                          StreetNameFields[] streetNameFields,
                                          javax.xml.bind.JAXBElement fieldMappings)
public NetworkSourceDirections()
| Method Detail | 
|---|
public String getAdminAreaFieldName()
Stringpublic void setAdminAreaFieldName(String value)
value - allowed object is
     Stringpublic Shields getShields()
Shieldspublic void setShields(Shields value)
value - allowed object is
     Shieldspublic StreetNameFields[] getStreetNameFields()
[] public void setStreetNameFields(StreetNameFields[] value)
value - allowed object is
     [] public javax.xml.bind.JAXBElement getFieldMappings()
JAXBElement <[] >public void setFieldMappings(javax.xml.bind.JAXBElement value)
value - allowed object is
     JAXBElement <[] >
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||