@CodingStyleguideUnaware public class CustomsDeclarationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CustomsDeclarationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CustomsDeclarationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CustomsDeclarationType 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
|
List<DocumentReferenceType> |
getAdditionalDocumentReference()
Gets the value of the additionalDocumentReference property.
|
DocumentReferenceType |
getAdditionalDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AddressType |
getApplicableTerritoryAddress()
Gets the value of the applicableTerritoryAddress property.
|
PartyType |
getConsigneeParty()
Gets the value of the consigneeParty property.
|
PartyType |
getConsignorParty()
Gets the value of the consignorParty property.
|
LocationType |
getCustomsExitOfficeLocation()
Gets the value of the customsExitOfficeLocation property.
|
PartyType |
getCustomsParty()
Gets the value of the customsParty property.
|
PartyType |
getFreightForwarderParty()
Gets the value of the freightForwarderParty property.
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
CustomsDeclarationType |
getPreviousCustomsDeclaration()
Gets the value of the previousCustomsDeclaration property.
|
ShipmentType |
getShipment()
Gets the value of the shipment property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
boolean |
hasAdditionalDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableTerritoryAddress(AddressType value)
Sets the value of the applicableTerritoryAddress property.
|
void |
setConsigneeParty(PartyType value)
Sets the value of the consigneeParty property.
|
void |
setConsignorParty(PartyType value)
Sets the value of the consignorParty property.
|
void |
setCustomsExitOfficeLocation(LocationType value)
Sets the value of the customsExitOfficeLocation property.
|
void |
setCustomsParty(PartyType value)
Sets the value of the customsParty property.
|
void |
setFreightForwarderParty(PartyType value)
Sets the value of the freightForwarderParty property.
|
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
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setPreviousCustomsDeclaration(CustomsDeclarationType value)
Sets the value of the previousCustomsDeclaration property.
|
void |
setShipment(ShipmentType value)
Sets the value of the shipment property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CustomsDeclarationType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public AddressType getApplicableTerritoryAddress()
AddressTypepublic void setApplicableTerritoryAddress(@Nullable AddressType value)
value - allowed object is
AddressType@Nullable public ShipmentType getShipment()
ShipmentTypepublic void setShipment(@Nullable ShipmentType value)
value - allowed object is
ShipmentType@Nullable public LocationType getCustomsExitOfficeLocation()
LocationTypepublic void setCustomsExitOfficeLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getConsignorParty()
PartyTypepublic void setConsignorParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getConsigneeParty()
PartyTypepublic void setConsigneeParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getFreightForwarderParty()
PartyTypepublic void setFreightForwarderParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getCustomsParty()
PartyTypepublic void setCustomsParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public CustomsDeclarationType getPreviousCustomsDeclaration()
CustomsDeclarationTypepublic void setPreviousCustomsDeclaration(@Nullable CustomsDeclarationType value)
value - allowed object is
CustomsDeclarationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getAdditionalDocumentReference()
DocumentReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAdditionalDocumentReferenceEntries()
public boolean hasNoAdditionalDocumentReferenceEntries()
@Nonnegative public int getAdditionalDocumentReferenceCount()
@Nullable public DocumentReferenceType getAdditionalDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAdditionalDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CustomsDeclarationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CustomsDeclarationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2019–2021 Philip Helger. All rights reserved.