Class ItemInformationRequestLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ItemInformationRequestLineType
-
public class ItemInformationRequestLineType extends Object
Java class for ItemInformationRequestLineType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemInformationRequestLineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimeFrequencyCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SupplyChainActivityTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ForecastTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PerformanceMetricTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SalesItem" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ForecastTypeCodeTypeforecastTypeCodeprotected PerformanceMetricTypeCodeTypeperformanceMetricTypeCodeprotected List<PeriodType>periodprotected List<SalesItemType>salesItemprotected SupplyChainActivityTypeCodeTypesupplyChainActivityTypeCodeprotected TimeFrequencyCodeTypetimeFrequencyCode
-
Constructor Summary
Constructors Constructor Description ItemInformationRequestLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForecastTypeCodeTypegetForecastTypeCode()Gets the value of the forecastTypeCode property.PerformanceMetricTypeCodeTypegetPerformanceMetricTypeCode()Gets the value of the performanceMetricTypeCode property.List<PeriodType>getPeriod()Gets the value of the period property.List<SalesItemType>getSalesItem()Gets the value of the salesItem property.SupplyChainActivityTypeCodeTypegetSupplyChainActivityTypeCode()Gets the value of the supplyChainActivityTypeCode property.TimeFrequencyCodeTypegetTimeFrequencyCode()Gets the value of the timeFrequencyCode property.voidsetForecastTypeCode(ForecastTypeCodeType value)Sets the value of the forecastTypeCode property.voidsetPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)Sets the value of the performanceMetricTypeCode property.voidsetSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)Sets the value of the supplyChainActivityTypeCode property.voidsetTimeFrequencyCode(TimeFrequencyCodeType value)Sets the value of the timeFrequencyCode property.
-
-
-
Field Detail
-
timeFrequencyCode
protected TimeFrequencyCodeType timeFrequencyCode
-
supplyChainActivityTypeCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
-
forecastTypeCode
protected ForecastTypeCodeType forecastTypeCode
-
performanceMetricTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
-
period
protected List<PeriodType> period
-
salesItem
protected List<SalesItemType> salesItem
-
-
Method Detail
-
getTimeFrequencyCode
public TimeFrequencyCodeType getTimeFrequencyCode()
Gets the value of the timeFrequencyCode property.- Returns:
- possible object is
TimeFrequencyCodeType
-
setTimeFrequencyCode
public void setTimeFrequencyCode(TimeFrequencyCodeType value)
Sets the value of the timeFrequencyCode property.- Parameters:
value- allowed object isTimeFrequencyCodeType
-
getSupplyChainActivityTypeCode
public SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.- Returns:
- possible object is
SupplyChainActivityTypeCodeType
-
setSupplyChainActivityTypeCode
public void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.- Parameters:
value- allowed object isSupplyChainActivityTypeCodeType
-
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
-
getPerformanceMetricTypeCode
public PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
Gets the value of the performanceMetricTypeCode property.- Returns:
- possible object is
PerformanceMetricTypeCodeType
-
setPerformanceMetricTypeCode
public void setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.- Parameters:
value- allowed object isPerformanceMetricTypeCodeType
-
getPeriod
public List<PeriodType> getPeriod()
Gets the value of the period 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 period property.For example, to add a new item, do as follows:
getPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodType- Returns:
- The value of the period property.
-
getSalesItem
public List<SalesItemType> getSalesItem()
Gets the value of the salesItem 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 salesItem property.For example, to add a new item, do as follows:
getSalesItem().add(newItem);
Objects of the following type(s) are allowed in the list
SalesItemType- Returns:
- The value of the salesItem property.
-
-