| 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<TitleEltType> |
ArcType.title |
protected List<TitleEltType> |
LocatorType.titleLocatorModel |
| Modifier and Type | Method and Description |
|---|---|
TitleEltType |
ObjectFactory.createTitleEltType()
Create an instance of
TitleEltType |
TitleEltType |
TitleEltType.withContent(Collection<Object> values) |
TitleEltType |
TitleEltType.withContent(Object... values) |
TitleEltType |
TitleEltType.withLang(String value) |
TitleEltType |
TitleEltType.withType(TypeType value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TitleEltType> |
ObjectFactory.createTitle(TitleEltType value)
|
List<TitleEltType> |
ArcType.getTitle()
Gets the value of the title property.
|
List<TitleEltType> |
LocatorType.getTitleLocatorModel()
Gets the value of the titleLocatorModel property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TitleEltType> |
ObjectFactory.createTitle(TitleEltType value)
|
ArcType |
ArcType.withTitle(TitleEltType... values) |
LocatorType |
LocatorType.withTitleLocatorModel(TitleEltType... values) |
| Modifier and Type | Method and Description |
|---|---|
ArcType |
ArcType.withTitle(Collection<TitleEltType> values) |
LocatorType |
LocatorType.withTitleLocatorModel(Collection<TitleEltType> values) |
Copyright © 2014. All Rights Reserved.