Interface EbXMLSlot

All Known Implementing Classes:
EbXMLSlot30

public interface EbXMLSlot
Encapsulation of the ebXML classes for SlotType1.

This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.

Author:
Jens Riemschneider
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the slot.
    • getValueList

      List<String> getValueList()
      Returns:
      the list of values of the slot.
    • getValueLengthLimit

      int getValueLengthLimit()
      Returns:
      the length limit for slot values.