Class EbXMLInternationalString30

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

public class EbXMLInternationalString30 extends Object implements EbXMLInternationalString
Encapsulation of InternationalStringType.
Author:
Jens Riemschneider
  • Constructor Details

    • EbXMLInternationalString30

      public EbXMLInternationalString30(InternationalStringType international)
      Constructs the string by wrapping the given ebXML 3.0 object.
      Parameters:
      international - the string to wrap. Can be null.
    • EbXMLInternationalString30

      public EbXMLInternationalString30(LocalizedString localized)
      Constructs the string by wrapping the given ebXML 3.0 object.
      Parameters:
      localized - the string to wrap. Can be null.
  • Method Details