public class ErrorReport 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 name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BadInterventions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BadIntervention" type="{}BadIntervention" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Omissions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Omission" type="{}Omission" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorReport.BadInterventions
Java class for anonymous complex type.
|
static class |
ErrorReport.Omissions
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ErrorReport() |
| Modifier and Type | Method and Description |
|---|---|
ErrorReport.BadInterventions |
getBadInterventions()
Gets the value of the badInterventions property.
|
ErrorReport.Omissions |
getOmissions()
Gets the value of the omissions property.
|
String |
getText()
Gets the value of the text property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBadInterventions(ErrorReport.BadInterventions value)
Sets the value of the badInterventions property.
|
void |
setOmissions(ErrorReport.Omissions value)
Sets the value of the omissions property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic ErrorReport.BadInterventions getBadInterventions()
ErrorReport.BadInterventionspublic void setBadInterventions(ErrorReport.BadInterventions value)
value - allowed object is
ErrorReport.BadInterventionspublic ErrorReport.Omissions getOmissions()
ErrorReport.Omissionspublic void setOmissions(ErrorReport.Omissions value)
value - allowed object is
ErrorReport.OmissionsCopyright © 2012–2017 CoGrOO. All rights reserved.