Uses of Class
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.DeletionScopeType

Packages that use DeletionScopeType
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
 

Uses of DeletionScopeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.rs declared as DeletionScopeType
static DeletionScopeType DeletionScopeType.DELETE_ALL_LITERAL
          The 'Delete All' literal object.
static DeletionScopeType DeletionScopeType.DELETE_REPOSITORY_ITEM_ONLY_LITERAL
          The 'Delete Repository Item Only' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return DeletionScopeType
static DeletionScopeType DeletionScopeType.get(int value)
          Returns the 'Deletion Scope Type' literal with the specified integer value.
static DeletionScopeType DeletionScopeType.get(java.lang.String literal)
          Returns the 'Deletion Scope Type' literal with the specified literal value.
static DeletionScopeType DeletionScopeType.getByName(java.lang.String name)
          Returns the 'Deletion Scope Type' literal with the specified name.
 DeletionScopeType RemoveObjectsRequestType.getDeletionScope()
          Returns the value of the 'Deletion Scope' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type DeletionScopeType
 void RemoveObjectsRequestType.setDeletionScope(DeletionScopeType value)
          Sets the value of the 'Deletion Scope' attribute.
 

Uses of DeletionScopeType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return DeletionScopeType
 DeletionScopeType RegistryFactoryImpl.createDeletionScopeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DeletionScopeType RegistryFactoryImpl.createDeletionScopeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DeletionScopeType RemoveObjectsRequestTypeImpl.getDeletionScope()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type DeletionScopeType
 void RemoveObjectsRequestTypeImpl.setDeletionScope(DeletionScopeType newDeletionScope)