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>
| Modifier and Type | Field and Description |
|---|---|
protected ConsignmentType |
referencedConsignment |
protected SequenceNumericType |
sequenceNumeric |
protected List<ShipmentStageType> |
shipmentStage |
protected TransportationServiceType |
transportationService |
protected TransportExecutionPlanReferenceIDType |
transportExecutionPlanReferenceID |
protected PartyType |
transportServiceProviderParty |
| Constructor and Description |
|---|
TransportationSegmentType() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentType |
getReferencedConsignment()
Gets the value of the referencedConsignment property.
|
SequenceNumericType |
getSequenceNumeric()
Gets the value of the sequenceNumeric property.
|
List<ShipmentStageType> |
getShipmentStage()
Gets the value of the shipmentStage property.
|
TransportationServiceType |
getTransportationService()
Gets the value of the transportationService property.
|
TransportExecutionPlanReferenceIDType |
getTransportExecutionPlanReferenceID()
Gets the value of the transportExecutionPlanReferenceID property.
|
PartyType |
getTransportServiceProviderParty()
Gets the value of the transportServiceProviderParty property.
|
void |
setReferencedConsignment(ConsignmentType value)
Sets the value of the referencedConsignment property.
|
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setTransportationService(TransportationServiceType value)
Sets the value of the transportationService property.
|
void |
setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
Sets the value of the transportExecutionPlanReferenceID property.
|
void |
setTransportServiceProviderParty(PartyType value)
Sets the value of the transportServiceProviderParty property.
|
protected SequenceNumericType sequenceNumeric
protected TransportExecutionPlanReferenceIDType transportExecutionPlanReferenceID
protected TransportationServiceType transportationService
protected PartyType transportServiceProviderParty
protected ConsignmentType referencedConsignment
protected List<ShipmentStageType> shipmentStage
public SequenceNumericType getSequenceNumeric()
SequenceNumericTypepublic void setSequenceNumeric(SequenceNumericType value)
value - allowed object is
SequenceNumericTypepublic TransportExecutionPlanReferenceIDType getTransportExecutionPlanReferenceID()
TransportExecutionPlanReferenceIDTypepublic void setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
value - allowed object is
TransportExecutionPlanReferenceIDTypepublic TransportationServiceType getTransportationService()
TransportationServiceTypepublic void setTransportationService(TransportationServiceType value)
value - allowed object is
TransportationServiceTypepublic PartyType getTransportServiceProviderParty()
PartyTypepublic void setTransportServiceProviderParty(PartyType value)
value - allowed object is
PartyTypepublic ConsignmentType getReferencedConsignment()
ConsignmentTypepublic void setReferencedConsignment(ConsignmentType value)
value - allowed object is
ConsignmentTypepublic List<ShipmentStageType> getShipmentStage()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.