|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.errorreport.model.BadIntervention
public class BadIntervention
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 |
---|
public BadIntervention()
Method Detail |
---|
public BadIntervention.BadInterventionClassification getClassification()
BadIntervention.BadInterventionClassification
public void setClassification(BadIntervention.BadInterventionClassification value)
value
- allowed object is
BadIntervention.BadInterventionClassification
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getRule()
String
public void setRule(String value)
value
- allowed object is
String
public Span getSpan()
Span
public void setSpan(Span value)
value
- allowed object is
Span
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |