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

All Known Implementing Classes:
AuditSourceIdentificationTypeImpl

public interface AuditSourceIdentificationType

Java content class for AuditSourceIdentificationType 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 93)

 <complexType name="AuditSourceIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AuditSourceTypeCode" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="AuditEnterpriseSiteID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AuditSourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface AuditSourceIdentificationType.AuditSourceTypeCodeType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getAuditEnterpriseSiteID()
          Gets the value of the auditEnterpriseSiteID property.
 java.lang.String getAuditSourceID()
          Gets the value of the auditSourceID property.
 java.util.List getAuditSourceTypeCode()
          Gets the value of the AuditSourceTypeCode property.
 void setAuditEnterpriseSiteID(java.lang.String value)
          Sets the value of the auditEnterpriseSiteID property.
 void setAuditSourceID(java.lang.String value)
          Sets the value of the auditSourceID property.
 

Method Detail

getAuditEnterpriseSiteID

java.lang.String getAuditEnterpriseSiteID()
Gets the value of the auditEnterpriseSiteID property.

Returns:
possible object is String

setAuditEnterpriseSiteID

void setAuditEnterpriseSiteID(java.lang.String value)
Sets the value of the auditEnterpriseSiteID property.

Parameters:
value - allowed object is String

getAuditSourceID

java.lang.String getAuditSourceID()
Gets the value of the auditSourceID property.

Returns:
possible object is String

setAuditSourceID

void setAuditSourceID(java.lang.String value)
Sets the value of the auditSourceID property.

Parameters:
value - allowed object is String

getAuditSourceTypeCode

java.util.List getAuditSourceTypeCode()
Gets the value of the AuditSourceTypeCode property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the AuditSourceTypeCode property.

For example, to add a new item, do as follows:

    getAuditSourceTypeCode().add(newItem);
 

Objects of the following type(s) are allowed in the list AuditSourceIdentificationType.AuditSourceTypeCodeType