| 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 ProductComplaint |
Complaint.productComplaint |
| Modifier and Type | Method and Description |
|---|---|
ProductComplaint |
ObjectFactory.createProductComplaint()
Create an instance of
ProductComplaint |
ProductComplaint |
Complaint.getProductComplaint()
Obtiene el valor de la propiedad productComplaint.
|
ProductComplaint |
ProductComplaint.withBatchId(long value) |
ProductComplaint |
ProductComplaint.withCompany(CompanyType value) |
ProductComplaint |
ProductComplaint.withId(String value) |
ProductComplaint |
ProductComplaint.withProduct(ProductType value) |
ProductComplaint |
ProductComplaint.withReason(Collection<ComplaintReasonType> values) |
ProductComplaint |
ProductComplaint.withReason(ComplaintReasonType... values) |
ProductComplaint |
ProductComplaint.withSeverity(ComplaintSeverityType value) |
ProductComplaint |
ProductComplaint.withSummary(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Complaint.setProductComplaint(ProductComplaint value)
Define el valor de la propiedad productComplaint.
|
Complaint |
Complaint.withProductComplaint(ProductComplaint value) |
Copyright © 2015. All Rights Reserved.