Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.LocalizedString
Packages that use LocalizedString
Package
Description
-
Uses of LocalizedString in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return LocalizedStringModifier and TypeMethodDescriptionEbXMLRegistryObject.getDescription()
EbXMLInternationalString.getLocalizedString
(int idx) Retrieves a specific localized string.EbXMLClassification.getName()
EbXMLRegistryObject.getName()
EbXMLInternationalString.getSingleLocalizedString()
Retrieves the first localized string.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type LocalizedStringMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type LocalizedStringModifier and TypeMethodDescriptionvoid
EbXMLRegistryObject.setDescription
(LocalizedString description) void
EbXMLClassification.setName
(LocalizedString name) void
EbXMLRegistryObject.setName
(LocalizedString name) -
Uses of LocalizedString in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return LocalizedStringModifier and TypeMethodDescriptionEbXMLRegistryObject30.getDescription()
EbXMLInternationalString30.getLocalizedString
(int idx) EbXMLClassification30.getName()
EbXMLRegistryObject30.getName()
EbXMLInternationalString30.getSingleLocalizedString()
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type LocalizedStringMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type LocalizedStringModifier and TypeMethodDescriptionvoid
EbXMLRegistryObject30.setDescription
(LocalizedString description) void
EbXMLClassification30.setName
(LocalizedString name) void
EbXMLRegistryObject30.setName
(LocalizedString name) Constructors in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type LocalizedStringModifierConstructorDescriptionEbXMLInternationalString30
(LocalizedString localized) Constructs the string by wrapping the given ebXML 3.0 object. -
Uses of LocalizedString in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return LocalizedStringModifier and TypeMethodDescriptionXDSMetaClass.getComments()
Code.getDisplayName()
XDSMetaClass.getTitle()
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type LocalizedStringModifier and TypeMethodDescriptionvoid
XDSMetaClass.setComments
(LocalizedString comments) void
Code.setDisplayName
(LocalizedString displayName) void
XDSMetaClass.setTitle
(LocalizedString title) Constructors in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type LocalizedStringModifierConstructorDescriptionCode
(String code, LocalizedString displayName, String schemeName) Constructs a code. -
Uses of LocalizedString in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters that return LocalizedStringMethods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters with parameters of type LocalizedString