Interface EbXMLInternationalString

All Known Implementing Classes:
EbXMLInternationalString30

public interface EbXMLInternationalString
Encapsulation of the ebXML classes for InternationalStringType.

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

Author:
Jens Riemschneider
  • Method Details

    • getLocalizedStrings

      List<LocalizedString> getLocalizedStrings()
      Returns:
      all localized strings contained in this international string.
    • getLocalizedString

      LocalizedString getLocalizedString(int idx)
      Retrieves a specific localized string.
      Parameters:
      idx - the index of the localized string.
      Returns:
      the localized string contained in this international string.
    • getSingleLocalizedString

      LocalizedString getSingleLocalizedString()
      Retrieves the first localized string.
      Returns:
      the localized string contained in this international string.