|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getWordLemma()
String
public void setWordLemma(java.lang.String value)
value
- allowed object is
String
public int getWordIndexInToken()
public void setWordIndexInToken(int value)
public java.lang.String getWordWord()
String
public void setWordWord(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWordIdentifiesAs()
String
public void setWordIdentifiesAs(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWordPOS()
String
public void setWordPOS(java.lang.String value)
value
- allowed object is
String
public int getWordIndexInSentence()
public void setWordIndexInSentence(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |