com.esri.arcgisws
Class TrafficFeedDirectory

java.lang.Object
  extended by com.esri.arcgisws.TrafficFeedLocation
      extended by com.esri.arcgisws.TrafficFeedDirectory
All Implemented Interfaces:
java.io.Serializable

public class TrafficFeedDirectory
extends TrafficFeedLocation
implements java.io.Serializable

Provides access to a folder directory for retrieving traffic feed data.

Java class for TrafficFeedDirectory complex type.

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

 <complexType name="TrafficFeedDirectory">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}TrafficFeedLocation">
       <sequence>
         <element name="TrafficDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Provides access to a folder directory for retrieving traffic feed data.

See Also:
Serialized Form

Constructor Summary
TrafficFeedDirectory()
          TrafficFeedDirectory default constructor.
TrafficFeedDirectory(java.lang.String trafficDirectory)
          Deprecated. 
 
Method Summary
 java.lang.String getTrafficDirectory()
          The directory containing dynamic traffic data.
 void setTrafficDirectory(java.lang.String value)
          The directory containing dynamic traffic data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrafficFeedDirectory

@Deprecated
public TrafficFeedDirectory(java.lang.String trafficDirectory)
Deprecated. 

TrafficFeedDirectory constructor.


TrafficFeedDirectory

public TrafficFeedDirectory()
TrafficFeedDirectory default constructor.

Method Detail

getTrafficDirectory

public java.lang.String getTrafficDirectory()
The directory containing dynamic traffic data. Gets the value of the trafficDirectory property.

Returns:
possible object is String

setTrafficDirectory

public void setTrafficDirectory(java.lang.String value)
The directory containing dynamic traffic data. Sets the value of the trafficDirectory property.

Parameters:
value - allowed object is String