@CodingStyleguideUnaware public class ItemInformationRequestLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ItemInformationRequestLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPeriod(PeriodType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSalesItem(SalesItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemInformationRequestLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ItemInformationRequestLineType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ForecastTypeCodeType |
getForecastTypeCode()
<pre>
<?
|
String |
getForecastTypeCodeValue()
Get the value of the contained ForecastTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PerformanceMetricTypeCodeType |
getPerformanceMetricTypeCode()
<pre>
<?
|
String |
getPerformanceMetricTypeCodeValue()
Get the value of the contained PerformanceMetricTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PeriodType> |
getPeriod()
<pre>
<?
|
PeriodType |
getPeriodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPeriodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SalesItemType> |
getSalesItem()
<pre>
<?
|
SalesItemType |
getSalesItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSalesItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
<pre>
<?
|
String |
getSupplyChainActivityTypeCodeValue()
Get the value of the contained SupplyChainActivityTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TimeFrequencyCodeType |
getTimeFrequencyCode()
<pre>
<?
|
String |
getTimeFrequencyCodeValue()
Get the value of the contained TimeFrequencyCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSalesItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSalesItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setForecastTypeCode(ForecastTypeCodeType value)
Sets the value of the forecastTypeCode property.
|
ForecastTypeCodeType |
setForecastTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.
|
PerformanceMetricTypeCodeType |
setPerformanceMetricTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPeriod(List<PeriodType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSalesItem(List<SalesItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplyChainActivityTypeCodeType |
setSupplyChainActivityTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
TimeFrequencyCodeType |
setTimeFrequencyCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTimeFrequencyCode(TimeFrequencyCodeType value)
Sets the value of the timeFrequencyCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ItemInformationRequestLineType()
@Nullable public TimeFrequencyCodeType getTimeFrequencyCode()
TimeFrequencyCodeTypepublic void setTimeFrequencyCode(@Nullable TimeFrequencyCodeType value)
value - allowed object is
TimeFrequencyCodeType@Nullable public SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(@Nullable SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeType@Nullable public ForecastTypeCodeType getForecastTypeCode()
ForecastTypeCodeTypepublic void setForecastTypeCode(@Nullable ForecastTypeCodeType value)
value - allowed object is
ForecastTypeCodeType@Nullable public PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
PerformanceMetricTypeCodeTypepublic void setPerformanceMetricTypeCode(@Nullable PerformanceMetricTypeCodeType value)
value - allowed object is
PerformanceMetricTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PeriodType> getPeriod()
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SalesItemType> getSalesItem()
SalesItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPeriod(@Nullable List<PeriodType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSalesItem(@Nullable List<SalesItemType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPeriodEntries()
public boolean hasNoPeriodEntries()
@Nonnegative public int getPeriodCount()
@Nullable public PeriodType getPeriodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPeriod(@Nonnull PeriodType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSalesItemEntries()
public boolean hasNoSalesItemEntries()
@Nonnegative public int getSalesItemCount()
@Nullable public SalesItemType getSalesItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSalesItem(@Nonnull SalesItemType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ItemInformationRequestLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ItemInformationRequestLineType clone()
@Nonnull public TimeFrequencyCodeType setTimeFrequencyCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SupplyChainActivityTypeCodeType setSupplyChainActivityTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ForecastTypeCodeType setForecastTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PerformanceMetricTypeCodeType setPerformanceMetricTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getTimeFrequencyCodeValue()
@Nullable public String getSupplyChainActivityTypeCodeValue()
@Nullable public String getForecastTypeCodeValue()
@Nullable public String getPerformanceMetricTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.