Class TransportationSegmentType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TransportationSegmentType
-
public class TransportationSegmentType extends Object
Java class for TransportationSegmentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportationSegmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceNumeric"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportExecutionPlanReferenceID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportationService"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportServiceProviderParty"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedConsignment" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ShipmentStage" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsignmentTypereferencedConsignmentprotected SequenceNumericTypesequenceNumericprotected List<ShipmentStageType>shipmentStageprotected TransportationServiceTypetransportationServiceprotected TransportExecutionPlanReferenceIDTypetransportExecutionPlanReferenceIDprotected PartyTypetransportServiceProviderParty
-
Constructor Summary
Constructors Constructor Description TransportationSegmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsignmentTypegetReferencedConsignment()Gets the value of the referencedConsignment property.SequenceNumericTypegetSequenceNumeric()Gets the value of the sequenceNumeric property.List<ShipmentStageType>getShipmentStage()Gets the value of the shipmentStage property.TransportationServiceTypegetTransportationService()Gets the value of the transportationService property.TransportExecutionPlanReferenceIDTypegetTransportExecutionPlanReferenceID()Gets the value of the transportExecutionPlanReferenceID property.PartyTypegetTransportServiceProviderParty()Gets the value of the transportServiceProviderParty property.voidsetReferencedConsignment(ConsignmentType value)Sets the value of the referencedConsignment property.voidsetSequenceNumeric(SequenceNumericType value)Sets the value of the sequenceNumeric property.voidsetTransportationService(TransportationServiceType value)Sets the value of the transportationService property.voidsetTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)Sets the value of the transportExecutionPlanReferenceID property.voidsetTransportServiceProviderParty(PartyType value)Sets the value of the transportServiceProviderParty property.
-
-
-
Field Detail
-
sequenceNumeric
protected SequenceNumericType sequenceNumeric
-
transportExecutionPlanReferenceID
protected TransportExecutionPlanReferenceIDType transportExecutionPlanReferenceID
-
transportationService
protected TransportationServiceType transportationService
-
transportServiceProviderParty
protected PartyType transportServiceProviderParty
-
referencedConsignment
protected ConsignmentType referencedConsignment
-
shipmentStage
protected List<ShipmentStageType> shipmentStage
-
-
Method Detail
-
getSequenceNumeric
public SequenceNumericType getSequenceNumeric()
Gets the value of the sequenceNumeric property.- Returns:
- possible object is
SequenceNumericType
-
setSequenceNumeric
public void setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.- Parameters:
value- allowed object isSequenceNumericType
-
getTransportExecutionPlanReferenceID
public TransportExecutionPlanReferenceIDType getTransportExecutionPlanReferenceID()
Gets the value of the transportExecutionPlanReferenceID property.- Returns:
- possible object is
TransportExecutionPlanReferenceIDType
-
setTransportExecutionPlanReferenceID
public void setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
Sets the value of the transportExecutionPlanReferenceID property.- Parameters:
value- allowed object isTransportExecutionPlanReferenceIDType
-
getTransportationService
public TransportationServiceType getTransportationService()
Gets the value of the transportationService property.- Returns:
- possible object is
TransportationServiceType
-
setTransportationService
public void setTransportationService(TransportationServiceType value)
Sets the value of the transportationService property.- Parameters:
value- allowed object isTransportationServiceType
-
getTransportServiceProviderParty
public PartyType getTransportServiceProviderParty()
Gets the value of the transportServiceProviderParty property.- Returns:
- possible object is
PartyType
-
setTransportServiceProviderParty
public void setTransportServiceProviderParty(PartyType value)
Sets the value of the transportServiceProviderParty property.- Parameters:
value- allowed object isPartyType
-
getReferencedConsignment
public ConsignmentType getReferencedConsignment()
Gets the value of the referencedConsignment property.- Returns:
- possible object is
ConsignmentType
-
setReferencedConsignment
public void setReferencedConsignment(ConsignmentType value)
Sets the value of the referencedConsignment property.- Parameters:
value- allowed object isConsignmentType
-
getShipmentStage
public List<ShipmentStageType> getShipmentStage()
Gets the value of the shipmentStage 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 shipmentStage property.For example, to add a new item, do as follows:
getShipmentStage().add(newItem);
Objects of the following type(s) are allowed in the list
ShipmentStageType- Returns:
- The value of the shipmentStage property.
-
-