| Package | Description |
|---|---|
| eu.toop.regrep.lcm | |
| eu.toop.regrep.rim | |
| eu.toop.regrep.slot |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
UpdateActionType.getValueHolder()
Gets the value of the valueHolder property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateActionType.setValueHolder(ValueType value)
Sets the value of the valueHolder property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyValueType
A specialized ValueType that may be used as a container for any well-formed XML element value in any namespace.
|
class |
BooleanValueType
A specialized ValueType that may be used as a container for a boolean value.
|
class |
CollectionValueType
A specialized ValueType that may be used as a container for a collection of elements where each element is a ValueType.
|
class |
DateTimeValueType
A specialized ValueType that may be used as a container for a dateTime value.
|
class |
DurationValueType
A specialized ValueType that may be used as a container for a duration value.
|
class |
FloatValueType
A specialized ValueType that may be used as a container for a float value.
|
class |
IntegerValueType
A specialized ValueType that may be used as a container for a integer value.
|
class |
InternationalStringValueType
A specialized ValueType that may be used as a container for a InternationalString value.
|
class |
MapValueType
A specialized ValueType that may be used as a container for a Map value.
|
class |
SlotValueType
A specialized ValueType that may be used as a container for a Slot value.
|
class |
StringValueType
A specialized ValueType that may be used as a container for a String value.
|
class |
VocabularyTermValueType
A specialized ValueType that may be used as a container for a InternationalString value.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ValueType |
ValueType.clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
ValueType |
CollectionValueType.getElementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ValueType |
EntryType.getEntryKey()
Gets the value of the entryKey property.
|
ValueType |
EntryType.getEntryValue()
Gets the value of the entryValue property.
|
ValueType |
SlotType.getSlotValue()
Gets the value of the slotValue property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueType> |
CollectionValueType.getElement()
Gets the value of the element property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionValueType.addElement(ValueType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
ValueType.cloneTo(ValueType ret)
This method clones all values from
this to the passed object. |
void |
EntryType.setEntryKey(ValueType value)
Sets the value of the entryKey property.
|
void |
EntryType.setEntryValue(ValueType value)
Sets the value of the entryValue property.
|
void |
SlotType.setSlotValue(ValueType value)
Sets the value of the slotValue property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionValueType.setElement(List<ValueType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
| Modifier and Type | Method and Description |
|---|---|
static SlotType |
SlotHelper.createSlot(String sName,
ValueType aValue) |
static CollectionValueType |
SlotHelper.createSlotValue(ERegRepCollectionType eType,
ValueType... x) |
static CollectionValueType |
SlotHelper.createSlotValue(ValueType... x) |
SlotBuilder |
SlotBuilder.setValue(ERegRepCollectionType eCollectionType,
ValueType... aArray) |
SlotBuilder |
SlotBuilder.setValue(ValueType x) |
| Modifier and Type | Method and Description |
|---|---|
static MapType |
SlotHelper.createMap(Map<? extends ValueType,? extends ValueType> aMap) |
static MapType |
SlotHelper.createMap(Map<? extends ValueType,? extends ValueType> aMap) |
static CollectionValueType |
SlotHelper.createSlotValue(ERegRepCollectionType eType,
Iterable<? extends ValueType> x) |
SlotBuilder |
SlotBuilder.setValue(ERegRepCollectionType eCollectionType,
Iterable<? extends ValueType> aCont) |
Copyright © 2020 TOOP. All rights reserved.