@CodingStyleguideUnaware public class SalesItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SalesItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActivityProperty(ActivityPropertyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTaxExclusivePrice(PriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTaxInclusivePrice(PriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SalesItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SalesItemType 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
|
List<ActivityPropertyType> |
getActivityProperty()
<pre>
<?
|
ActivityPropertyType |
getActivityPropertyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getActivityPropertyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemType |
getItem()
<pre>
<?
|
QuantityType |
getQuantity()
<pre>
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PriceType> |
getTaxExclusivePrice()
<pre>
<?
|
PriceType |
getTaxExclusivePriceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTaxExclusivePriceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PriceType> |
getTaxInclusivePrice()
<pre>
<?
|
PriceType |
getTaxInclusivePriceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTaxInclusivePriceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasActivityPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoActivityPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTaxExclusivePriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTaxInclusivePriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxExclusivePriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxInclusivePriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActivityProperty(List<ActivityPropertyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setTaxExclusivePrice(List<PriceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTaxInclusivePrice(List<PriceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SalesItemType()
@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ActivityPropertyType> getActivityProperty()
ActivityPropertyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PriceType> getTaxExclusivePrice()
PriceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PriceType> getTaxInclusivePrice()
PriceType@Nullable public ItemType getItem()
ItemTypepublic void setItem(@Nullable ItemType value)
value - allowed object is
ItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setActivityProperty(@Nullable List<ActivityPropertyType> aList)
aList - The new list member to set. May be <code>null</code>.public void setTaxExclusivePrice(@Nullable List<PriceType> aList)
aList - The new list member to set. May be <code>null</code>.public void setTaxInclusivePrice(@Nullable List<PriceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasActivityPropertyEntries()
public boolean hasNoActivityPropertyEntries()
@Nonnegative public int getActivityPropertyCount()
@Nullable public ActivityPropertyType getActivityPropertyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addActivityProperty(@Nonnull ActivityPropertyType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasTaxExclusivePriceEntries()
public boolean hasNoTaxExclusivePriceEntries()
@Nonnegative public int getTaxExclusivePriceCount()
@Nullable public PriceType getTaxExclusivePriceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTaxExclusivePrice(@Nonnull PriceType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasTaxInclusivePriceEntries()
public boolean hasNoTaxInclusivePriceEntries()
@Nonnegative public int getTaxInclusivePriceCount()
@Nullable public PriceType getTaxInclusivePriceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTaxInclusivePrice(@Nonnull PriceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull SalesItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SalesItemType clone()
@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.