org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class AuditSourceIdentificationType

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.AuditSourceIdentificationType

public class AuditSourceIdentificationType
extends Object

Java class for AuditSourceIdentificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuditSourceIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AuditSourceTypeCode" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}CodedValueType" maxOccurs="unbounded" minOccurs="0"/>
       </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>
 


Field Summary
protected  String auditEnterpriseSiteID
           
protected  String auditSourceID
           
protected  List<CodedValueType> auditSourceTypeCode
           
 
Constructor Summary
AuditSourceIdentificationType()
           
 
Method Summary
 String getAuditEnterpriseSiteID()
          Gets the value of the auditEnterpriseSiteID property.
 String getAuditSourceID()
          Gets the value of the auditSourceID property.
 List<CodedValueType> getAuditSourceTypeCode()
          Gets the value of the auditSourceTypeCode property.
 void setAuditEnterpriseSiteID(String value)
          Sets the value of the auditEnterpriseSiteID property.
 void setAuditSourceID(String value)
          Sets the value of the auditSourceID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auditSourceTypeCode

protected List<CodedValueType> auditSourceTypeCode

auditEnterpriseSiteID

protected String auditEnterpriseSiteID

auditSourceID

protected String auditSourceID
Constructor Detail

AuditSourceIdentificationType

public AuditSourceIdentificationType()
Method Detail

getAuditSourceTypeCode

public List<CodedValueType> 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 CodedValueType


getAuditEnterpriseSiteID

public String getAuditEnterpriseSiteID()
Gets the value of the auditEnterpriseSiteID property.

Returns:
possible object is String

setAuditEnterpriseSiteID

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

Parameters:
value - allowed object is String

getAuditSourceID

public String getAuditSourceID()
Gets the value of the auditSourceID property.

Returns:
possible object is String

setAuditSourceID

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

Parameters:
value - allowed object is String


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.