Uses of Interface
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType

Packages that use ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
org.openhealthexchange.openpixpdq.ihe.audit.jaxb   
org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl   
 

Uses of ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType in org.openhealthexchange.openpixpdq.ihe.audit.jaxb
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb that return ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
 ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType ObjectFactory.createParticipantObjectIdentificationTypeParticipantObjectIDTypeCodeType()
          Create an instance of ParticipantObjectIdentificationTypeParticipantObjectIDTypeCodeType
 ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType ParticipantObjectIdentificationType.getParticipantObjectIDTypeCode()
          Gets the value of the participantObjectIDTypeCode property.
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb with parameters of type ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
 void ParticipantObjectIdentificationType.setParticipantObjectIDTypeCode(ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType value)
          Sets the value of the participantObjectIDTypeCode property.
 

Uses of ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl
 

Classes in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that implement ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
static class ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl
           
 

Fields in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl declared as ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
protected  ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType ParticipantObjectIdentificationTypeImpl._ParticipantObjectIDTypeCode
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl that return ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
 ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType ParticipantObjectIdentificationTypeImpl.getParticipantObjectIDTypeCode()
           
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl with parameters of type ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType
 void ParticipantObjectIdentificationTypeImpl.setParticipantObjectIDTypeCode(ParticipantObjectIdentificationType.ParticipantObjectIDTypeCodeType value)