org.openhealthexchange.openpixpdq.ihe.audit.jaxb
Interface AuditSourceIdentificationType.AuditSourceTypeCodeType

All Superinterfaces:
CodedValueType
All Known Implementing Classes:
AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl
Enclosing interface:
AuditSourceIdentificationType

public static interface AuditSourceIdentificationType.AuditSourceTypeCodeType
extends CodedValueType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/J:/workspace/connect_refactor_ihe/src/com/misyshealthcare/connect/ihe/audit/AuditMessage.xsd line 97)

 <complexType>
   <complexContent>
     <restriction base="{}CodedValueType">
       <attribute name="code" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="1"/>
             <enumeration value="2"/>
             <enumeration value="3"/>
             <enumeration value="4"/>
             <enumeration value="5"/>
             <enumeration value="6"/>
             <enumeration value="7"/>
             <enumeration value="8"/>
             <enumeration value="9"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 
Methods inherited from interface org.openhealthexchange.openpixpdq.ihe.audit.jaxb.CodedValueType
getCode, getCodeSystem, getCodeSystemName, getDisplayName, getOriginalText, setCode, setCodeSystem, setCodeSystemName, setDisplayName, setOriginalText