org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ProcessWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ProcessWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ProcessWhereType
public class ProcessWhereType
- extends ProcessWhereBaseType
ProcessWhereType defines the parameters of a process query. All supplied parameters must be matched in order for an object to satisfy the query.
Java class for ProcessWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ProcessWhereBaseType">
<sequence>
<element name="ProcessStepWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ProcessStepWhereType" 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 |
processStepWhere
protected List<ProcessStepWhereType> processStepWhere
ProcessWhereType
public ProcessWhereType()
getProcessStepWhere
public List<ProcessStepWhereType> getProcessStepWhere()
- Gets the value of the processStepWhere 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 processStepWhere property.
For example, to add a new item, do as follows:
getProcessStepWhere().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessStepWhereType
Copyright © 2012. All Rights Reserved.