| 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 LocationType |
ShipmentType.destination |
protected LocationType |
ActorType.organizationAddress |
protected LocationType |
FiSpaceContactType.organizationAddress |
protected LocationType |
ShipmentType.source |
| Modifier and Type | Field and Description |
|---|---|
protected List<LocationType> |
ActorType.DeliveryAdresses.location |
| Modifier and Type | Method and Description |
|---|---|
LocationType |
ObjectFactory.createLocationType()
Create an instance of
LocationType |
LocationType |
ShipmentType.getDestination()
Obtiene el valor de la propiedad destination.
|
LocationType |
ActorType.getOrganizationAddress()
Obtiene el valor de la propiedad organizationAddress.
|
LocationType |
FiSpaceContactType.getOrganizationAddress()
Obtiene el valor de la propiedad organizationAddress.
|
LocationType |
ShipmentType.getSource()
Obtiene el valor de la propiedad source.
|
LocationType |
LocationType.withAddress(AddressType value) |
LocationType |
LocationType.withGeoLocation(GeoLocationType value) |
LocationType |
LocationType.withId(String value) |
LocationType |
LocationType.withName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<LocationType> |
ActorType.DeliveryAdresses.getLocation()
Gets the value of the location property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShipmentType.setDestination(LocationType value)
Define el valor de la propiedad destination.
|
void |
ActorType.setOrganizationAddress(LocationType value)
Define el valor de la propiedad organizationAddress.
|
void |
FiSpaceContactType.setOrganizationAddress(LocationType value)
Define el valor de la propiedad organizationAddress.
|
void |
ShipmentType.setSource(LocationType value)
Define el valor de la propiedad source.
|
ShipmentType |
ShipmentType.withDestination(LocationType value) |
ActorType.DeliveryAdresses |
ActorType.DeliveryAdresses.withLocation(LocationType... values) |
ActorType |
ActorType.withOrganizationAddress(LocationType value) |
FiSpaceContactType |
FiSpaceContactType.withOrganizationAddress(LocationType value) |
ShipmentType |
ShipmentType.withSource(LocationType value) |
| Modifier and Type | Method and Description |
|---|---|
ActorType.DeliveryAdresses |
ActorType.DeliveryAdresses.withLocation(Collection<LocationType> values) |
Copyright © 2015. All Rights Reserved.