@CodingStyleguideUnaware public class HeaderTradeDeliveryType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for HeaderTradeDeliveryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderTradeDeliveryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RelatedSupplyChainConsignment" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainConsignmentType" minOccurs="0"/>
<element name="ShipToTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="UltimateShipToTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="ShipFromTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="ActualDespatchSupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="ActualPickUpSupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="ActualDeliverySupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="ActualReceiptSupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="AdditionalReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DespatchAdviceReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="ReceivingAdviceReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="DeliveryNoteReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="ConsumptionReportReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="PreviousDeliverySupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PackingListReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" 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 |
|---|
HeaderTradeDeliveryType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPreviousDeliverySupplyChainEvent(SupplyChainEventType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
HeaderTradeDeliveryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(HeaderTradeDeliveryType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
SupplyChainEventType |
getActualDeliverySupplyChainEvent()
Gets the value of the actualDeliverySupplyChainEvent property.
|
SupplyChainEventType |
getActualDespatchSupplyChainEvent()
Gets the value of the actualDespatchSupplyChainEvent property.
|
SupplyChainEventType |
getActualPickUpSupplyChainEvent()
Gets the value of the actualPickUpSupplyChainEvent property.
|
SupplyChainEventType |
getActualReceiptSupplyChainEvent()
Gets the value of the actualReceiptSupplyChainEvent property.
|
List<ReferencedDocumentType> |
getAdditionalReferencedDocument()
Gets the value of the additionalReferencedDocument property.
|
ReferencedDocumentType |
getAdditionalReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferencedDocumentType |
getConsumptionReportReferencedDocument()
Gets the value of the consumptionReportReferencedDocument property.
|
ReferencedDocumentType |
getDeliveryNoteReferencedDocument()
Gets the value of the deliveryNoteReferencedDocument property.
|
ReferencedDocumentType |
getDespatchAdviceReferencedDocument()
Gets the value of the despatchAdviceReferencedDocument property.
|
ReferencedDocumentType |
getPackingListReferencedDocument()
Gets the value of the packingListReferencedDocument property.
|
List<SupplyChainEventType> |
getPreviousDeliverySupplyChainEvent()
Gets the value of the previousDeliverySupplyChainEvent property.
|
SupplyChainEventType |
getPreviousDeliverySupplyChainEventAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPreviousDeliverySupplyChainEventCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferencedDocumentType |
getReceivingAdviceReferencedDocument()
Gets the value of the receivingAdviceReferencedDocument property.
|
SupplyChainConsignmentType |
getRelatedSupplyChainConsignment()
Gets the value of the relatedSupplyChainConsignment property.
|
TradePartyType |
getShipFromTradeParty()
Gets the value of the shipFromTradeParty property.
|
TradePartyType |
getShipToTradeParty()
Gets the value of the shipToTradeParty property.
|
TradePartyType |
getUltimateShipToTradeParty()
Gets the value of the ultimateShipToTradeParty property.
|
boolean |
hasAdditionalReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPreviousDeliverySupplyChainEventEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPreviousDeliverySupplyChainEventEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActualDeliverySupplyChainEvent(SupplyChainEventType value)
Sets the value of the actualDeliverySupplyChainEvent property.
|
void |
setActualDespatchSupplyChainEvent(SupplyChainEventType value)
Sets the value of the actualDespatchSupplyChainEvent property.
|
void |
setActualPickUpSupplyChainEvent(SupplyChainEventType value)
Sets the value of the actualPickUpSupplyChainEvent property.
|
void |
setActualReceiptSupplyChainEvent(SupplyChainEventType value)
Sets the value of the actualReceiptSupplyChainEvent property.
|
void |
setAdditionalReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setConsumptionReportReferencedDocument(ReferencedDocumentType value)
Sets the value of the consumptionReportReferencedDocument property.
|
void |
setDeliveryNoteReferencedDocument(ReferencedDocumentType value)
Sets the value of the deliveryNoteReferencedDocument property.
|
void |
setDespatchAdviceReferencedDocument(ReferencedDocumentType value)
Sets the value of the despatchAdviceReferencedDocument property.
|
void |
setPackingListReferencedDocument(ReferencedDocumentType value)
Sets the value of the packingListReferencedDocument property.
|
void |
setPreviousDeliverySupplyChainEvent(List<SupplyChainEventType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReceivingAdviceReferencedDocument(ReferencedDocumentType value)
Sets the value of the receivingAdviceReferencedDocument property.
|
void |
setRelatedSupplyChainConsignment(SupplyChainConsignmentType value)
Sets the value of the relatedSupplyChainConsignment property.
|
void |
setShipFromTradeParty(TradePartyType value)
Sets the value of the shipFromTradeParty property.
|
void |
setShipToTradeParty(TradePartyType value)
Sets the value of the shipToTradeParty property.
|
void |
setUltimateShipToTradeParty(TradePartyType value)
Sets the value of the ultimateShipToTradeParty property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public HeaderTradeDeliveryType()
@Nullable public SupplyChainConsignmentType getRelatedSupplyChainConsignment()
SupplyChainConsignmentTypepublic void setRelatedSupplyChainConsignment(@Nullable SupplyChainConsignmentType value)
value - allowed object is
SupplyChainConsignmentType@Nullable public TradePartyType getShipToTradeParty()
TradePartyTypepublic void setShipToTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getUltimateShipToTradeParty()
TradePartyTypepublic void setUltimateShipToTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getShipFromTradeParty()
TradePartyTypepublic void setShipFromTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public SupplyChainEventType getActualDespatchSupplyChainEvent()
SupplyChainEventTypepublic void setActualDespatchSupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nullable public SupplyChainEventType getActualPickUpSupplyChainEvent()
SupplyChainEventTypepublic void setActualPickUpSupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nullable public SupplyChainEventType getActualDeliverySupplyChainEvent()
SupplyChainEventTypepublic void setActualDeliverySupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nullable public SupplyChainEventType getActualReceiptSupplyChainEvent()
SupplyChainEventTypepublic void setActualReceiptSupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getAdditionalReferencedDocument()
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 additionalReferencedDocument property.
For example, to add a new item, do as follows:
getAdditionalReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
@Nullable public ReferencedDocumentType getDespatchAdviceReferencedDocument()
ReferencedDocumentTypepublic void setDespatchAdviceReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getReceivingAdviceReferencedDocument()
ReferencedDocumentTypepublic void setReceivingAdviceReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getDeliveryNoteReferencedDocument()
ReferencedDocumentTypepublic void setDeliveryNoteReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getConsumptionReportReferencedDocument()
ReferencedDocumentTypepublic void setConsumptionReportReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SupplyChainEventType> getPreviousDeliverySupplyChainEvent()
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 previousDeliverySupplyChainEvent property.
For example, to add a new item, do as follows:
getPreviousDeliverySupplyChainEvent().add(newItem);
Objects of the following type(s) are allowed in the list
SupplyChainEventType
@Nullable public ReferencedDocumentType getPackingListReferencedDocument()
ReferencedDocumentTypepublic void setPackingListReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public void setPreviousDeliverySupplyChainEvent(@Nullable List<SupplyChainEventType> aList)
aList - The new list member to set. May be null.public boolean hasAdditionalReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalReferencedDocumentCount()
@Nullable public ReferencedDocumentType getAdditionalReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public boolean hasPreviousDeliverySupplyChainEventEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPreviousDeliverySupplyChainEventEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPreviousDeliverySupplyChainEventCount()
@Nullable public SupplyChainEventType getPreviousDeliverySupplyChainEventAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPreviousDeliverySupplyChainEvent(@Nonnull SupplyChainEventType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull HeaderTradeDeliveryType 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 HeaderTradeDeliveryType clone()
Copyright © 2016–2021 Philip Helger. All rights reserved.