org.cogroo.tools.errorreport.model
Class ErrorReport

java.lang.Object
  extended by org.cogroo.tools.errorreport.model.ErrorReport

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>
 


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

ErrorReport

public ErrorReport()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getBadInterventions

public ErrorReport.BadInterventions getBadInterventions()
Gets the value of the badInterventions property.

Returns:
possible object is ErrorReport.BadInterventions

setBadInterventions

public void setBadInterventions(ErrorReport.BadInterventions value)
Sets the value of the badInterventions property.

Parameters:
value - allowed object is ErrorReport.BadInterventions

getOmissions

public ErrorReport.Omissions getOmissions()
Gets the value of the omissions property.

Returns:
possible object is ErrorReport.Omissions

setOmissions

public void setOmissions(ErrorReport.Omissions value)
Sets the value of the omissions property.

Parameters:
value - allowed object is ErrorReport.Omissions


Copyright © 2012-2013 CoGrOO. All Rights Reserved.