Class EbXMLInternationalString30
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLInternationalString30
- All Implemented Interfaces:
EbXMLInternationalString
Encapsulation of
InternationalStringType
.- Author:
- Jens Riemschneider
-
Constructor Summary
ConstructorDescriptionEbXMLInternationalString30
(LocalizedString localized) Constructs the string by wrapping the given ebXML 3.0 object.EbXMLInternationalString30
(InternationalStringType international) Constructs the string by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedString
(int idx) Retrieves a specific localized string.Retrieves the first localized string.
-
Constructor Details
-
EbXMLInternationalString30
Constructs the string by wrapping the given ebXML 3.0 object.- Parameters:
international
- the string to wrap. Can benull
.
-
EbXMLInternationalString30
Constructs the string by wrapping the given ebXML 3.0 object.- Parameters:
localized
- the string to wrap. Can benull
.
-
-
Method Details
-
getLocalizedString
Description copied from interface:EbXMLInternationalString
Retrieves a specific localized string.- Specified by:
getLocalizedString
in interfaceEbXMLInternationalString
- Parameters:
idx
- the index of the localized string.- Returns:
- the localized string contained in this international string.
-
getLocalizedStrings
- Specified by:
getLocalizedStrings
in interfaceEbXMLInternationalString
- Returns:
- all localized strings contained in this international string.
-
getSingleLocalizedString
Description copied from interface:EbXMLInternationalString
Retrieves the first localized string.- Specified by:
getSingleLocalizedString
in interfaceEbXMLInternationalString
- Returns:
- the localized string contained in this international string.
-