public final class DiagnosticReference extends java.lang.Object implements XMLStreamable
# only references are reported, not the diagnostic
Diagnostic-reference =
element diagnostic-reference {
attribute diagnostic { xsd:NMTOKEN },
human-text
}
| Constructor and Description |
|---|
DiagnosticReference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiagnostic() |
HumanText |
getText() |
void |
setDiagnostic(java.lang.String diagnostic) |
void |
setText(HumanText text) |
void |
toXMLStream(javax.xml.stream.XMLStreamWriter xml) |
public java.lang.String getDiagnostic()
public HumanText getText()
public void setDiagnostic(java.lang.String diagnostic)
public void setText(HumanText text)
public void toXMLStream(javax.xml.stream.XMLStreamWriter xml)
throws javax.xml.stream.XMLStreamException
toXMLStream in interface XMLStreamablejavax.xml.stream.XMLStreamException