org.cogroo.tools.checker.rules.model
Class Example

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.Example
All Implemented Interfaces:
Serializable

public class Example
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Example

public Example()
Method Detail

getIncorrect

public String getIncorrect()
Gets the value of the incorrect property.

Returns:
possible object is String

setIncorrect

public void setIncorrect(String value)
Sets the value of the incorrect property.

Parameters:
value - allowed object is String

getCorrect

public String getCorrect()
Gets the value of the correct property.

Returns:
possible object is String

setCorrect

public void setCorrect(String value)
Sets the value of the correct property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 CoGrOO. All Rights Reserved.