cz.cuni.mff.procasor.core
Interface TypeSemantics

All Known Subinterfaces:
Semantics

public interface TypeSemantics

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

getSemanticsSubject

public java.lang.Object getSemanticsSubject()
Gets the value of the semanticsSubject property.

Returns:
possible object is Object

setSemanticsSubject

public void setSemanticsSubject(java.lang.Object value)
Sets the value of the semanticsSubject property.

Parameters:
value - allowed object is Object

getSemanticsSentenceType

public java.lang.String getSemanticsSentenceType()
Gets the value of the semanticsSentenceType property.

Returns:
possible object is String

setSemanticsSentenceType

public void setSemanticsSentenceType(java.lang.String value)
Sets the value of the semanticsSentenceType property.

Parameters:
value - allowed object is String

getSemanticsId

public java.lang.String getSemanticsId()
Gets the value of the semanticsId property.

Returns:
possible object is String

setSemanticsId

public void setSemanticsId(java.lang.String value)
Sets the value of the semanticsId property.

Parameters:
value - allowed object is String

getSemanticsWords

public TypeSemantics.SemanticsWordsType getSemanticsWords()
Gets the value of the semanticsWords property.

Returns:
possible object is TypeSemantics.SemanticsWordsType

setSemanticsWords

public void setSemanticsWords(TypeSemantics.SemanticsWordsType value)
Sets the value of the semanticsWords property.

Parameters:
value - allowed object is TypeSemantics.SemanticsWordsType

getSemanticsEventToken

public java.lang.String getSemanticsEventToken()
Gets the value of the semanticsEventToken property.

Returns:
possible object is String

setSemanticsEventToken

public void setSemanticsEventToken(java.lang.String value)
Sets the value of the semanticsEventToken property.

Parameters:
value - allowed object is String

getSemanticsIndirectObject

public java.lang.Object getSemanticsIndirectObject()
Gets the value of the semanticsIndirectObject property.

Returns:
possible object is Object

setSemanticsIndirectObject

public void setSemanticsIndirectObject(java.lang.Object value)
Sets the value of the semanticsIndirectObject property.

Parameters:
value - allowed object is Object

getSemanticsGotoTarget

public java.lang.Object getSemanticsGotoTarget()
Gets the value of the semanticsGotoTarget property.

Returns:
possible object is Object

setSemanticsGotoTarget

public void setSemanticsGotoTarget(java.lang.Object value)
Sets the value of the semanticsGotoTarget property.

Parameters:
value - allowed object is Object