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 TypeMethodDescriptionvoidEbXMLRegistryObject.setDescription(LocalizedString description) voidEbXMLClassification.setName(LocalizedString name) voidEbXMLRegistryObject.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 TypeMethodDescriptionvoidEbXMLRegistryObject30.setDescription(LocalizedString description) voidEbXMLClassification30.setName(LocalizedString name) voidEbXMLRegistryObject30.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 TypeMethodDescriptionvoidXDSMetaClass.setComments(LocalizedString comments) voidCode.setDisplayName(LocalizedString displayName) voidXDSMetaClass.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