org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ProcessType
java.lang.Object
org.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.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ProcessType
public class ProcessType
- extends MaintainableType
ProcessType describes the structure of a process, which is a scheme which defines or documents the operations performed on data in order to validate data or to derive new information according to a given set of rules. Processes occur in order, and will continue in order unless a transition dictates another step should occur.
Java class for ProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MaintainableType">
<sequence>
<element name="ProcessStep" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ProcessStepType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processStep
protected List<ProcessStepType> processStep
ProcessType
public ProcessType()
getProcessStep
public List<ProcessStepType> getProcessStep()
- Gets the value of the processStep 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 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
Copyright © 2012. All Rights Reserved.