|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.xml.schema._7f0d86bd.healthcare_security_audit.AuditSourceIdentificationType
public class AuditSourceIdentificationType
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 |
|---|
protected List<CodedValueType> auditSourceTypeCode
protected String auditEnterpriseSiteID
protected String auditSourceID
| Constructor Detail |
|---|
public AuditSourceIdentificationType()
| Method Detail |
|---|
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()
Stringpublic void setAuditSourceID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||