public class AuditSourceIdentification 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 ref="{}AuditSourceTypeCode" 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 String |
auditEnterpriseSiteID |
protected String |
auditSourceID |
protected List<AuditSourceTypeCode> |
auditSourceTypeCode |
| Constructor and Description |
|---|
AuditSourceIdentification() |
| 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<AuditSourceTypeCode> |
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.
|
protected List<AuditSourceTypeCode> auditSourceTypeCode
protected String auditEnterpriseSiteID
protected String auditSourceID
public AuditSourceIdentification()
public List<AuditSourceTypeCode> 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
AuditSourceTypeCode
public String getAuditEnterpriseSiteID()
Stringpublic void setAuditEnterpriseSiteID(String value)
value - allowed object is
Stringpublic String getAuditSourceID()
Stringpublic void setAuditSourceID(String value)
value - allowed object is
StringCopyright © 2017 dcm4che.org. All rights reserved.