public class TrafficForecastAdjustmentSegment extends Object implements Serializable
TrafficForecastAdjustmentSegment targets a range of dates
in the future to which the adjustment
applies.| Constructor and Description |
|---|
TrafficForecastAdjustmentSegment() |
TrafficForecastAdjustmentSegment(BasisType basisType,
TimeSeries adjustmentTimeSeries,
HistoricalAdjustment historicalAdjustment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TimeSeries |
getAdjustmentTimeSeries()
Gets the adjustmentTimeSeries value for this TrafficForecastAdjustmentSegment.
|
BasisType |
getBasisType()
Gets the basisType value for this TrafficForecastAdjustmentSegment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
HistoricalAdjustment |
getHistoricalAdjustment()
Gets the historicalAdjustment value for this TrafficForecastAdjustmentSegment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdjustmentTimeSeries(TimeSeries adjustmentTimeSeries)
Sets the adjustmentTimeSeries value for this TrafficForecastAdjustmentSegment.
|
void |
setBasisType(BasisType basisType)
Sets the basisType value for this TrafficForecastAdjustmentSegment.
|
void |
setHistoricalAdjustment(HistoricalAdjustment historicalAdjustment)
Sets the historicalAdjustment value for this TrafficForecastAdjustmentSegment.
|
String |
toString() |
public TrafficForecastAdjustmentSegment()
public TrafficForecastAdjustmentSegment(BasisType basisType, TimeSeries adjustmentTimeSeries, HistoricalAdjustment historicalAdjustment)
public BasisType getBasisType()
public void setBasisType(BasisType basisType)
basisType - * The basis type of the adjustment.public TimeSeries getAdjustmentTimeSeries()
basisType is BasisType.ABSOLUTE and null if BasisType.HISTORICAL.public void setAdjustmentTimeSeries(TimeSeries adjustmentTimeSeries)
adjustmentTimeSeries - * The traffic volume of the adjustment. This field should be
set if basisType is BasisType.ABSOLUTE and null if BasisType.HISTORICAL.public HistoricalAdjustment getHistoricalAdjustment()
basisType is BasisType.HISTORICAL
and null if BasisType.ABSOLUTE.public void setHistoricalAdjustment(HistoricalAdjustment historicalAdjustment)
historicalAdjustment - * The content of the adjustment which references historical data.
This field should be set if
basisType is BasisType.HISTORICAL
and null if BasisType.ABSOLUTE.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.