cz.cuni.mff.procasor.core
Interface TypeBranchStep

All Superinterfaces:
TypeSentence
All Known Subinterfaces:
BranchStep

public interface TypeBranchStep
extends TypeSentence

Java content class for typeBranchStep 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 167)

 <complexType name="typeBranchStep">
   <complexContent>
     <extension base="{}typeSentence">
       <sequence>
         <element name="BranchStep.typeOfBranch" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="BranchStep.handlesIncludedUseCaseFailure" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="BranchStep.children" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="BranchStep.id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="BranchStep.parent" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="BranchStep.useCaseStep" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes inherited from class cz.cuni.mff.procasor.core.TypeSentence
TypeSentence.SentenceGeneratedSemanticsType, TypeSentence.SentenceManualSemanticsType
 
Method Summary
 java.util.List getBranchStepChildren()
          Gets the value of the BranchStepChildren property.
 java.lang.String getBranchStepId()
          Gets the value of the branchStepId property.
 java.util.List getBranchStepParent()
          Gets the value of the BranchStepParent property.
 java.lang.String getBranchStepTypeOfBranch()
          Gets the value of the branchStepTypeOfBranch property.
 java.util.List getBranchStepUseCaseStep()
          Gets the value of the BranchStepUseCaseStep property.
 boolean isBranchStepHandlesIncludedUseCaseFailure()
          Gets the value of the branchStepHandlesIncludedUseCaseFailure property.
 void setBranchStepHandlesIncludedUseCaseFailure(boolean value)
          Sets the value of the branchStepHandlesIncludedUseCaseFailure property.
 void setBranchStepId(java.lang.String value)
          Sets the value of the branchStepId property.
 void setBranchStepTypeOfBranch(java.lang.String value)
          Sets the value of the branchStepTypeOfBranch property.
 
Methods inherited from interface cz.cuni.mff.procasor.core.TypeSentence
getSentenceActiveSemantics, getSentenceGeneratedSemantics, getSentenceLastAnalyzedText, getSentenceManualSemantics, getSentenceParseTreeXML, getSentenceStepMark, getSentenceSubUseCase, getSentenceText, isSentenceAnalyzed, isSentenceHasConflict, isSentenceIsStepMarkCorrect, isSentenceTokenByHand, setSentenceActiveSemantics, setSentenceAnalyzed, setSentenceGeneratedSemantics, setSentenceHasConflict, setSentenceIsStepMarkCorrect, setSentenceLastAnalyzedText, setSentenceManualSemantics, setSentenceParseTreeXML, setSentenceStepMark, setSentenceSubUseCase, setSentenceText, setSentenceTokenByHand
 

Method Detail

getBranchStepParent

public java.util.List getBranchStepParent()
Gets the value of the BranchStepParent property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the BranchStepParent property.

For example, to add a new item, do as follows:

    getBranchStepParent().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isBranchStepHandlesIncludedUseCaseFailure

public boolean isBranchStepHandlesIncludedUseCaseFailure()
Gets the value of the branchStepHandlesIncludedUseCaseFailure property.


setBranchStepHandlesIncludedUseCaseFailure

public void setBranchStepHandlesIncludedUseCaseFailure(boolean value)
Sets the value of the branchStepHandlesIncludedUseCaseFailure property.


getBranchStepTypeOfBranch

public java.lang.String getBranchStepTypeOfBranch()
Gets the value of the branchStepTypeOfBranch property.

Returns:
possible object is String

setBranchStepTypeOfBranch

public void setBranchStepTypeOfBranch(java.lang.String value)
Sets the value of the branchStepTypeOfBranch property.

Parameters:
value - allowed object is String

getBranchStepId

public java.lang.String getBranchStepId()
Gets the value of the branchStepId property.

Returns:
possible object is String

setBranchStepId

public void setBranchStepId(java.lang.String value)
Sets the value of the branchStepId property.

Parameters:
value - allowed object is String

getBranchStepUseCaseStep

public java.util.List getBranchStepUseCaseStep()
Gets the value of the BranchStepUseCaseStep property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the BranchStepUseCaseStep property.

For example, to add a new item, do as follows:

    getBranchStepUseCaseStep().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getBranchStepChildren

public java.util.List getBranchStepChildren()
Gets the value of the BranchStepChildren property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the BranchStepChildren property.

For example, to add a new item, do as follows:

    getBranchStepChildren().add(newItem);
 

Objects of the following type(s) are allowed in the list Object