|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Method Detail |
public java.util.List getBranchStepParent()
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
public boolean isBranchStepHandlesIncludedUseCaseFailure()
public void setBranchStepHandlesIncludedUseCaseFailure(boolean value)
public java.lang.String getBranchStepTypeOfBranch()
String
public void setBranchStepTypeOfBranch(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBranchStepId()
String
public void setBranchStepId(java.lang.String value)
value
- allowed object is
String
public java.util.List getBranchStepUseCaseStep()
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
public java.util.List getBranchStepChildren()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |