|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ProcessStepBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ProcessStepType
public class ProcessStepType
ProcessStepType describes the structure of a process step. A nested process step is automatically sub-ordinate, and followed as the next step. If the following step is conditional, it should be referenced in a transition.
Java class for ProcessStepType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessStepType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ProcessStepBaseType">
<sequence>
<element name="Input" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}InputOutputType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Output" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}InputOutputType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Computation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ComputationType" minOccurs="0"/>
<element name="Transition" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}TransitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProcessStep" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ProcessStepType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ComputationType |
computation
|
protected List<InputOutputType> |
input
|
protected List<InputOutputType> |
output
|
protected List<ProcessStepType> |
processStep
|
protected List<TransitionType> |
transition
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
description, name |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
ProcessStepType()
|
|
| Method Summary | |
|---|---|
ComputationType |
getComputation()
Gets the value of the computation property. |
List<InputOutputType> |
getInput()
Gets the value of the input property. |
List<InputOutputType> |
getOutput()
Gets the value of the output property. |
List<ProcessStepType> |
getProcessStep()
Gets the value of the processStep property. |
List<TransitionType> |
getTransition()
Gets the value of the transition property. |
void |
setComputation(ComputationType value)
Sets the value of the computation property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
getDescription, getName |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<InputOutputType> input
protected List<InputOutputType> output
protected ComputationType computation
protected List<TransitionType> transition
protected List<ProcessStepType> processStep
| Constructor Detail |
|---|
public ProcessStepType()
| Method Detail |
|---|
public List<InputOutputType> getInput()
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 input property.
For example, to add a new item, do as follows:
getInput().add(newItem);
Objects of the following type(s) are allowed in the list
InputOutputType
public List<InputOutputType> getOutput()
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 output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
InputOutputType
public ComputationType getComputation()
ComputationTypepublic void setComputation(ComputationType value)
value - allowed object is
ComputationTypepublic List<TransitionType> getTransition()
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 transition property.
For example, to add a new item, do as follows:
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
TransitionType
public List<ProcessStepType> getProcessStep()
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 processStep property.
For example, to add a new item, do as follows:
getProcessStep().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessStepType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||