|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for typeSentence 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 99)
<complexType name="typeSentence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sentence.text" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Sentence.lastAnalyzedText" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Sentence.stepMark" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Sentence.analyzed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Sentence.isStepMarkCorrect" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Sentence.parseTreeXML" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Sentence.hasConflict" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Sentence.tokenByHand" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Sentence.generatedSemantics"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Semantics" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Sentence.manualSemantics"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Semantics" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Sentence.activeSemantics" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Sentence.subUseCase" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
static interface |
TypeSentence.SentenceGeneratedSemanticsType
Java content class for anonymous complex type. |
static interface |
TypeSentence.SentenceManualSemanticsType
Java content class for anonymous complex type. |
Method Summary | |
java.lang.Object |
getSentenceActiveSemantics()
Gets the value of the sentenceActiveSemantics property. |
TypeSentence.SentenceGeneratedSemanticsType |
getSentenceGeneratedSemantics()
Gets the value of the sentenceGeneratedSemantics property. |
java.lang.String |
getSentenceLastAnalyzedText()
Gets the value of the sentenceLastAnalyzedText property. |
TypeSentence.SentenceManualSemanticsType |
getSentenceManualSemantics()
Gets the value of the sentenceManualSemantics property. |
java.lang.String |
getSentenceParseTreeXML()
Gets the value of the sentenceParseTreeXML property. |
java.lang.String |
getSentenceStepMark()
Gets the value of the sentenceStepMark property. |
java.lang.Object |
getSentenceSubUseCase()
Gets the value of the sentenceSubUseCase property. |
java.lang.String |
getSentenceText()
Gets the value of the sentenceText property. |
boolean |
isSentenceAnalyzed()
Gets the value of the sentenceAnalyzed property. |
boolean |
isSentenceHasConflict()
Gets the value of the sentenceHasConflict property. |
boolean |
isSentenceIsStepMarkCorrect()
Gets the value of the sentenceIsStepMarkCorrect property. |
boolean |
isSentenceTokenByHand()
Gets the value of the sentenceTokenByHand property. |
void |
setSentenceActiveSemantics(java.lang.Object value)
Sets the value of the sentenceActiveSemantics property. |
void |
setSentenceAnalyzed(boolean value)
Sets the value of the sentenceAnalyzed property. |
void |
setSentenceGeneratedSemantics(TypeSentence.SentenceGeneratedSemanticsType value)
Sets the value of the sentenceGeneratedSemantics property. |
void |
setSentenceHasConflict(boolean value)
Sets the value of the sentenceHasConflict property. |
void |
setSentenceIsStepMarkCorrect(boolean value)
Sets the value of the sentenceIsStepMarkCorrect property. |
void |
setSentenceLastAnalyzedText(java.lang.String value)
Sets the value of the sentenceLastAnalyzedText property. |
void |
setSentenceManualSemantics(TypeSentence.SentenceManualSemanticsType value)
Sets the value of the sentenceManualSemantics property. |
void |
setSentenceParseTreeXML(java.lang.String value)
Sets the value of the sentenceParseTreeXML property. |
void |
setSentenceStepMark(java.lang.String value)
Sets the value of the sentenceStepMark property. |
void |
setSentenceSubUseCase(java.lang.Object value)
Sets the value of the sentenceSubUseCase property. |
void |
setSentenceText(java.lang.String value)
Sets the value of the sentenceText property. |
void |
setSentenceTokenByHand(boolean value)
Sets the value of the sentenceTokenByHand property. |
Method Detail |
public boolean isSentenceHasConflict()
public void setSentenceHasConflict(boolean value)
public java.lang.String getSentenceStepMark()
String
public void setSentenceStepMark(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSentenceText()
String
public void setSentenceText(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getSentenceSubUseCase()
Object
public void setSentenceSubUseCase(java.lang.Object value)
value
- allowed object is
Object
public TypeSentence.SentenceManualSemanticsType getSentenceManualSemantics()
TypeSentence.SentenceManualSemanticsType
public void setSentenceManualSemantics(TypeSentence.SentenceManualSemanticsType value)
value
- allowed object is
TypeSentence.SentenceManualSemanticsType
public boolean isSentenceTokenByHand()
public void setSentenceTokenByHand(boolean value)
public java.lang.String getSentenceParseTreeXML()
String
public void setSentenceParseTreeXML(java.lang.String value)
value
- allowed object is
String
public boolean isSentenceIsStepMarkCorrect()
public void setSentenceIsStepMarkCorrect(boolean value)
public boolean isSentenceAnalyzed()
public void setSentenceAnalyzed(boolean value)
public java.lang.String getSentenceLastAnalyzedText()
String
public void setSentenceLastAnalyzedText(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getSentenceActiveSemantics()
Object
public void setSentenceActiveSemantics(java.lang.Object value)
value
- allowed object is
Object
public TypeSentence.SentenceGeneratedSemanticsType getSentenceGeneratedSemantics()
TypeSentence.SentenceGeneratedSemanticsType
public void setSentenceGeneratedSemantics(TypeSentence.SentenceGeneratedSemanticsType value)
value
- allowed object is
TypeSentence.SentenceGeneratedSemanticsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |