Class ForecastExceptionCriterionLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ForecastExceptionCriterionLineType
-
public class ForecastExceptionCriterionLineType extends Object
Java class for ForecastExceptionCriterionLineType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ForecastExceptionCriterionLineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ForecastPurposeCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ForecastTypeCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ComparisonDataSourceCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DataSourceCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimeDeltaDaysQuantity" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ComparisonDataSourceCodeTypecomparisonDataSourceCodeprotected DataSourceCodeTypedataSourceCodeprotected ForecastPurposeCodeTypeforecastPurposeCodeprotected ForecastTypeCodeTypeforecastTypeCodeprotected TimeDeltaDaysQuantityTypetimeDeltaDaysQuantity
-
Constructor Summary
Constructors Constructor Description ForecastExceptionCriterionLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComparisonDataSourceCodeTypegetComparisonDataSourceCode()Gets the value of the comparisonDataSourceCode property.DataSourceCodeTypegetDataSourceCode()Gets the value of the dataSourceCode property.ForecastPurposeCodeTypegetForecastPurposeCode()Gets the value of the forecastPurposeCode property.ForecastTypeCodeTypegetForecastTypeCode()Gets the value of the forecastTypeCode property.TimeDeltaDaysQuantityTypegetTimeDeltaDaysQuantity()Gets the value of the timeDeltaDaysQuantity property.voidsetComparisonDataSourceCode(ComparisonDataSourceCodeType value)Sets the value of the comparisonDataSourceCode property.voidsetDataSourceCode(DataSourceCodeType value)Sets the value of the dataSourceCode property.voidsetForecastPurposeCode(ForecastPurposeCodeType value)Sets the value of the forecastPurposeCode property.voidsetForecastTypeCode(ForecastTypeCodeType value)Sets the value of the forecastTypeCode property.voidsetTimeDeltaDaysQuantity(TimeDeltaDaysQuantityType value)Sets the value of the timeDeltaDaysQuantity property.
-
-
-
Field Detail
-
forecastPurposeCode
protected ForecastPurposeCodeType forecastPurposeCode
-
forecastTypeCode
protected ForecastTypeCodeType forecastTypeCode
-
comparisonDataSourceCode
protected ComparisonDataSourceCodeType comparisonDataSourceCode
-
dataSourceCode
protected DataSourceCodeType dataSourceCode
-
timeDeltaDaysQuantity
protected TimeDeltaDaysQuantityType timeDeltaDaysQuantity
-
-
Method Detail
-
getForecastPurposeCode
public ForecastPurposeCodeType getForecastPurposeCode()
Gets the value of the forecastPurposeCode property.- Returns:
- possible object is
ForecastPurposeCodeType
-
setForecastPurposeCode
public void setForecastPurposeCode(ForecastPurposeCodeType value)
Sets the value of the forecastPurposeCode property.- Parameters:
value- allowed object isForecastPurposeCodeType
-
getForecastTypeCode
public ForecastTypeCodeType getForecastTypeCode()
Gets the value of the forecastTypeCode property.- Returns:
- possible object is
ForecastTypeCodeType
-
setForecastTypeCode
public void setForecastTypeCode(ForecastTypeCodeType value)
Sets the value of the forecastTypeCode property.- Parameters:
value- allowed object isForecastTypeCodeType
-
getComparisonDataSourceCode
public ComparisonDataSourceCodeType getComparisonDataSourceCode()
Gets the value of the comparisonDataSourceCode property.- Returns:
- possible object is
ComparisonDataSourceCodeType
-
setComparisonDataSourceCode
public void setComparisonDataSourceCode(ComparisonDataSourceCodeType value)
Sets the value of the comparisonDataSourceCode property.- Parameters:
value- allowed object isComparisonDataSourceCodeType
-
getDataSourceCode
public DataSourceCodeType getDataSourceCode()
Gets the value of the dataSourceCode property.- Returns:
- possible object is
DataSourceCodeType
-
setDataSourceCode
public void setDataSourceCode(DataSourceCodeType value)
Sets the value of the dataSourceCode property.- Parameters:
value- allowed object isDataSourceCodeType
-
getTimeDeltaDaysQuantity
public TimeDeltaDaysQuantityType getTimeDeltaDaysQuantity()
Gets the value of the timeDeltaDaysQuantity property.- Returns:
- possible object is
TimeDeltaDaysQuantityType
-
setTimeDeltaDaysQuantity
public void setTimeDeltaDaysQuantity(TimeDeltaDaysQuantityType value)
Sets the value of the timeDeltaDaysQuantity property.- Parameters:
value- allowed object isTimeDeltaDaysQuantityType
-
-