org.cogroo.tools.errorreport.model
Class BadIntervention

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

public class BadIntervention
extends Object

Java class for BadIntervention complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BadIntervention">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Classification">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="falseError"/>
               <enumeration value="inappropriateDescription"/>
               <enumeration value="inappropriateSuggestion"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Rule" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Span" type="{}Span"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class BadIntervention.BadInterventionClassification
          Java class for null.
 
Constructor Summary
BadIntervention()
           
 
Method Summary
 BadIntervention.BadInterventionClassification getClassification()
          Gets the value of the classification property.
 String getComment()
          Gets the value of the comment property.
 String getRule()
          Gets the value of the rule property.
 Span getSpan()
          Gets the value of the span property.
 void setClassification(BadIntervention.BadInterventionClassification value)
          Sets the value of the classification property.
 void setComment(String value)
          Sets the value of the comment property.
 void setRule(String value)
          Sets the value of the rule property.
 void setSpan(Span value)
          Sets the value of the span property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadIntervention

public BadIntervention()
Method Detail

getClassification

public BadIntervention.BadInterventionClassification getClassification()
Gets the value of the classification property.

Returns:
possible object is BadIntervention.BadInterventionClassification

setClassification

public void setClassification(BadIntervention.BadInterventionClassification value)
Sets the value of the classification property.

Parameters:
value - allowed object is BadIntervention.BadInterventionClassification

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getRule

public String getRule()
Gets the value of the rule property.

Returns:
possible object is String

setRule

public void setRule(String value)
Sets the value of the rule property.

Parameters:
value - allowed object is String

getSpan

public Span getSpan()
Gets the value of the span property.

Returns:
possible object is Span

setSpan

public void setSpan(Span value)
Sets the value of the span property.

Parameters:
value - allowed object is Span


Copyright © 2012-2013 CoGrOO. All Rights Reserved.