| Package | Description |
|---|---|
| eu.fispace.api.ag |
This package contains the classes that describe the format of the messages that
the FIspace SDI component will exchange with:
The FIspace B2B component
External systems connected to FIspace
The classes in this package are specific for the overall greenhouse example scenario
to be developed until the M9 milestone.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProductType |
ProductComplaint.product |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductType> |
CompanyType.products |
| Modifier and Type | Method and Description |
|---|---|
ProductType |
ObjectFactory.createProductType()
Create an instance of
ProductType |
ProductType |
ProductComplaint.getProduct()
Obtiene el valor de la propiedad product.
|
ProductType |
ProductType.withCategory(ProductCategoryType value) |
ProductType |
ProductType.withProductId(String value) |
ProductType |
ProductType.withProductName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductType> |
CompanyType.getProducts()
Gets the value of the products property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductComplaint.setProduct(ProductType value)
Define el valor de la propiedad product.
|
ProductComplaint |
ProductComplaint.withProduct(ProductType value) |
CompanyType |
CompanyType.withProducts(ProductType... values) |
| Modifier and Type | Method and Description |
|---|---|
CompanyType |
CompanyType.withProducts(Collection<ProductType> values) |
Copyright © 2015. All Rights Reserved.