| 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 List<QualityPropertyType> |
AbstractSimpleComponentType.quality |
| Modifier and Type | Method and Description |
|---|---|
QualityPropertyType |
ObjectFactory.createQualityPropertyType()
Create an instance of
QualityPropertyType |
QualityPropertyType |
QualityPropertyType.withActuate(ActuateType value) |
QualityPropertyType |
QualityPropertyType.withArcrole(String value) |
QualityPropertyType |
QualityPropertyType.withCategory(CategoryType value) |
QualityPropertyType |
QualityPropertyType.withHref(String value) |
QualityPropertyType |
QualityPropertyType.withQuantity(QuantityType value) |
QualityPropertyType |
QualityPropertyType.withQuantityRange(QuantityRangeType value) |
QualityPropertyType |
QualityPropertyType.withRole(String value) |
QualityPropertyType |
QualityPropertyType.withShow(ShowType value) |
QualityPropertyType |
QualityPropertyType.withText(TextType value) |
QualityPropertyType |
QualityPropertyType.withTitle(String value) |
QualityPropertyType |
QualityPropertyType.withType(TypeType value) |
| Modifier and Type | Method and Description |
|---|---|
List<QualityPropertyType> |
AbstractSimpleComponentType.getQuality()
Gets the value of the quality property.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSimpleComponentType |
AbstractSimpleComponentType.withQuality(QualityPropertyType... values) |
TextType |
TextType.withQuality(QualityPropertyType... values) |
CountType |
CountType.withQuality(QualityPropertyType... values) |
QuantityType |
QuantityType.withQuality(QualityPropertyType... values) |
QuantityRangeType |
QuantityRangeType.withQuality(QualityPropertyType... values) |
CategoryType |
CategoryType.withQuality(QualityPropertyType... values) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimpleComponentType |
AbstractSimpleComponentType.withQuality(Collection<QualityPropertyType> values) |
TextType |
TextType.withQuality(Collection<QualityPropertyType> values) |
CountType |
CountType.withQuality(Collection<QualityPropertyType> values) |
QuantityType |
QuantityType.withQuality(Collection<QualityPropertyType> values) |
QuantityRangeType |
QuantityRangeType.withQuality(Collection<QualityPropertyType> values) |
CategoryType |
CategoryType.withQuality(Collection<QualityPropertyType> values) |
Copyright © 2014. All Rights Reserved.