Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.InternationalStringType

Packages that use InternationalStringType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return InternationalStringType
 InternationalStringType RimFactory.createInternationalStringType()
          Returns a new object of class 'International String Type'.
 InternationalStringType RegistryObjectType.getDescription()
          Returns the value of the 'Description' containment reference.
 InternationalStringType DocumentRoot.getDescription()
          Returns the value of the 'Description' containment reference.
 InternationalStringType DocumentRoot.getInternationalString()
          Returns the value of the 'International String' containment reference.
 InternationalStringType RegistryObjectType.getName()
          Returns the value of the 'Name' containment reference.
 InternationalStringType DocumentRoot.getName()
          Returns the value of the 'Name' containment reference.
 InternationalStringType SpecificationLinkType.getUsageDescription()
          Returns the value of the 'Usage Description' containment reference.
 InternationalStringType DocumentRoot.getUsageDescription()
          Returns the value of the 'Usage Description' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type InternationalStringType
 void RegistryObjectType.setDescription(InternationalStringType value)
          Sets the value of the 'Description' containment reference.
 void DocumentRoot.setDescription(InternationalStringType value)
          Sets the value of the 'Description' containment reference.
 void DocumentRoot.setInternationalString(InternationalStringType value)
          Sets the value of the 'International String' containment reference.
 void RegistryObjectType.setName(InternationalStringType value)
          Sets the value of the 'Name' containment reference.
 void DocumentRoot.setName(InternationalStringType value)
          Sets the value of the 'Name' containment reference.
 void SpecificationLinkType.setUsageDescription(InternationalStringType value)
          Sets the value of the 'Usage Description' containment reference.
 void DocumentRoot.setUsageDescription(InternationalStringType value)
          Sets the value of the 'Usage Description' containment reference.
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return InternationalStringType
 InternationalStringType RimFactoryImpl.createInternationalStringType()
           
 InternationalStringType RegistryObjectTypeImpl.getDescription()
           
 InternationalStringType DocumentRootImpl.getDescription()
           
 InternationalStringType DocumentRootImpl.getInternationalString()
           
 InternationalStringType RegistryObjectTypeImpl.getName()
           
 InternationalStringType DocumentRootImpl.getName()
           
 InternationalStringType SpecificationLinkTypeImpl.getUsageDescription()
           
 InternationalStringType DocumentRootImpl.getUsageDescription()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type InternationalStringType
 org.eclipse.emf.common.notify.NotificationChain RegistryObjectTypeImpl.basicSetDescription(InternationalStringType newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDescription(InternationalStringType newDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetInternationalString(InternationalStringType newInternationalString, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RegistryObjectTypeImpl.basicSetName(InternationalStringType newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetName(InternationalStringType newName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SpecificationLinkTypeImpl.basicSetUsageDescription(InternationalStringType newUsageDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUsageDescription(InternationalStringType newUsageDescription, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryObjectTypeImpl.setDescription(InternationalStringType newDescription)
           
 void DocumentRootImpl.setDescription(InternationalStringType newDescription)
           
 void DocumentRootImpl.setInternationalString(InternationalStringType newInternationalString)
           
 void RegistryObjectTypeImpl.setName(InternationalStringType newName)
           
 void DocumentRootImpl.setName(InternationalStringType newName)
           
 void SpecificationLinkTypeImpl.setUsageDescription(InternationalStringType newUsageDescription)
           
 void DocumentRootImpl.setUsageDescription(InternationalStringType newUsageDescription)
           
 

Uses of InternationalStringType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type InternationalStringType
 java.lang.Object RimSwitch.caseInternationalStringType(InternationalStringType object)
          Returns the result of interpretting the object as an instance of 'International String Type'.
 boolean RimValidator.validateInternationalStringType(InternationalStringType internationalStringType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)