public class DiagnosticReference extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.oclc.org/dsdl/svrl}text"/>
</sequence>
<attribute name="diagnostic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diagnostic |
protected String |
text |
| Constructor and Description |
|---|
DiagnosticReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnostic()
Gets the value of the diagnostic property.
|
String |
getText()
Gets the value of the text property.
|
void |
setDiagnostic(String value)
Sets the value of the diagnostic property.
|
void |
setText(String value)
Sets the value of the text property.
|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getDiagnostic()
StringCopyright © 2023 NorStella. All rights reserved.