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>
| Modifier and Type | Class and Description |
|---|---|
static class |
BadIntervention.BadInterventionClassification
Java class for null.
|
| Constructor and Description |
|---|
BadIntervention() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public BadIntervention.BadInterventionClassification getClassification()
BadIntervention.BadInterventionClassificationpublic void setClassification(BadIntervention.BadInterventionClassification value)
value - allowed object is
BadIntervention.BadInterventionClassificationpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getRule()
Stringpublic void setRule(String value)
value - allowed object is
StringCopyright © 2012–2017 CoGrOO. All rights reserved.