| Package | Description |
|---|---|
| eu.fispace.api.lg |
This package contains the classes that describe the messages that
the FIspace SDI component will exchange with apps and external systems
in the logistics domain.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TransportLegType> |
TransportPlan.transportLeg |
| Modifier and Type | Method and Description |
|---|---|
TransportLegType |
ObjectFactory.createTransportLegType()
Create an instance of
TransportLegType |
TransportLegType |
TransportLegType.withDesignator(String value) |
TransportLegType |
TransportLegType.withDestination(String value) |
TransportLegType |
TransportLegType.withDestinationDeadline(Calendar value) |
TransportLegType |
TransportLegType.withId(String value) |
TransportLegType |
TransportLegType.withSource(String value) |
TransportLegType |
TransportLegType.withSourceDeadline(Calendar value) |
| Modifier and Type | Method and Description |
|---|---|
List<TransportLegType> |
TransportPlan.getTransportLeg()
Gets the value of the transportLeg property.
|
| Modifier and Type | Method and Description |
|---|---|
TransportPlan |
TransportPlan.withTransportLeg(TransportLegType... values) |
| Modifier and Type | Method and Description |
|---|---|
TransportPlan |
TransportPlan.withTransportLeg(Collection<TransportLegType> values) |
Copyright © 2015. All Rights Reserved.