@CodingStyleguideUnaware public class UnstructuredPriceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
UnstructuredPriceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
UnstructuredPriceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(UnstructuredPriceType 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
|
PriceAmountType |
getPriceAmount()
<pre>
<?
|
BigDecimal |
getPriceAmountValue()
Get the value of the contained PriceAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TimeAmountType |
getTimeAmount()
<pre>
<?
|
String |
getTimeAmountValue()
Get the value of the contained TimeAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PriceAmountType |
setPriceAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPriceAmount(PriceAmountType value)
Sets the value of the priceAmount property.
|
TimeAmountType |
setTimeAmount(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTimeAmount(TimeAmountType value)
Sets the value of the timeAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public UnstructuredPriceType()
@Nullable public PriceAmountType getPriceAmount()
PriceAmountTypepublic void setPriceAmount(@Nullable PriceAmountType value)
value - allowed object is
PriceAmountType@Nullable public TimeAmountType getTimeAmount()
TimeAmountTypepublic void setTimeAmount(@Nullable TimeAmountType value)
value - allowed object is
TimeAmountTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull UnstructuredPriceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public UnstructuredPriceType clone()
@Nonnull public PriceAmountType setPriceAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TimeAmountType setTimeAmount(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getPriceAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.