|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.element.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="{}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 | |
|---|---|
static java.lang.String |
DB_Audit_Source_Identification_Type
|
static java.lang.String |
DB_Audit_Source_TypeCode
|
| Constructor Summary | |
|---|---|
AuditSourceIdentificationType()
|
|
AuditSourceIdentificationType(java.lang.String auditSourceID)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuditEnterpriseSiteID()
Gets the value of the auditEnterpriseSiteID property. |
java.lang.String |
getAuditSourceID()
Gets the value of the auditSourceID property. |
org.w3c.dom.Element |
getAuditSourceIdentificationNode()
|
static boolean |
isValidElement(org.w3c.dom.Element e)
|
void |
parse(org.w3c.dom.Element e)
|
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. |
void |
setAuditSourceTypeCode(CodedValueType valueType)
|
java.lang.String |
toHtml()
|
java.lang.String |
toXml()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DB_Audit_Source_Identification_Type
public static java.lang.String DB_Audit_Source_TypeCode
| Constructor Detail |
|---|
public AuditSourceIdentificationType()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public AuditSourceIdentificationType(java.lang.String auditSourceID)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError| Method Detail |
|---|
public void setAuditSourceTypeCode(CodedValueType valueType)
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
Stringpublic java.lang.String toXml()
public java.lang.String toHtml()
public org.w3c.dom.Element getAuditSourceIdentificationNode()
public static boolean isValidElement(org.w3c.dom.Element e)
public void parse(org.w3c.dom.Element e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||