@CodingStyleguideUnaware public class DependentPriceReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DependentPriceReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DependentPriceReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DependentPriceReferenceType 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
|
LineReferenceType |
getDependentLineReference()
<pre>
<?
|
AddressType |
getLocationAddress()
<pre>
<?
|
PercentType |
getPercent()
<pre>
<?
|
BigDecimal |
getPercentValue()
Get the value of the contained PercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDependentLineReference(LineReferenceType value)
Sets the value of the dependentLineReference property.
|
void |
setLocationAddress(AddressType value)
Sets the value of the locationAddress property.
|
PercentType |
setPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPercent(PercentType value)
Sets the value of the percent property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DependentPriceReferenceType()
@Nullable public PercentType getPercent()
PercentTypepublic void setPercent(@Nullable PercentType value)
value - allowed object is
PercentType@Nullable public AddressType getLocationAddress()
AddressTypepublic void setLocationAddress(@Nullable AddressType value)
value - allowed object is
AddressType@Nullable public LineReferenceType getDependentLineReference()
LineReferenceTypepublic void setDependentLineReference(@Nullable LineReferenceType value)
value - allowed object is
LineReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DependentPriceReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DependentPriceReferenceType clone()
@Nonnull public PercentType setPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getPercentValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.