@CodingStyleguideUnaware public class SubordinateLineTradeDeliveryType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SubordinateLineTradeDeliveryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubordinateLineTradeDeliveryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PackageQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="ProductUnitQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="PerPackageUnitQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="IncludedSupplyChainPackaging" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainPackagingType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
SubordinateLineTradeDeliveryType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludedSupplyChainPackaging(SupplyChainPackagingType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SubordinateLineTradeDeliveryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SubordinateLineTradeDeliveryType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<SupplyChainPackagingType> |
getIncludedSupplyChainPackaging()
Gets the value of the includedSupplyChainPackaging property.
|
SupplyChainPackagingType |
getIncludedSupplyChainPackagingAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIncludedSupplyChainPackagingCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
getPackageQuantity()
Gets the value of the packageQuantity property.
|
BigDecimal |
getPackageQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
QuantityType |
getPerPackageUnitQuantity()
Gets the value of the perPackageUnitQuantity property.
|
BigDecimal |
getPerPackageUnitQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
QuantityType |
getProductUnitQuantity()
Gets the value of the productUnitQuantity property.
|
BigDecimal |
getProductUnitQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIncludedSupplyChainPackagingEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIncludedSupplyChainPackagingEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIncludedSupplyChainPackaging(List<SupplyChainPackagingType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
setPackageQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPackageQuantity(QuantityType value)
Sets the value of the packageQuantity property.
|
QuantityType |
setPerPackageUnitQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPerPackageUnitQuantity(QuantityType value)
Sets the value of the perPackageUnitQuantity property.
|
QuantityType |
setProductUnitQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setProductUnitQuantity(QuantityType value)
Sets the value of the productUnitQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SubordinateLineTradeDeliveryType()
@Nullable public QuantityType getPackageQuantity()
QuantityTypepublic void setPackageQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public QuantityType getProductUnitQuantity()
QuantityTypepublic void setProductUnitQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public QuantityType getPerPackageUnitQuantity()
QuantityTypepublic void setPerPackageUnitQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SupplyChainPackagingType> getIncludedSupplyChainPackaging()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the includedSupplyChainPackaging property.
For example, to add a new item, do as follows:
getIncludedSupplyChainPackaging().add(newItem);
Objects of the following type(s) are allowed in the list
SupplyChainPackagingType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setIncludedSupplyChainPackaging(@Nullable List<SupplyChainPackagingType> aList)
aList - The new list member to set. May be null.public boolean hasIncludedSupplyChainPackagingEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIncludedSupplyChainPackagingEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIncludedSupplyChainPackagingCount()
@Nullable public SupplyChainPackagingType getIncludedSupplyChainPackagingAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIncludedSupplyChainPackaging(@Nonnull SupplyChainPackagingType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SubordinateLineTradeDeliveryType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SubordinateLineTradeDeliveryType clone()
@Nonnull public QuantityType setPackageQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setProductUnitQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setPerPackageUnitQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getPackageQuantityValue()
null@Nullable public BigDecimal getProductUnitQuantityValue()
null@Nullable public BigDecimal getPerPackageUnitQuantityValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.