cz.cuni.mff.procasor.core
Interface TypeWord

All Known Subinterfaces:
Word

public interface TypeWord

Java content class for typeWord complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/afs/ms.mff.cuni.cz/u/f/franj1am/BIG/procasor/ant/my/schema.xsd line 128)

 <complexType name="typeWord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Word.identifiesAs" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Word.indexInToken" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Word.word" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Word.lemma" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Word.POS" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Word.indexInSentence" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getWordIdentifiesAs()
          Gets the value of the wordIdentifiesAs property.
 int getWordIndexInSentence()
          Gets the value of the wordIndexInSentence property.
 int getWordIndexInToken()
          Gets the value of the wordIndexInToken property.
 java.lang.String getWordLemma()
          Gets the value of the wordLemma property.
 java.lang.String getWordPOS()
          Gets the value of the wordPOS property.
 java.lang.String getWordWord()
          Gets the value of the wordWord property.
 void setWordIdentifiesAs(java.lang.String value)
          Sets the value of the wordIdentifiesAs property.
 void setWordIndexInSentence(int value)
          Sets the value of the wordIndexInSentence property.
 void setWordIndexInToken(int value)
          Sets the value of the wordIndexInToken property.
 void setWordLemma(java.lang.String value)
          Sets the value of the wordLemma property.
 void setWordPOS(java.lang.String value)
          Sets the value of the wordPOS property.
 void setWordWord(java.lang.String value)
          Sets the value of the wordWord property.
 

Method Detail

getWordLemma

public java.lang.String getWordLemma()
Gets the value of the wordLemma property.

Returns:
possible object is String

setWordLemma

public void setWordLemma(java.lang.String value)
Sets the value of the wordLemma property.

Parameters:
value - allowed object is String

getWordIndexInToken

public int getWordIndexInToken()
Gets the value of the wordIndexInToken property.


setWordIndexInToken

public void setWordIndexInToken(int value)
Sets the value of the wordIndexInToken property.


getWordWord

public java.lang.String getWordWord()
Gets the value of the wordWord property.

Returns:
possible object is String

setWordWord

public void setWordWord(java.lang.String value)
Sets the value of the wordWord property.

Parameters:
value - allowed object is String

getWordIdentifiesAs

public java.lang.String getWordIdentifiesAs()
Gets the value of the wordIdentifiesAs property.

Returns:
possible object is String

setWordIdentifiesAs

public void setWordIdentifiesAs(java.lang.String value)
Sets the value of the wordIdentifiesAs property.

Parameters:
value - allowed object is String

getWordPOS

public java.lang.String getWordPOS()
Gets the value of the wordPOS property.

Returns:
possible object is String

setWordPOS

public void setWordPOS(java.lang.String value)
Sets the value of the wordPOS property.

Parameters:
value - allowed object is String

getWordIndexInSentence

public int getWordIndexInSentence()
Gets the value of the wordIndexInSentence property.


setWordIndexInSentence

public void setWordIndexInSentence(int value)
Sets the value of the wordIndexInSentence property.