Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.ValidateContentRequestType

Packages that use ValidateContentRequestType
org.eclipse.ohf.ihe.common.ebxml._3._0.cms   
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util   
 

Uses of ValidateContentRequestType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms that return ValidateContentRequestType
 ValidateContentRequestType CMSFactory.createValidateContentRequestType()
          Returns a new object of class 'Validate Content Request Type'.
 ValidateContentRequestType DocumentRoot.getValidateContentRequest()
          Returns the value of the 'Validate Content Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms with parameters of type ValidateContentRequestType
 void DocumentRoot.setValidateContentRequest(ValidateContentRequestType value)
          Sets the value of the 'Validate Content Request' containment reference.
 

Uses of ValidateContentRequestType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that implement ValidateContentRequestType
 class ValidateContentRequestTypeImpl
          An implementation of the model object 'Validate Content Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that return ValidateContentRequestType
 ValidateContentRequestType CMSFactoryImpl.createValidateContentRequestType()
           
 ValidateContentRequestType DocumentRootImpl.getValidateContentRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl with parameters of type ValidateContentRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetValidateContentRequest(ValidateContentRequestType newValidateContentRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setValidateContentRequest(ValidateContentRequestType newValidateContentRequest)
           
 

Uses of ValidateContentRequestType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.util with parameters of type ValidateContentRequestType
 java.lang.Object CMSSwitch.caseValidateContentRequestType(ValidateContentRequestType object)
          Returns the result of interpretting the object as an instance of 'Validate Content Request Type'.