Class WaybillType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.WaybillType
-
public class WaybillType extends Object
Java class for WaybillType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaybillType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CarrierAssignedID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ShippingOrderID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdValoremIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DeclaredCarriageValueAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OtherInstruction" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ConsignorParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CarrierParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FreightForwarderParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Shipment"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentDistribution" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WaybillType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdValoremIndicatorTypegetAdValoremIndicator()Gets the value of the adValoremIndicator property.CarrierAssignedIDTypegetCarrierAssignedID()Gets the value of the carrierAssignedID property.PartyTypegetCarrierParty()Gets the value of the carrierParty property.PartyTypegetConsignorParty()Gets the value of the consignorParty property.CustomizationIDTypegetCustomizationID()Gets the value of the customizationID property.DeclaredCarriageValueAmountTypegetDeclaredCarriageValueAmount()Gets the value of the declaredCarriageValueAmount property.List<DescriptionType>getDescription()Gets the value of the description property.List<DocumentDistributionType>getDocumentDistribution()Gets the value of the documentDistribution property.List<DocumentReferenceType>getDocumentReference()Gets the value of the documentReference property.List<ExchangeRateType>getExchangeRate()Gets the value of the exchangeRate property.PartyTypegetFreightForwarderParty()Gets the value of the freightForwarderParty property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.NameTypegetName()Gets the value of the name property.List<NoteType>getNote()Gets the value of the note property.List<OtherInstructionType>getOtherInstruction()Gets the value of the otherInstruction property.ProfileExecutionIDTypegetProfileExecutionID()Gets the value of the profileExecutionID property.ProfileIDTypegetProfileID()Gets the value of the profileID property.ShipmentTypegetShipment()Gets the value of the shipment property.ShippingOrderIDTypegetShippingOrderID()Gets the value of the shippingOrderID property.List<SignatureType>getSignature()Gets the value of the signature property.UBLExtensionsTypegetUBLExtensions()Gets the value of the ublExtensions property.UBLVersionIDTypegetUBLVersionID()Gets the value of the ublVersionID property.UUIDTypegetUUID()Gets the value of the uuid property.voidsetAdValoremIndicator(AdValoremIndicatorType value)Sets the value of the adValoremIndicator property.voidsetCarrierAssignedID(CarrierAssignedIDType value)Sets the value of the carrierAssignedID property.voidsetCarrierParty(PartyType value)Sets the value of the carrierParty property.voidsetConsignorParty(PartyType value)Sets the value of the consignorParty property.voidsetCustomizationID(CustomizationIDType value)Sets the value of the customizationID property.voidsetDeclaredCarriageValueAmount(DeclaredCarriageValueAmountType value)Sets the value of the declaredCarriageValueAmount property.voidsetFreightForwarderParty(PartyType value)Sets the value of the freightForwarderParty property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetName(NameType value)Sets the value of the name property.voidsetProfileExecutionID(ProfileExecutionIDType value)Sets the value of the profileExecutionID property.voidsetProfileID(ProfileIDType value)Sets the value of the profileID property.voidsetShipment(ShipmentType value)Sets the value of the shipment property.voidsetShippingOrderID(ShippingOrderIDType value)Sets the value of the shippingOrderID property.voidsetUBLExtensions(UBLExtensionsType value)Sets the value of the ublExtensions property.voidsetUBLVersionID(UBLVersionIDType value)Sets the value of the ublVersionID property.voidsetUUID(UUIDType value)Sets the value of the uuid property.
-
-
-
Field Detail
-
ublExtensions
protected UBLExtensionsType ublExtensions
-
ublVersionID
protected UBLVersionIDType ublVersionID
-
customizationID
protected CustomizationIDType customizationID
-
profileID
protected ProfileIDType profileID
-
profileExecutionID
protected ProfileExecutionIDType profileExecutionID
-
id
protected IDType id
-
carrierAssignedID
protected CarrierAssignedIDType carrierAssignedID
-
uuid
protected UUIDType uuid
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
name
protected NameType name
-
description
protected List<DescriptionType> description
-
shippingOrderID
protected ShippingOrderIDType shippingOrderID
-
adValoremIndicator
protected AdValoremIndicatorType adValoremIndicator
-
declaredCarriageValueAmount
protected DeclaredCarriageValueAmountType declaredCarriageValueAmount
-
otherInstruction
protected List<OtherInstructionType> otherInstruction
-
consignorParty
protected PartyType consignorParty
-
carrierParty
protected PartyType carrierParty
-
freightForwarderParty
protected PartyType freightForwarderParty
-
shipment
protected ShipmentType shipment
-
documentReference
protected List<DocumentReferenceType> documentReference
-
exchangeRate
protected List<ExchangeRateType> exchangeRate
-
documentDistribution
protected List<DocumentDistributionType> documentDistribution
-
signature
protected List<SignatureType> signature
-
-
Method Detail
-
getUBLExtensions
public UBLExtensionsType getUBLExtensions()
Gets the value of the ublExtensions property.- Returns:
- possible object is
UBLExtensionsType
-
setUBLExtensions
public void setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.- Parameters:
value- allowed object isUBLExtensionsType
-
getUBLVersionID
public UBLVersionIDType getUBLVersionID()
Gets the value of the ublVersionID property.- Returns:
- possible object is
UBLVersionIDType
-
setUBLVersionID
public void setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.- Parameters:
value- allowed object isUBLVersionIDType
-
getCustomizationID
public CustomizationIDType getCustomizationID()
Gets the value of the customizationID property.- Returns:
- possible object is
CustomizationIDType
-
setCustomizationID
public void setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.- Parameters:
value- allowed object isCustomizationIDType
-
getProfileID
public ProfileIDType getProfileID()
Gets the value of the profileID property.- Returns:
- possible object is
ProfileIDType
-
setProfileID
public void setProfileID(ProfileIDType value)
Sets the value of the profileID property.- Parameters:
value- allowed object isProfileIDType
-
getProfileExecutionID
public ProfileExecutionIDType getProfileExecutionID()
Gets the value of the profileExecutionID property.- Returns:
- possible object is
ProfileExecutionIDType
-
setProfileExecutionID
public void setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.- Parameters:
value- allowed object isProfileExecutionIDType
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getCarrierAssignedID
public CarrierAssignedIDType getCarrierAssignedID()
Gets the value of the carrierAssignedID property.- Returns:
- possible object is
CarrierAssignedIDType
-
setCarrierAssignedID
public void setCarrierAssignedID(CarrierAssignedIDType value)
Sets the value of the carrierAssignedID property.- Parameters:
value- allowed object isCarrierAssignedIDType
-
getUUID
public UUIDType getUUID()
Gets the value of the uuid property.- Returns:
- possible object is
UUIDType
-
setUUID
public void setUUID(UUIDType value)
Sets the value of the uuid property.- Parameters:
value- allowed object isUUIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
getName
public NameType getName()
Gets the value of the name property.- Returns:
- possible object is
NameType
-
setName
public void setName(NameType value)
Sets the value of the name property.- Parameters:
value- allowed object isNameType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description property.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
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
getNote
public List<NoteType> getNote()
Gets the value of the note property.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
setmethod for the note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getShippingOrderID
public ShippingOrderIDType getShippingOrderID()
Gets the value of the shippingOrderID property.- Returns:
- possible object is
ShippingOrderIDType
-
setShippingOrderID
public void setShippingOrderID(ShippingOrderIDType value)
Sets the value of the shippingOrderID property.- Parameters:
value- allowed object isShippingOrderIDType
-
getAdValoremIndicator
public AdValoremIndicatorType getAdValoremIndicator()
Gets the value of the adValoremIndicator property.- Returns:
- possible object is
AdValoremIndicatorType
-
setAdValoremIndicator
public void setAdValoremIndicator(AdValoremIndicatorType value)
Sets the value of the adValoremIndicator property.- Parameters:
value- allowed object isAdValoremIndicatorType
-
getDeclaredCarriageValueAmount
public DeclaredCarriageValueAmountType getDeclaredCarriageValueAmount()
Gets the value of the declaredCarriageValueAmount property.- Returns:
- possible object is
DeclaredCarriageValueAmountType
-
setDeclaredCarriageValueAmount
public void setDeclaredCarriageValueAmount(DeclaredCarriageValueAmountType value)
Sets the value of the declaredCarriageValueAmount property.- Parameters:
value- allowed object isDeclaredCarriageValueAmountType
-
getOtherInstruction
public List<OtherInstructionType> getOtherInstruction()
Gets the value of the otherInstruction property.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
setmethod for the otherInstruction property.For example, to add a new item, do as follows:
getOtherInstruction().add(newItem);Objects of the following type(s) are allowed in the list
OtherInstructionType
-
getConsignorParty
public PartyType getConsignorParty()
Gets the value of the consignorParty property.- Returns:
- possible object is
PartyType
-
setConsignorParty
public void setConsignorParty(PartyType value)
Sets the value of the consignorParty property.- Parameters:
value- allowed object isPartyType
-
getCarrierParty
public PartyType getCarrierParty()
Gets the value of the carrierParty property.- Returns:
- possible object is
PartyType
-
setCarrierParty
public void setCarrierParty(PartyType value)
Sets the value of the carrierParty property.- Parameters:
value- allowed object isPartyType
-
getFreightForwarderParty
public PartyType getFreightForwarderParty()
Gets the value of the freightForwarderParty property.- Returns:
- possible object is
PartyType
-
setFreightForwarderParty
public void setFreightForwarderParty(PartyType value)
Sets the value of the freightForwarderParty property.- Parameters:
value- allowed object isPartyType
-
getShipment
public ShipmentType getShipment()
Gets the value of the shipment property.- Returns:
- possible object is
ShipmentType
-
setShipment
public void setShipment(ShipmentType value)
Sets the value of the shipment property.- Parameters:
value- allowed object isShipmentType
-
getDocumentReference
public List<DocumentReferenceType> getDocumentReference()
Gets the value of the documentReference property.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
setmethod for the documentReference property.For example, to add a new item, do as follows:
getDocumentReference().add(newItem);Objects of the following type(s) are allowed in the list
DocumentReferenceType
-
getExchangeRate
public List<ExchangeRateType> getExchangeRate()
Gets the value of the exchangeRate property.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
setmethod for the exchangeRate property.For example, to add a new item, do as follows:
getExchangeRate().add(newItem);Objects of the following type(s) are allowed in the list
ExchangeRateType
-
getDocumentDistribution
public List<DocumentDistributionType> getDocumentDistribution()
Gets the value of the documentDistribution property.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
setmethod for the documentDistribution property.For example, to add a new item, do as follows:
getDocumentDistribution().add(newItem);Objects of the following type(s) are allowed in the list
DocumentDistributionType
-
getSignature
public List<SignatureType> getSignature()
Gets the value of the signature property.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
setmethod for the signature property.For example, to add a new item, do as follows:
getSignature().add(newItem);Objects of the following type(s) are allowed in the list
SignatureType
-
-