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

Packages that use ValidateContentResponseType
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 ValidateContentResponseType in org.eclipse.ohf.ihe.common.ebxml._3._0.cms
 

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

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

Uses of ValidateContentResponseType 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 ValidateContentResponseType
 class ValidateContentResponseTypeImpl
          An implementation of the model object 'Validate Content Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl that return ValidateContentResponseType
 ValidateContentResponseType CMSFactoryImpl.createValidateContentResponseType()
           
 ValidateContentResponseType DocumentRootImpl.getValidateContentResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.cms.impl with parameters of type ValidateContentResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetValidateContentResponse(ValidateContentResponseType newValidateContentResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setValidateContentResponse(ValidateContentResponseType newValidateContentResponse)
           
 

Uses of ValidateContentResponseType 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 ValidateContentResponseType
 java.lang.Object CMSSwitch.caseValidateContentResponseType(ValidateContentResponseType object)
          Returns the result of interpretting the object as an instance of 'Validate Content Response Type'.