public class AuditSourceIdentificationType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
auditEnterpriseSiteID |
protected java.lang.String |
auditSourceID |
protected java.util.List<CodedValueType> |
auditSourceTypeCode |
| Constructor and Description |
|---|
AuditSourceIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
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<CodedValueType> |
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.
|
protected java.util.List<CodedValueType> auditSourceTypeCode
protected java.lang.String auditEnterpriseSiteID
protected java.lang.String auditSourceID
public java.util.List<CodedValueType> getAuditSourceTypeCode()
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
public java.lang.String getAuditEnterpriseSiteID()
Stringpublic void setAuditEnterpriseSiteID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuditSourceID()
Stringpublic void setAuditSourceID(java.lang.String value)
value - allowed object is
StringCopyright © 2010-2021 HNIN Direct. All Rights Reserved.