java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLSlot30
All Implemented Interfaces:
EbXMLSlot

public class EbXMLSlot30 extends Object implements EbXMLSlot
Encapsulation of SlotType1.
Author:
Jens Riemschneider
  • Field Details

  • Constructor Details

    • EbXMLSlot30

      public EbXMLSlot30(SlotType1 slot)
      Constructs a slot by wrapping the given ebXML 3.0 object.
      Parameters:
      slot - the object to wrap.
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface EbXMLSlot
      Returns:
      the name of the slot.
    • getValueList

      public List<String> getValueList()
      Specified by:
      getValueList in interface EbXMLSlot
      Returns:
      the list of values of the slot.
    • getValueLengthLimit

      public int getValueLengthLimit()
      Specified by:
      getValueLengthLimit in interface EbXMLSlot
      Returns:
      the length limit for slot values.