public class GoodsItemItineraryType extends Object
Java class for GoodsItemItineraryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoodsItemItineraryType">
<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}CopyIndicator" 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"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime"/>
<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}VersionID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportExecutionPlanReferenceID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SenderParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiverParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedConsignment" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedTransportEquipment" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedPackage" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedGoodsItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportationSegment" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CopyIndicatorType |
copyIndicator |
protected CustomizationIDType |
customizationID |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
protected List<NoteType> |
note |
protected ProfileExecutionIDType |
profileExecutionID |
protected ProfileIDType |
profileID |
protected PartyType |
receiverParty |
protected List<ConsignmentType> |
referencedConsignment |
protected List<GoodsItemType> |
referencedGoodsItem |
protected List<PackageType> |
referencedPackage |
protected List<TransportEquipmentType> |
referencedTransportEquipment |
protected PartyType |
senderParty |
protected List<SignatureType> |
signature |
protected List<TransportationSegmentType> |
transportationSegment |
protected TransportExecutionPlanReferenceIDType |
transportExecutionPlanReferenceID |
protected UBLExtensionsType |
ublExtensions |
protected UBLVersionIDType |
ublVersionID |
protected UUIDType |
uuid |
protected VersionIDType |
versionID |
| Constructor and Description |
|---|
GoodsItemItineraryType() |
| Modifier and Type | Method and Description |
|---|---|
CopyIndicatorType |
getCopyIndicator()
Gets the value of the copyIndicator property.
|
CustomizationIDType |
getCustomizationID()
Gets the value of the customizationID property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
ProfileExecutionIDType |
getProfileExecutionID()
Gets the value of the profileExecutionID property.
|
ProfileIDType |
getProfileID()
Gets the value of the profileID property.
|
PartyType |
getReceiverParty()
Gets the value of the receiverParty property.
|
List<ConsignmentType> |
getReferencedConsignment()
Gets the value of the referencedConsignment property.
|
List<GoodsItemType> |
getReferencedGoodsItem()
Gets the value of the referencedGoodsItem property.
|
List<PackageType> |
getReferencedPackage()
Gets the value of the referencedPackage property.
|
List<TransportEquipmentType> |
getReferencedTransportEquipment()
Gets the value of the referencedTransportEquipment property.
|
PartyType |
getSenderParty()
Gets the value of the senderParty property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
List<TransportationSegmentType> |
getTransportationSegment()
Gets the value of the transportationSegment property.
|
TransportExecutionPlanReferenceIDType |
getTransportExecutionPlanReferenceID()
Gets the value of the transportExecutionPlanReferenceID property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
UBLVersionIDType |
getUBLVersionID()
Gets the value of the ublVersionID property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
void |
setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
void |
setReceiverParty(PartyType value)
Sets the value of the receiverParty property.
|
void |
setSenderParty(PartyType value)
Sets the value of the senderParty property.
|
void |
setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
Sets the value of the transportExecutionPlanReferenceID property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected UBLExtensionsType ublExtensions
protected UBLVersionIDType ublVersionID
protected CustomizationIDType customizationID
protected ProfileIDType profileID
protected ProfileExecutionIDType profileExecutionID
protected IDType id
protected CopyIndicatorType copyIndicator
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected VersionIDType versionID
protected TransportExecutionPlanReferenceIDType transportExecutionPlanReferenceID
protected List<SignatureType> signature
protected PartyType senderParty
protected PartyType receiverParty
protected List<ConsignmentType> referencedConsignment
protected List<TransportEquipmentType> referencedTransportEquipment
protected List<PackageType> referencedPackage
protected List<GoodsItemType> referencedGoodsItem
protected List<TransportationSegmentType> transportationSegment
public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(UBLExtensionsType value)
value - allowed object is
UBLExtensionsTypepublic UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(UBLVersionIDType value)
value - allowed object is
UBLVersionIDTypepublic CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(CustomizationIDType value)
value - allowed object is
CustomizationIDTypepublic ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(ProfileIDType value)
value - allowed object is
ProfileIDTypepublic ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic CopyIndicatorType getCopyIndicator()
CopyIndicatorTypepublic void setCopyIndicator(CopyIndicatorType value)
value - allowed object is
CopyIndicatorTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic List<NoteType> getNote()
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 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
public VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic TransportExecutionPlanReferenceIDType getTransportExecutionPlanReferenceID()
TransportExecutionPlanReferenceIDTypepublic void setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
value - allowed object is
TransportExecutionPlanReferenceIDTypepublic List<SignatureType> getSignature()
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 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
public PartyType getSenderParty()
PartyTypepublic void setSenderParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getReceiverParty()
PartyTypepublic void setReceiverParty(PartyType value)
value - allowed object is
PartyTypepublic List<ConsignmentType> getReferencedConsignment()
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 referencedConsignment property.
For example, to add a new item, do as follows:
getReferencedConsignment().add(newItem);
Objects of the following type(s) are allowed in the list
ConsignmentType
public List<TransportEquipmentType> getReferencedTransportEquipment()
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 referencedTransportEquipment property.
For example, to add a new item, do as follows:
getReferencedTransportEquipment().add(newItem);
Objects of the following type(s) are allowed in the list
TransportEquipmentType
public List<PackageType> getReferencedPackage()
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 referencedPackage property.
For example, to add a new item, do as follows:
getReferencedPackage().add(newItem);
Objects of the following type(s) are allowed in the list
PackageType
public List<GoodsItemType> getReferencedGoodsItem()
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 referencedGoodsItem property.
For example, to add a new item, do as follows:
getReferencedGoodsItem().add(newItem);
Objects of the following type(s) are allowed in the list
GoodsItemType
public List<TransportationSegmentType> getTransportationSegment()
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 transportationSegment property.
For example, to add a new item, do as follows:
getTransportationSegment().add(newItem);
Objects of the following type(s) are allowed in the list
TransportationSegmentType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.