@CodingStyleguideUnaware public class GoodsItemContainerType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
GoodsItemContainerType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTransportEquipment(TransportEquipmentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
GoodsItemContainerType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(GoodsItemContainerType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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<TransportEquipmentType> |
getTransportEquipment()
<pre>
<?
|
TransportEquipmentType |
getTransportEquipmentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTransportEquipmentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoTransportEquipmentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTransportEquipmentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 |
setTransportEquipment(List<TransportEquipmentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public GoodsItemContainerType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TransportEquipmentType> getTransportEquipment()
TransportEquipmentTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setTransportEquipment(@Nullable List<TransportEquipmentType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasTransportEquipmentEntries()
public boolean hasNoTransportEquipmentEntries()
@Nonnegative public int getTransportEquipmentCount()
@Nullable public TransportEquipmentType getTransportEquipmentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTransportEquipment(@Nonnull TransportEquipmentType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull GoodsItemContainerType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public GoodsItemContainerType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public BigDecimal getQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.