|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TrafficData
public class TrafficData
A container for members in traffic data.
Java class for TrafficData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfilesTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TimeSliceDurationInMinutes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FirstTimeSliceStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="FirstTimeSliceFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LastTimeSliceFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableBaseTravelTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableBaseTravelTimeUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits2"/>
<element name="JoinTableProfileIDFieldNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for members in traffic data.
| Constructor Summary | |
|---|---|
TrafficData()
TrafficData default constructor. |
|
TrafficData(String profilesTableName,
int timeSliceDurationInMinutes,
javax.xml.datatype.XMLGregorianCalendar firstTimeSliceStartTime,
String firstTimeSliceFieldName,
String lastTimeSliceFieldName,
String joinTableName,
String joinTableBaseTravelTimeFieldName,
EsriNetworkAttributeUnits2 joinTableBaseTravelTimeUnits,
String[] joinTableProfileIDFieldNames)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getFirstTimeSliceFieldName()
The field name of the first time slice of the given period in the profile table. |
javax.xml.datatype.XMLGregorianCalendar |
getFirstTimeSliceStartTime()
The start time of valid period of a day for traffic data. |
String |
getJoinTableBaseTravelTimeFieldName()
The field name for base travel time in the join table. |
EsriNetworkAttributeUnits2 |
getJoinTableBaseTravelTimeUnits()
Base travel time units. |
String |
getJoinTableName()
The name of the join table between edges and profiles. |
String[] |
getJoinTableProfileIDFieldNames()
The field names of the historic join table pointing to speed profiles. |
String |
getLastTimeSliceFieldName()
The field name of the last time slice of the given period in the profile table. |
String |
getProfilesTableName()
The name of the table containing profiles. |
int |
getTimeSliceDurationInMinutes()
The duration of time slice in minutes. |
void |
setFirstTimeSliceFieldName(String value)
The field name of the first time slice of the given period in the profile table. |
void |
setFirstTimeSliceStartTime(javax.xml.datatype.XMLGregorianCalendar value)
The start time of valid period of a day for traffic data. |
void |
setJoinTableBaseTravelTimeFieldName(String value)
The field name for base travel time in the join table. |
void |
setJoinTableBaseTravelTimeUnits(EsriNetworkAttributeUnits2 value)
Base travel time units. |
void |
setJoinTableName(String value)
The name of the join table between edges and profiles. |
void |
setJoinTableProfileIDFieldNames(String[] value)
The field names of the historic join table pointing to speed profiles. |
void |
setLastTimeSliceFieldName(String value)
The field name of the last time slice of the given period in the profile table. |
void |
setProfilesTableName(String value)
The name of the table containing profiles. |
void |
setTimeSliceDurationInMinutes(int value)
The duration of time slice in minutes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TrafficData(String profilesTableName,
int timeSliceDurationInMinutes,
javax.xml.datatype.XMLGregorianCalendar firstTimeSliceStartTime,
String firstTimeSliceFieldName,
String lastTimeSliceFieldName,
String joinTableName,
String joinTableBaseTravelTimeFieldName,
EsriNetworkAttributeUnits2 joinTableBaseTravelTimeUnits,
String[] joinTableProfileIDFieldNames)
public TrafficData()
| Method Detail |
|---|
public String getProfilesTableName()
Stringpublic void setProfilesTableName(String value)
value - allowed object is
Stringpublic int getTimeSliceDurationInMinutes()
public void setTimeSliceDurationInMinutes(int value)
public javax.xml.datatype.XMLGregorianCalendar getFirstTimeSliceStartTime()
XMLGregorianCalendar public void setFirstTimeSliceStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public String getFirstTimeSliceFieldName()
Stringpublic void setFirstTimeSliceFieldName(String value)
value - allowed object is
Stringpublic String getLastTimeSliceFieldName()
Stringpublic void setLastTimeSliceFieldName(String value)
value - allowed object is
Stringpublic String getJoinTableName()
Stringpublic void setJoinTableName(String value)
value - allowed object is
Stringpublic String getJoinTableBaseTravelTimeFieldName()
Stringpublic void setJoinTableBaseTravelTimeFieldName(String value)
value - allowed object is
Stringpublic EsriNetworkAttributeUnits2 getJoinTableBaseTravelTimeUnits()
EsriNetworkAttributeUnits2public void setJoinTableBaseTravelTimeUnits(EsriNetworkAttributeUnits2 value)
value - allowed object is
EsriNetworkAttributeUnits2public String[] getJoinTableProfileIDFieldNames()
[] public void setJoinTableProfileIDFieldNames(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||