cz.cuni.mff.procasor.core
Interface TypeUseCaseStep

All Superinterfaces:
TypeSentence
All Known Subinterfaces:
UseCaseStep

public interface TypeUseCaseStep
extends TypeSentence

Java content class for typeUseCaseStep 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 158)

 <complexType name="typeUseCaseStep">
   <complexContent>
     <extension base="{}typeSentence">
       <attribute name="UseCaseStep.id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="UseCaseStep.stepBranches" 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.lang.String getUseCaseStepId()
          Gets the value of the useCaseStepId property.
 java.util.List getUseCaseStepStepBranches()
          Gets the value of the UseCaseStepStepBranches property.
 void setUseCaseStepId(java.lang.String value)
          Sets the value of the useCaseStepId 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

getUseCaseStepStepBranches

public java.util.List getUseCaseStepStepBranches()
Gets the value of the UseCaseStepStepBranches 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 UseCaseStepStepBranches property.

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

    getUseCaseStepStepBranches().add(newItem);
 

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


getUseCaseStepId

public java.lang.String getUseCaseStepId()
Gets the value of the useCaseStepId property.

Returns:
possible object is String

setUseCaseStepId

public void setUseCaseStepId(java.lang.String value)
Sets the value of the useCaseStepId property.

Parameters:
value - allowed object is String