public class SuccessfulReport 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}diagnostic-reference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.oclc.org/dsdl/svrl}text"/>
</sequence>
<attGroup ref="{http://purl.oclc.org/dsdl/svrl}attlist.assert-and-report"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DiagnosticReference> |
diagnosticReference |
protected String |
flag |
protected String |
id |
protected String |
location |
protected String |
role |
protected String |
test |
protected String |
text |
| Constructor and Description |
|---|
SuccessfulReport() |
| Modifier and Type | Method and Description |
|---|---|
List<DiagnosticReference> |
getDiagnosticReference()
Gets the value of the diagnosticReference property.
|
String |
getFlag()
Gets the value of the flag property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getTest()
Gets the value of the test property.
|
String |
getText()
Gets the value of the text property.
|
void |
setFlag(String value)
Sets the value of the flag property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setTest(String value)
Sets the value of the test property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected List<DiagnosticReference> diagnosticReference
protected String text
protected String id
protected String location
protected String test
protected String role
protected String flag
public List<DiagnosticReference> getDiagnosticReference()
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 diagnosticReference property.
For example, to add a new item, do as follows:
getDiagnosticReference().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticReference
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getTest()
Stringpublic void setTest(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getFlag()
StringCopyright © 2023 NorStella. All rights reserved.