Uses of Interface
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.CodedValueType

Packages that use CodedValueType
org.openhealthexchange.openpixpdq.ihe.audit.jaxb   
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl   
 

Uses of CodedValueType in org.openhealthexchange.openpixpdq.ihe.audit.jaxb
 

Subinterfaces of CodedValueType in org.openhealthexchange.openpixpdq.ihe.audit.jaxb
static interface AuditSourceIdentificationType.AuditSourceTypeCodeType
          Java content class for anonymous complex type.
static interface ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
          Java content class for anonymous complex type.
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb that return CodedValueType
 CodedValueType ObjectFactory.createCodedValueType()
          Create an instance of CodedValueType
 CodedValueType EventIdentificationType.getEventID()
          Gets the value of the eventID property.
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb with parameters of type CodedValueType
 void EventIdentificationType.setEventID(CodedValueType value)
          Sets the value of the eventID property.
 

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

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that implement CodedValueType
static class AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl
           
 class CodedValueTypeImpl
           
static class ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl
           
 

Fields in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl declared as CodedValueType
protected  CodedValueType EventIdentificationTypeImpl._EventID
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that return CodedValueType
 CodedValueType EventIdentificationTypeImpl.getEventID()
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl with parameters of type CodedValueType
 void EventIdentificationTypeImpl.setEventID(CodedValueType value)