@CodingStyleguideUnaware public class SupplyChainConsignmentItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SupplyChainConsignmentItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplyChainConsignmentItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}GoodsTypeCodeType" minOccurs="0"/>
<element name="TypeExtensionCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}GoodsTypeExtensionCodeType" minOccurs="0"/>
<element name="DeclaredValueForCustomsAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="DeclaredValueForStatisticsAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="InvoiceAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GrossWeightMeasure" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}WeightUnitMeasureType" minOccurs="0"/>
<element name="NetWeightMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="TariffQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="NatureIdentificationTransportCargo" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TransportCargoType" 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 |
|---|
SupplyChainConsignmentItemType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvoiceAmount(AmountType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplyChainConsignmentItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SupplyChainConsignmentItemType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getDeclaredValueForCustomsAmount()
Gets the value of the declaredValueForCustomsAmount property.
|
BigDecimal |
getDeclaredValueForCustomsAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
AmountType |
getDeclaredValueForStatisticsAmount()
Gets the value of the declaredValueForStatisticsAmount property.
|
BigDecimal |
getDeclaredValueForStatisticsAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
WeightUnitMeasureType |
getGrossWeightMeasure()
Gets the value of the grossWeightMeasure property.
|
BigDecimal |
getGrossWeightMeasureValue()
Get the value of the contained WeightUnitMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<AmountType> |
getInvoiceAmount()
Gets the value of the invoiceAmount property.
|
AmountType |
getInvoiceAmountAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInvoiceAmountCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TransportCargoType |
getNatureIdentificationTransportCargo()
Gets the value of the natureIdentificationTransportCargo property.
|
MeasureType |
getNetWeightMeasure()
Gets the value of the netWeightMeasure property.
|
BigDecimal |
getNetWeightMeasureValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
QuantityType |
getTariffQuantity()
Gets the value of the tariffQuantity property.
|
BigDecimal |
getTariffQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
GoodsTypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained GoodsTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
GoodsTypeExtensionCodeType |
getTypeExtensionCode()
Gets the value of the typeExtensionCode property.
|
String |
getTypeExtensionCodeValue()
Get the value of the contained GoodsTypeExtensionCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasInvoiceAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoInvoiceAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDeclaredValueForCustomsAmount(AmountType value)
Sets the value of the declaredValueForCustomsAmount property.
|
AmountType |
setDeclaredValueForCustomsAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDeclaredValueForStatisticsAmount(AmountType value)
Sets the value of the declaredValueForStatisticsAmount property.
|
AmountType |
setDeclaredValueForStatisticsAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
WeightUnitMeasureType |
setGrossWeightMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGrossWeightMeasure(WeightUnitMeasureType value)
Sets the value of the grossWeightMeasure property.
|
void |
setInvoiceAmount(List<AmountType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNatureIdentificationTransportCargo(TransportCargoType value)
Sets the value of the natureIdentificationTransportCargo property.
|
MeasureType |
setNetWeightMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNetWeightMeasure(MeasureType value)
Sets the value of the netWeightMeasure property.
|
QuantityType |
setTariffQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTariffQuantity(QuantityType value)
Sets the value of the tariffQuantity property.
|
void |
setTypeCode(GoodsTypeCodeType value)
Sets the value of the typeCode property.
|
GoodsTypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTypeExtensionCode(GoodsTypeExtensionCodeType value)
Sets the value of the typeExtensionCode property.
|
GoodsTypeExtensionCodeType |
setTypeExtensionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SupplyChainConsignmentItemType()
@Nullable public GoodsTypeCodeType getTypeCode()
GoodsTypeCodeTypepublic void setTypeCode(@Nullable GoodsTypeCodeType value)
value - allowed object is
GoodsTypeCodeType@Nullable public GoodsTypeExtensionCodeType getTypeExtensionCode()
GoodsTypeExtensionCodeTypepublic void setTypeExtensionCode(@Nullable GoodsTypeExtensionCodeType value)
value - allowed object is
GoodsTypeExtensionCodeType@Nullable public AmountType getDeclaredValueForCustomsAmount()
AmountTypepublic void setDeclaredValueForCustomsAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public AmountType getDeclaredValueForStatisticsAmount()
AmountTypepublic void setDeclaredValueForStatisticsAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AmountType> getInvoiceAmount()
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 invoiceAmount property.
For example, to add a new item, do as follows:
getInvoiceAmount().add(newItem);
Objects of the following type(s) are allowed in the list
AmountType
@Nullable public WeightUnitMeasureType getGrossWeightMeasure()
WeightUnitMeasureTypepublic void setGrossWeightMeasure(@Nullable WeightUnitMeasureType value)
value - allowed object is
WeightUnitMeasureType@Nullable public MeasureType getNetWeightMeasure()
MeasureTypepublic void setNetWeightMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public QuantityType getTariffQuantity()
QuantityTypepublic void setTariffQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public TransportCargoType getNatureIdentificationTransportCargo()
TransportCargoTypepublic void setNatureIdentificationTransportCargo(@Nullable TransportCargoType value)
value - allowed object is
TransportCargoTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setInvoiceAmount(@Nullable List<AmountType> aList)
aList - The new list member to set. May be null.public boolean hasInvoiceAmountEntries()
true if at least one item is contained, false otherwise.public boolean hasNoInvoiceAmountEntries()
true if no item is contained, false otherwise.@Nonnegative public int getInvoiceAmountCount()
@Nullable public AmountType getInvoiceAmountAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addInvoiceAmount(@Nonnull AmountType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SupplyChainConsignmentItemType 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 SupplyChainConsignmentItemType clone()
@Nonnull public GoodsTypeCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public GoodsTypeExtensionCodeType setTypeExtensionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public WeightUnitMeasureType setGrossWeightMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AmountType setDeclaredValueForCustomsAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AmountType setDeclaredValueForStatisticsAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setNetWeightMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setTariffQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getTypeCodeValue()
null@Nullable public String getTypeExtensionCodeValue()
null@Nullable public BigDecimal getDeclaredValueForCustomsAmountValue()
null@Nullable public BigDecimal getDeclaredValueForStatisticsAmountValue()
null@Nullable public BigDecimal getGrossWeightMeasureValue()
null@Nullable public BigDecimal getNetWeightMeasureValue()
null@Nullable public BigDecimal getTariffQuantityValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.