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>
| Modifier and Type | Field and Description |
|---|---|
protected ForecastTypeCodeType |
forecastTypeCode |
protected PerformanceMetricTypeCodeType |
performanceMetricTypeCode |
protected List<PeriodType> |
period |
protected List<SalesItemType> |
salesItem |
protected SupplyChainActivityTypeCodeType |
supplyChainActivityTypeCode |
protected TimeFrequencyCodeType |
timeFrequencyCode |
| Constructor and Description |
|---|
ItemInformationRequestLineType() |
| Modifier and Type | Method and Description |
|---|---|
ForecastTypeCodeType |
getForecastTypeCode()
Gets the value of the forecastTypeCode property.
|
PerformanceMetricTypeCodeType |
getPerformanceMetricTypeCode()
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.
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.
|
TimeFrequencyCodeType |
getTimeFrequencyCode()
Gets the value of the timeFrequencyCode property.
|
void |
setForecastTypeCode(ForecastTypeCodeType value)
Sets the value of the forecastTypeCode property.
|
void |
setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
void |
setTimeFrequencyCode(TimeFrequencyCodeType value)
Sets the value of the timeFrequencyCode property.
|
protected TimeFrequencyCodeType timeFrequencyCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
protected ForecastTypeCodeType forecastTypeCode
protected PerformanceMetricTypeCodeType performanceMetricTypeCode
protected List<PeriodType> period
protected List<SalesItemType> salesItem
public TimeFrequencyCodeType getTimeFrequencyCode()
TimeFrequencyCodeTypepublic void setTimeFrequencyCode(TimeFrequencyCodeType value)
value - allowed object is
TimeFrequencyCodeTypepublic SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeTypepublic ForecastTypeCodeType getForecastTypeCode()
ForecastTypeCodeTypepublic void setForecastTypeCode(ForecastTypeCodeType value)
value - allowed object is
ForecastTypeCodeTypepublic PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
PerformanceMetricTypeCodeTypepublic void setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
value - allowed object is
PerformanceMetricTypeCodeTypepublic List<PeriodType> getPeriod()
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 set method 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
public List<SalesItemType> getSalesItem()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.