@CodingStyleguideUnaware public class SupplyChainConsignmentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SupplyChainConsignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplyChainConsignmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GrossWeightMeasure" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}WeightUnitMeasureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="NetWeightMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GrossVolumeMeasure" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}VolumeUnitMeasureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InsurancePremiumAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="AssociatedInvoiceAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalChargeAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="DeclaredValueForCustomsAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="PackageQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="ConsignorTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="ConsigneeTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="CarrierTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="FreightForwarderTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="DeliveryTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="CustomsImportAgentTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="CustomsExportAgentTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="GroupingCentreTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TransportContractReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="AssociatedReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="IncludedSupplyChainConsignmentItem" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainConsignmentItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="UtilizedLogisticsTransportEquipment" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LogisticsTransportEquipmentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SpecifiedLogisticsTransportMovement" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LogisticsTransportMovementType" 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 |
|---|
SupplyChainConsignmentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociatedInvoiceAmount(AmountType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addAssociatedReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGrossVolumeMeasure(VolumeUnitMeasureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGrossWeightMeasure(WeightUnitMeasureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGroupingCentreTradeParty(TradePartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addIncludedSupplyChainConsignmentItem(SupplyChainConsignmentItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNetWeightMeasure(MeasureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSpecifiedLogisticsTransportMovement(LogisticsTransportMovementType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addUtilizedLogisticsTransportEquipment(LogisticsTransportEquipmentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplyChainConsignmentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SupplyChainConsignmentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AmountType> |
getAssociatedInvoiceAmount()
Gets the value of the associatedInvoiceAmount property.
|
AmountType |
getAssociatedInvoiceAmountAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAssociatedInvoiceAmountCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ReferencedDocumentType> |
getAssociatedReferencedDocument()
Gets the value of the associatedReferencedDocument property.
|
ReferencedDocumentType |
getAssociatedReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAssociatedReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradePartyType |
getCarrierTradeParty()
Gets the value of the carrierTradeParty property.
|
TradePartyType |
getConsigneeTradeParty()
Gets the value of the consigneeTradeParty property.
|
TradePartyType |
getConsignorTradeParty()
Gets the value of the consignorTradeParty property.
|
TradePartyType |
getCustomsExportAgentTradeParty()
Gets the value of the customsExportAgentTradeParty property.
|
TradePartyType |
getCustomsImportAgentTradeParty()
Gets the value of the customsImportAgentTradeParty property.
|
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 |
TradePartyType |
getDeliveryTradeParty()
Gets the value of the deliveryTradeParty property.
|
TradePartyType |
getFreightForwarderTradeParty()
Gets the value of the freightForwarderTradeParty property.
|
List<VolumeUnitMeasureType> |
getGrossVolumeMeasure()
Gets the value of the grossVolumeMeasure property.
|
VolumeUnitMeasureType |
getGrossVolumeMeasureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGrossVolumeMeasureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<WeightUnitMeasureType> |
getGrossWeightMeasure()
Gets the value of the grossWeightMeasure property.
|
WeightUnitMeasureType |
getGrossWeightMeasureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGrossWeightMeasureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TradePartyType> |
getGroupingCentreTradeParty()
Gets the value of the groupingCentreTradeParty property.
|
TradePartyType |
getGroupingCentreTradePartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGroupingCentreTradePartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SupplyChainConsignmentItemType> |
getIncludedSupplyChainConsignmentItem()
Gets the value of the includedSupplyChainConsignmentItem property.
|
SupplyChainConsignmentItemType |
getIncludedSupplyChainConsignmentItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIncludedSupplyChainConsignmentItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AmountType |
getInsurancePremiumAmount()
Gets the value of the insurancePremiumAmount property.
|
BigDecimal |
getInsurancePremiumAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<MeasureType> |
getNetWeightMeasure()
Gets the value of the netWeightMeasure property.
|
MeasureType |
getNetWeightMeasureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNetWeightMeasureCount()
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 |
List<LogisticsTransportMovementType> |
getSpecifiedLogisticsTransportMovement()
Gets the value of the specifiedLogisticsTransportMovement property.
|
LogisticsTransportMovementType |
getSpecifiedLogisticsTransportMovementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSpecifiedLogisticsTransportMovementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AmountType |
getTotalChargeAmount()
Gets the value of the totalChargeAmount property.
|
BigDecimal |
getTotalChargeAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ReferencedDocumentType |
getTransportContractReferencedDocument()
Gets the value of the transportContractReferencedDocument property.
|
List<LogisticsTransportEquipmentType> |
getUtilizedLogisticsTransportEquipment()
Gets the value of the utilizedLogisticsTransportEquipment property.
|
LogisticsTransportEquipmentType |
getUtilizedLogisticsTransportEquipmentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUtilizedLogisticsTransportEquipmentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAssociatedInvoiceAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAssociatedReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGrossVolumeMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGrossWeightMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGroupingCentreTradePartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIncludedSupplyChainConsignmentItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNetWeightMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAssociatedInvoiceAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAssociatedReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGrossVolumeMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGrossWeightMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGroupingCentreTradePartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIncludedSupplyChainConsignmentItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNetWeightMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSpecifiedLogisticsTransportMovementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoUtilizedLogisticsTransportEquipmentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSpecifiedLogisticsTransportMovementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUtilizedLogisticsTransportEquipmentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAssociatedInvoiceAmount(List<AmountType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAssociatedReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCarrierTradeParty(TradePartyType value)
Sets the value of the carrierTradeParty property.
|
void |
setConsigneeTradeParty(TradePartyType value)
Sets the value of the consigneeTradeParty property.
|
void |
setConsignorTradeParty(TradePartyType value)
Sets the value of the consignorTradeParty property.
|
void |
setCustomsExportAgentTradeParty(TradePartyType value)
Sets the value of the customsExportAgentTradeParty property.
|
void |
setCustomsImportAgentTradeParty(TradePartyType value)
Sets the value of the customsImportAgentTradeParty property.
|
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 |
setDeliveryTradeParty(TradePartyType value)
Sets the value of the deliveryTradeParty property.
|
void |
setFreightForwarderTradeParty(TradePartyType value)
Sets the value of the freightForwarderTradeParty property.
|
void |
setGrossVolumeMeasure(List<VolumeUnitMeasureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGrossWeightMeasure(List<WeightUnitMeasureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGroupingCentreTradeParty(List<TradePartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIncludedSupplyChainConsignmentItem(List<SupplyChainConsignmentItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setInsurancePremiumAmount(AmountType value)
Sets the value of the insurancePremiumAmount property.
|
AmountType |
setInsurancePremiumAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNetWeightMeasure(List<MeasureType> 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.
|
void |
setSpecifiedLogisticsTransportMovement(List<LogisticsTransportMovementType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTotalChargeAmount(AmountType value)
Sets the value of the totalChargeAmount property.
|
AmountType |
setTotalChargeAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTransportContractReferencedDocument(ReferencedDocumentType value)
Sets the value of the transportContractReferencedDocument property.
|
void |
setUtilizedLogisticsTransportEquipment(List<LogisticsTransportEquipmentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SupplyChainConsignmentType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WeightUnitMeasureType> getGrossWeightMeasure()
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 grossWeightMeasure property.
For example, to add a new item, do as follows:
getGrossWeightMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
WeightUnitMeasureType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<MeasureType> getNetWeightMeasure()
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 netWeightMeasure property.
For example, to add a new item, do as follows:
getNetWeightMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
MeasureType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<VolumeUnitMeasureType> getGrossVolumeMeasure()
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 grossVolumeMeasure property.
For example, to add a new item, do as follows:
getGrossVolumeMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
VolumeUnitMeasureType
@Nullable public AmountType getInsurancePremiumAmount()
AmountTypepublic void setInsurancePremiumAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AmountType> getAssociatedInvoiceAmount()
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 associatedInvoiceAmount property.
For example, to add a new item, do as follows:
getAssociatedInvoiceAmount().add(newItem);
Objects of the following type(s) are allowed in the list
AmountType
@Nullable public AmountType getTotalChargeAmount()
AmountTypepublic void setTotalChargeAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public AmountType getDeclaredValueForCustomsAmount()
AmountTypepublic void setDeclaredValueForCustomsAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public QuantityType getPackageQuantity()
QuantityTypepublic void setPackageQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public TradePartyType getConsignorTradeParty()
TradePartyTypepublic void setConsignorTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getConsigneeTradeParty()
TradePartyTypepublic void setConsigneeTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getCarrierTradeParty()
TradePartyTypepublic void setCarrierTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getFreightForwarderTradeParty()
TradePartyTypepublic void setFreightForwarderTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getDeliveryTradeParty()
TradePartyTypepublic void setDeliveryTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getCustomsImportAgentTradeParty()
TradePartyTypepublic void setCustomsImportAgentTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getCustomsExportAgentTradeParty()
TradePartyTypepublic void setCustomsExportAgentTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TradePartyType> getGroupingCentreTradeParty()
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 groupingCentreTradeParty property.
For example, to add a new item, do as follows:
getGroupingCentreTradeParty().add(newItem);
Objects of the following type(s) are allowed in the list
TradePartyType
@Nullable public ReferencedDocumentType getTransportContractReferencedDocument()
ReferencedDocumentTypepublic void setTransportContractReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getAssociatedReferencedDocument()
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 associatedReferencedDocument property.
For example, to add a new item, do as follows:
getAssociatedReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SupplyChainConsignmentItemType> getIncludedSupplyChainConsignmentItem()
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 includedSupplyChainConsignmentItem property.
For example, to add a new item, do as follows:
getIncludedSupplyChainConsignmentItem().add(newItem);
Objects of the following type(s) are allowed in the list
SupplyChainConsignmentItemType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LogisticsTransportEquipmentType> getUtilizedLogisticsTransportEquipment()
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 utilizedLogisticsTransportEquipment property.
For example, to add a new item, do as follows:
getUtilizedLogisticsTransportEquipment().add(newItem);
Objects of the following type(s) are allowed in the list
LogisticsTransportEquipmentType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LogisticsTransportMovementType> getSpecifiedLogisticsTransportMovement()
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 specifiedLogisticsTransportMovement property.
For example, to add a new item, do as follows:
getSpecifiedLogisticsTransportMovement().add(newItem);
Objects of the following type(s) are allowed in the list
LogisticsTransportMovementType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setGrossWeightMeasure(@Nullable List<WeightUnitMeasureType> aList)
aList - The new list member to set. May be null.public void setNetWeightMeasure(@Nullable List<MeasureType> aList)
aList - The new list member to set. May be null.public void setGrossVolumeMeasure(@Nullable List<VolumeUnitMeasureType> aList)
aList - The new list member to set. May be null.public void setAssociatedInvoiceAmount(@Nullable List<AmountType> aList)
aList - The new list member to set. May be null.public void setGroupingCentreTradeParty(@Nullable List<TradePartyType> aList)
aList - The new list member to set. May be null.public void setAssociatedReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public void setIncludedSupplyChainConsignmentItem(@Nullable List<SupplyChainConsignmentItemType> aList)
aList - The new list member to set. May be null.public void setUtilizedLogisticsTransportEquipment(@Nullable List<LogisticsTransportEquipmentType> aList)
aList - The new list member to set. May be null.public void setSpecifiedLogisticsTransportMovement(@Nullable List<LogisticsTransportMovementType> aList)
aList - The new list member to set. May be null.public boolean hasGrossWeightMeasureEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGrossWeightMeasureEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGrossWeightMeasureCount()
@Nullable public WeightUnitMeasureType getGrossWeightMeasureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGrossWeightMeasure(@Nonnull WeightUnitMeasureType elem)
elem - The element to be added. May not be null.public boolean hasNetWeightMeasureEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNetWeightMeasureEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNetWeightMeasureCount()
@Nullable public MeasureType getNetWeightMeasureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNetWeightMeasure(@Nonnull MeasureType elem)
elem - The element to be added. May not be null.public boolean hasGrossVolumeMeasureEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGrossVolumeMeasureEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGrossVolumeMeasureCount()
@Nullable public VolumeUnitMeasureType getGrossVolumeMeasureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGrossVolumeMeasure(@Nonnull VolumeUnitMeasureType elem)
elem - The element to be added. May not be null.public boolean hasAssociatedInvoiceAmountEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAssociatedInvoiceAmountEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAssociatedInvoiceAmountCount()
@Nullable public AmountType getAssociatedInvoiceAmountAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAssociatedInvoiceAmount(@Nonnull AmountType elem)
elem - The element to be added. May not be null.public boolean hasGroupingCentreTradePartyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGroupingCentreTradePartyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGroupingCentreTradePartyCount()
@Nullable public TradePartyType getGroupingCentreTradePartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGroupingCentreTradeParty(@Nonnull TradePartyType elem)
elem - The element to be added. May not be null.public boolean hasAssociatedReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAssociatedReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAssociatedReferencedDocumentCount()
@Nullable public ReferencedDocumentType getAssociatedReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAssociatedReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public boolean hasIncludedSupplyChainConsignmentItemEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIncludedSupplyChainConsignmentItemEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIncludedSupplyChainConsignmentItemCount()
@Nullable public SupplyChainConsignmentItemType getIncludedSupplyChainConsignmentItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIncludedSupplyChainConsignmentItem(@Nonnull SupplyChainConsignmentItemType elem)
elem - The element to be added. May not be null.public boolean hasUtilizedLogisticsTransportEquipmentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoUtilizedLogisticsTransportEquipmentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getUtilizedLogisticsTransportEquipmentCount()
@Nullable public LogisticsTransportEquipmentType getUtilizedLogisticsTransportEquipmentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addUtilizedLogisticsTransportEquipment(@Nonnull LogisticsTransportEquipmentType elem)
elem - The element to be added. May not be null.public boolean hasSpecifiedLogisticsTransportMovementEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSpecifiedLogisticsTransportMovementEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSpecifiedLogisticsTransportMovementCount()
@Nullable public LogisticsTransportMovementType getSpecifiedLogisticsTransportMovementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSpecifiedLogisticsTransportMovement(@Nonnull LogisticsTransportMovementType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SupplyChainConsignmentType 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 SupplyChainConsignmentType clone()
@Nonnull public AmountType setInsurancePremiumAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AmountType setTotalChargeAmount(@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 QuantityType setPackageQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getInsurancePremiumAmountValue()
null@Nullable public BigDecimal getTotalChargeAmountValue()
null@Nullable public BigDecimal getDeclaredValueForCustomsAmountValue()
null@Nullable public BigDecimal getPackageQuantityValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.