Class ForecastRevisionLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ForecastRevisionLineType
-
public class ForecastRevisionLineType extends Object
Java class for ForecastRevisionLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForecastRevisionLineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RevisedForecastLineID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SourceForecastIssueDate"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SourceForecastIssueTime"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdjustmentReasonCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ForecastPeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SalesItem" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdjustmentReasonCodeTypeadjustmentReasonCodeprotected List<DescriptionType>descriptionprotected PeriodTypeforecastPeriodprotected IDTypeidprotected List<NoteType>noteprotected RevisedForecastLineIDTyperevisedForecastLineIDprotected SalesItemTypesalesItemprotected SourceForecastIssueDateTypesourceForecastIssueDateprotected SourceForecastIssueTimeTypesourceForecastIssueTime
-
Constructor Summary
Constructors Constructor Description ForecastRevisionLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustmentReasonCodeTypegetAdjustmentReasonCode()Gets the value of the adjustmentReasonCode property.List<DescriptionType>getDescription()Gets the value of the description property.PeriodTypegetForecastPeriod()Gets the value of the forecastPeriod property.IDTypegetID()Gets the value of the id property.List<NoteType>getNote()Gets the value of the note property.RevisedForecastLineIDTypegetRevisedForecastLineID()Gets the value of the revisedForecastLineID property.SalesItemTypegetSalesItem()Gets the value of the salesItem property.SourceForecastIssueDateTypegetSourceForecastIssueDate()Gets the value of the sourceForecastIssueDate property.SourceForecastIssueTimeTypegetSourceForecastIssueTime()Gets the value of the sourceForecastIssueTime property.voidsetAdjustmentReasonCode(AdjustmentReasonCodeType value)Sets the value of the adjustmentReasonCode property.voidsetForecastPeriod(PeriodType value)Sets the value of the forecastPeriod property.voidsetID(IDType value)Sets the value of the id property.voidsetRevisedForecastLineID(RevisedForecastLineIDType value)Sets the value of the revisedForecastLineID property.voidsetSalesItem(SalesItemType value)Sets the value of the salesItem property.voidsetSourceForecastIssueDate(SourceForecastIssueDateType value)Sets the value of the sourceForecastIssueDate property.voidsetSourceForecastIssueTime(SourceForecastIssueTimeType value)Sets the value of the sourceForecastIssueTime property.
-
-
-
Field Detail
-
id
protected IDType id
-
description
protected List<DescriptionType> description
-
revisedForecastLineID
protected RevisedForecastLineIDType revisedForecastLineID
-
sourceForecastIssueDate
protected SourceForecastIssueDateType sourceForecastIssueDate
-
sourceForecastIssueTime
protected SourceForecastIssueTimeType sourceForecastIssueTime
-
adjustmentReasonCode
protected AdjustmentReasonCodeType adjustmentReasonCode
-
forecastPeriod
protected PeriodType forecastPeriod
-
salesItem
protected SalesItemType salesItem
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getNote
public List<NoteType> getNote()
Gets the value of the note property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
getRevisedForecastLineID
public RevisedForecastLineIDType getRevisedForecastLineID()
Gets the value of the revisedForecastLineID property.- Returns:
- possible object is
RevisedForecastLineIDType
-
setRevisedForecastLineID
public void setRevisedForecastLineID(RevisedForecastLineIDType value)
Sets the value of the revisedForecastLineID property.- Parameters:
value- allowed object isRevisedForecastLineIDType
-
getSourceForecastIssueDate
public SourceForecastIssueDateType getSourceForecastIssueDate()
Gets the value of the sourceForecastIssueDate property.- Returns:
- possible object is
SourceForecastIssueDateType
-
setSourceForecastIssueDate
public void setSourceForecastIssueDate(SourceForecastIssueDateType value)
Sets the value of the sourceForecastIssueDate property.- Parameters:
value- allowed object isSourceForecastIssueDateType
-
getSourceForecastIssueTime
public SourceForecastIssueTimeType getSourceForecastIssueTime()
Gets the value of the sourceForecastIssueTime property.- Returns:
- possible object is
SourceForecastIssueTimeType
-
setSourceForecastIssueTime
public void setSourceForecastIssueTime(SourceForecastIssueTimeType value)
Sets the value of the sourceForecastIssueTime property.- Parameters:
value- allowed object isSourceForecastIssueTimeType
-
getAdjustmentReasonCode
public AdjustmentReasonCodeType getAdjustmentReasonCode()
Gets the value of the adjustmentReasonCode property.- Returns:
- possible object is
AdjustmentReasonCodeType
-
setAdjustmentReasonCode
public void setAdjustmentReasonCode(AdjustmentReasonCodeType value)
Sets the value of the adjustmentReasonCode property.- Parameters:
value- allowed object isAdjustmentReasonCodeType
-
getForecastPeriod
public PeriodType getForecastPeriod()
Gets the value of the forecastPeriod property.- Returns:
- possible object is
PeriodType
-
setForecastPeriod
public void setForecastPeriod(PeriodType value)
Sets the value of the forecastPeriod property.- Parameters:
value- allowed object isPeriodType
-
getSalesItem
public SalesItemType getSalesItem()
Gets the value of the salesItem property.- Returns:
- possible object is
SalesItemType
-
setSalesItem
public void setSalesItem(SalesItemType value)
Sets the value of the salesItem property.- Parameters:
value- allowed object isSalesItemType
-
-