Class EbXMLSlot30
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLSlot30
- All Implemented Interfaces:
EbXMLSlot
Encapsulation of
SlotType1
.- Author:
- Jens Riemschneider
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEbXMLSlot30
(SlotType1 slot) Constructs a slot by wrapping the given ebXML 3.0 object. -
Method Summary
-
Field Details
-
MAX_SLOT_LENGTH
public static final int MAX_SLOT_LENGTH- See Also:
-
-
Constructor Details
-
EbXMLSlot30
Constructs a slot by wrapping the given ebXML 3.0 object.- Parameters:
slot
- the object to wrap.
-
-
Method Details
-
getName
-
getValueList
- Specified by:
getValueList
in interfaceEbXMLSlot
- Returns:
- the list of values of the slot.
-
getValueLengthLimit
public int getValueLengthLimit()- Specified by:
getValueLengthLimit
in interfaceEbXMLSlot
- Returns:
- the length limit for slot values.
-