@CodingStyleguideUnaware public class DeliveryUnitType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DeliveryUnitType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryUnitType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DeliveryUnitType 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
|
BatchQuantityType |
getBatchQuantity()
<pre>
<?
|
BigDecimal |
getBatchQuantityValue()
Get the value of the contained BatchQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ConsumerUnitQuantityType |
getConsumerUnitQuantity()
<pre>
<?
|
BigDecimal |
getConsumerUnitQuantityValue()
Get the value of the contained ConsumerUnitQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
HazardousRiskIndicatorType |
getHazardousRiskIndicator()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
isHazardousRiskIndicatorValue(boolean nullValue)
Get the value of the contained HazardousRiskIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setBatchQuantity(BatchQuantityType value)
Sets the value of the batchQuantity property.
|
BatchQuantityType |
setBatchQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ConsumerUnitQuantityType |
setConsumerUnitQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConsumerUnitQuantity(ConsumerUnitQuantityType value)
Sets the value of the consumerUnitQuantity property.
|
HazardousRiskIndicatorType |
setHazardousRiskIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setHazardousRiskIndicator(HazardousRiskIndicatorType value)
Sets the value of the hazardousRiskIndicator property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DeliveryUnitType()
@Nullable public BatchQuantityType getBatchQuantity()
BatchQuantityTypepublic void setBatchQuantity(@Nullable BatchQuantityType value)
value - allowed object is
BatchQuantityType@Nullable public ConsumerUnitQuantityType getConsumerUnitQuantity()
ConsumerUnitQuantityTypepublic void setConsumerUnitQuantity(@Nullable ConsumerUnitQuantityType value)
value - allowed object is
ConsumerUnitQuantityType@Nullable public HazardousRiskIndicatorType getHazardousRiskIndicator()
HazardousRiskIndicatorTypepublic void setHazardousRiskIndicator(@Nullable HazardousRiskIndicatorType value)
value - allowed object is
HazardousRiskIndicatorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DeliveryUnitType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DeliveryUnitType clone()
@Nonnull public HazardousRiskIndicatorType setHazardousRiskIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public BatchQuantityType setBatchQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConsumerUnitQuantityType setConsumerUnitQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getBatchQuantityValue()
@Nullable public BigDecimal getConsumerUnitQuantityValue()
public boolean isHazardousRiskIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.