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>
| Constructor and Description |
|---|
AuditSourceIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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 String getAuditEnterpriseSiteID()
Stringpublic void setAuditEnterpriseSiteID(String value)
value - allowed object is
Stringpublic String getAuditSourceID()
StringCopyright © 2010–2021 NHIN Direct. All rights reserved.