Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.InternationalStringType
Package
Description
-
Uses of InternationalStringType in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
ModifierConstructorDescriptionEbXMLInternationalString30
(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
Modifier and TypeFieldDescriptionprotected InternationalStringType
RegistryObjectType.description
protected InternationalStringType
RegistryObjectType.name
protected InternationalStringType
SpecificationLinkType.usageDescription
Modifier 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.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createDescription
(InternationalStringType value) javax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createInternationalString
(InternationalStringType value) javax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createName
(InternationalStringType value) javax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createUsageDescription
(InternationalStringType value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createDescription
(InternationalStringType value) javax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createInternationalString
(InternationalStringType value) javax.xml.bind.JAXBElement<InternationalStringType>
ObjectFactory.createName
(InternationalStringType value) javax.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.