Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.InternationalStringType
Packages that use InternationalStringType
Package
Description
-
Uses of InternationalStringType in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Constructors in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type InternationalStringTypeModifierConstructorDescriptionEbXMLInternationalString30
(InternationalStringType international) Constructs the string by wrapping the given ebXML 3.0 object. -
Uses of InternationalStringType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim
Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim declared as InternationalStringTypeModifier and TypeFieldDescriptionprotected InternationalStringType
RegistryObjectType.description
protected InternationalStringType
RegistryObjectType.name
protected InternationalStringType
SpecificationLinkType.usageDescription
Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim that return InternationalStringTypeModifier and TypeMethodDescriptionObjectFactory.createInternationalStringType()
Create an instance ofInternationalStringType
RegistryObjectType.getDescription()
Gets the value of the description property.RegistryObjectType.getName()
Gets the value of the name property.SpecificationLinkType.getUsageDescription()
Gets the value of the usageDescription property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim that return types with arguments of type InternationalStringTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createDescription
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createInternationalString
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createName
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createUsageDescription
(InternationalStringType value) Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim with parameters of type InternationalStringTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createDescription
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createInternationalString
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createName
(InternationalStringType value) jakarta.xml.bind.JAXBElement
<InternationalStringType> ObjectFactory.createUsageDescription
(InternationalStringType value) void
RegistryObjectType.setDescription
(InternationalStringType value) Sets the value of the description property.void
RegistryObjectType.setName
(InternationalStringType value) Sets the value of the name property.void
SpecificationLinkType.setUsageDescription
(InternationalStringType value) Sets the value of the usageDescription property.