| 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 ShipmentStatusType |
ShipmentStatusUpdateType.shipmentStatus |
protected ShipmentStatusType |
ReceiveRTIStatusRequestMessage.status |
protected ShipmentStatusType |
ReceiveShipmentStatusRequestMessage.status |
| Modifier and Type | Method and Description |
|---|---|
static ShipmentStatusType |
ShipmentStatusType.fromValue(String v) |
ShipmentStatusType |
ShipmentStatusUpdateType.getShipmentStatus()
Obtiene el valor de la propiedad shipmentStatus.
|
ShipmentStatusType |
ReceiveRTIStatusRequestMessage.getStatus()
Obtiene el valor de la propiedad status.
|
ShipmentStatusType |
ReceiveShipmentStatusRequestMessage.getStatus()
Obtiene el valor de la propiedad status.
|
static ShipmentStatusType |
ShipmentStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShipmentStatusType[] |
ShipmentStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShipmentStatusUpdateType.setShipmentStatus(ShipmentStatusType value)
Define el valor de la propiedad shipmentStatus.
|
void |
ReceiveRTIStatusRequestMessage.setStatus(ShipmentStatusType value)
Define el valor de la propiedad status.
|
void |
ReceiveShipmentStatusRequestMessage.setStatus(ShipmentStatusType value)
Define el valor de la propiedad status.
|
ShipmentStatusUpdateType |
ShipmentStatusUpdateType.withShipmentStatus(ShipmentStatusType value) |
ReceiveRTIStatusRequestMessage |
ReceiveRTIStatusRequestMessage.withStatus(ShipmentStatusType value) |
ReceiveShipmentStatusRequestMessage |
ReceiveShipmentStatusRequestMessage.withStatus(ShipmentStatusType value) |
Copyright © 2015. All Rights Reserved.