@CodingStyleguideUnaware public class EventLineItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventLineItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRetailPlannedImpact(RetailPlannedImpactType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EventLineItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventLineItemType 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
|
LineNumberNumericType |
getLineNumberNumeric()
<pre>
<?
|
BigDecimal |
getLineNumberNumericValue()
Get the value of the contained LineNumberNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocationType |
getParticipatingLocationsLocation()
<pre>
<?
|
List<RetailPlannedImpactType> |
getRetailPlannedImpact()
<pre>
<?
|
RetailPlannedImpactType |
getRetailPlannedImpactAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRetailPlannedImpactCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemType |
getSupplyItem()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRetailPlannedImpactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRetailPlannedImpactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LineNumberNumericType |
setLineNumberNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLineNumberNumeric(LineNumberNumericType value)
Sets the value of the lineNumberNumeric property.
|
void |
setParticipatingLocationsLocation(LocationType value)
Sets the value of the participatingLocationsLocation property.
|
void |
setRetailPlannedImpact(List<RetailPlannedImpactType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSupplyItem(ItemType value)
Sets the value of the supplyItem property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventLineItemType()
@Nullable public LineNumberNumericType getLineNumberNumeric()
LineNumberNumericTypepublic void setLineNumberNumeric(@Nullable LineNumberNumericType value)
value - allowed object is
LineNumberNumericType@Nullable public LocationType getParticipatingLocationsLocation()
LocationTypepublic void setParticipatingLocationsLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RetailPlannedImpactType> getRetailPlannedImpact()
RetailPlannedImpactType@Nullable public ItemType getSupplyItem()
ItemTypepublic void setSupplyItem(@Nullable ItemType value)
value - allowed object is
ItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRetailPlannedImpact(@Nullable List<RetailPlannedImpactType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasRetailPlannedImpactEntries()
public boolean hasNoRetailPlannedImpactEntries()
@Nonnegative public int getRetailPlannedImpactCount()
@Nullable public RetailPlannedImpactType getRetailPlannedImpactAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRetailPlannedImpact(@Nonnull RetailPlannedImpactType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EventLineItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventLineItemType clone()
@Nonnull public LineNumberNumericType setLineNumberNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getLineNumberNumericValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.