|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Method Detail |
public java.util.List getUseCaseStepStepBranches()
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
public java.lang.String getUseCaseStepId()
String
public void setUseCaseStepId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |