@CodingStyleguideUnaware public class PricingReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PricingReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternativeConditionPrice(PriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PricingReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PricingReferenceType 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<PriceType> |
getAlternativeConditionPrice()
<pre>
<?
|
PriceType |
getAlternativeConditionPriceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAlternativeConditionPriceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemLocationQuantityType |
getOriginalItemLocationQuantity()
<pre>
<?
|
boolean |
hasAlternativeConditionPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAlternativeConditionPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAlternativeConditionPrice(List<PriceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOriginalItemLocationQuantity(ItemLocationQuantityType value)
Sets the value of the originalItemLocationQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PricingReferenceType()
@Nullable public ItemLocationQuantityType getOriginalItemLocationQuantity()
ItemLocationQuantityTypepublic void setOriginalItemLocationQuantity(@Nullable ItemLocationQuantityType value)
value - allowed object is
ItemLocationQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PriceType> getAlternativeConditionPrice()
PriceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAlternativeConditionPrice(@Nullable List<PriceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAlternativeConditionPriceEntries()
public boolean hasNoAlternativeConditionPriceEntries()
@Nonnegative public int getAlternativeConditionPriceCount()
@Nullable public PriceType getAlternativeConditionPriceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAlternativeConditionPrice(@Nonnull PriceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PricingReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PricingReferenceType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.