|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for typeSemantics 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 182)
<complexType name="typeSemantics"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Semantics.sentenceType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Semantics.eventToken" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Semantics.Words"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Word" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Semantics.gotoTarget" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Semantics.id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Semantics.indirectObject" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Semantics.subject" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
static interface |
TypeSemantics.SemanticsWordsType
Java content class for anonymous complex type. |
Method Summary | |
java.lang.String |
getSemanticsEventToken()
Gets the value of the semanticsEventToken property. |
java.lang.Object |
getSemanticsGotoTarget()
Gets the value of the semanticsGotoTarget property. |
java.lang.String |
getSemanticsId()
Gets the value of the semanticsId property. |
java.lang.Object |
getSemanticsIndirectObject()
Gets the value of the semanticsIndirectObject property. |
java.lang.String |
getSemanticsSentenceType()
Gets the value of the semanticsSentenceType property. |
java.lang.Object |
getSemanticsSubject()
Gets the value of the semanticsSubject property. |
TypeSemantics.SemanticsWordsType |
getSemanticsWords()
Gets the value of the semanticsWords property. |
void |
setSemanticsEventToken(java.lang.String value)
Sets the value of the semanticsEventToken property. |
void |
setSemanticsGotoTarget(java.lang.Object value)
Sets the value of the semanticsGotoTarget property. |
void |
setSemanticsId(java.lang.String value)
Sets the value of the semanticsId property. |
void |
setSemanticsIndirectObject(java.lang.Object value)
Sets the value of the semanticsIndirectObject property. |
void |
setSemanticsSentenceType(java.lang.String value)
Sets the value of the semanticsSentenceType property. |
void |
setSemanticsSubject(java.lang.Object value)
Sets the value of the semanticsSubject property. |
void |
setSemanticsWords(TypeSemantics.SemanticsWordsType value)
Sets the value of the semanticsWords property. |
Method Detail |
public java.lang.Object getSemanticsSubject()
Object
public void setSemanticsSubject(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getSemanticsSentenceType()
String
public void setSemanticsSentenceType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSemanticsId()
String
public void setSemanticsId(java.lang.String value)
value
- allowed object is
String
public TypeSemantics.SemanticsWordsType getSemanticsWords()
TypeSemantics.SemanticsWordsType
public void setSemanticsWords(TypeSemantics.SemanticsWordsType value)
value
- allowed object is
TypeSemantics.SemanticsWordsType
public java.lang.String getSemanticsEventToken()
String
public void setSemanticsEventToken(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getSemanticsIndirectObject()
Object
public void setSemanticsIndirectObject(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Object getSemanticsGotoTarget()
Object
public void setSemanticsGotoTarget(java.lang.Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |