|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.errorreport.model.ErrorReport
public class ErrorReport
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>
Nested Class Summary | |
---|---|
static class |
ErrorReport.BadInterventions
Java class for anonymous complex type. |
static class |
ErrorReport.Omissions
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ErrorReport()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorReport()
Method Detail |
---|
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public ErrorReport.BadInterventions getBadInterventions()
ErrorReport.BadInterventions
public void setBadInterventions(ErrorReport.BadInterventions value)
value
- allowed object is
ErrorReport.BadInterventions
public ErrorReport.Omissions getOmissions()
ErrorReport.Omissions
public void setOmissions(ErrorReport.Omissions value)
value
- allowed object is
ErrorReport.Omissions
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |