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
ConstructorsConstructorDescriptionEbXMLInternationalString30(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:EbXMLInternationalStringRetrieves a specific localized string.- Specified by:
getLocalizedStringin interfaceEbXMLInternationalString- Parameters:
idx- the index of the localized string.- Returns:
- the localized string contained in this international string.
-
getLocalizedStrings
- Specified by:
getLocalizedStringsin interfaceEbXMLInternationalString- Returns:
- all localized strings contained in this international string.
-
getSingleLocalizedString
Description copied from interface:EbXMLInternationalStringRetrieves the first localized string.- Specified by:
getSingleLocalizedStringin interfaceEbXMLInternationalString- Returns:
- the localized string contained in this international string.
-