Class RetailPlannedImpactType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.RetailPlannedImpactType
-
public class RetailPlannedImpactType extends Object
Java class for RetailPlannedImpactType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="RetailPlannedImpactType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount"/> <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:CommonAggregateComponents-2}Period" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountTypeamountprotected ForecastPurposeCodeTypeforecastPurposeCodeprotected ForecastTypeCodeTypeforecastTypeCodeprotected PeriodTypeperiod
-
Constructor Summary
Constructors Constructor Description RetailPlannedImpactType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountTypegetAmount()Gets the value of the amount property.ForecastPurposeCodeTypegetForecastPurposeCode()Gets the value of the forecastPurposeCode property.ForecastTypeCodeTypegetForecastTypeCode()Gets the value of the forecastTypeCode property.PeriodTypegetPeriod()Gets the value of the period property.voidsetAmount(AmountType value)Sets the value of the amount property.voidsetForecastPurposeCode(ForecastPurposeCodeType value)Sets the value of the forecastPurposeCode property.voidsetForecastTypeCode(ForecastTypeCodeType value)Sets the value of the forecastTypeCode property.voidsetPeriod(PeriodType value)Sets the value of the period property.
-
-
-
Field Detail
-
amount
protected AmountType amount
-
forecastPurposeCode
protected ForecastPurposeCodeType forecastPurposeCode
-
forecastTypeCode
protected ForecastTypeCodeType forecastTypeCode
-
period
protected PeriodType period
-
-
Method Detail
-
getAmount
public AmountType getAmount()
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
public void setAmount(AmountType value)
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
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
-
getPeriod
public PeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
PeriodType
-
setPeriod
public void setPeriod(PeriodType value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriodType
-
-