Uses of Interface
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime.ValidatableObject

Packages that use ValidatableObject
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl   
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime   
 

Uses of ValidatableObject in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl
 

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that implement ValidatableObject
 class ActiveParticipantTypeImpl
           
 class AuditMessageImpl
           
 class AuditMessageTypeImpl
           
static class AuditMessageTypeImpl.ActiveParticipantTypeImpl
           
 class AuditSourceIdentificationTypeImpl
           
static class AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl
           
 class CodedValueTypeImpl
           
 class EventIdentificationTypeImpl
           
 class ParticipantObjectIdentificationTypeImpl
           
static class ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl
           
 class TypeValuePairTypeImpl
           
 

Uses of ValidatableObject in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime that return ValidatableObject
 ValidatableObject GrammarInfoImpl.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfoFacade.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfo.castToValidatableObject(java.lang.Object o)
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime with parameters of type ValidatableObject
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.Exception nestedException)
          Reports an error to the client.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.String formattedMessage)
          Reports an error to the application.
 void ValidationContext.reportEvent(ValidatableObject source, javax.xml.bind.ValidationEvent event)
           
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
 void ValidationContext.validate(ValidatableObject vo)
          Validates the sub-tree rooted at vo and reports any errors/warnings to the error handler.