|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.Example
public class Example
A pair of sentences: an incorrect and a correct one
Java class for Example complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Example">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Incorrect" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Correct" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Example()
|
|
| Method Summary | |
|---|---|
String |
getCorrect()
Gets the value of the correct property. |
String |
getIncorrect()
Gets the value of the incorrect property. |
void |
setCorrect(String value)
Sets the value of the correct property. |
void |
setIncorrect(String value)
Sets the value of the incorrect property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Example()
| Method Detail |
|---|
public String getIncorrect()
Stringpublic void setIncorrect(String value)
value - allowed object is
Stringpublic String getCorrect()
Stringpublic void setCorrect(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||