|
||||||||||
| 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.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ProcessStepWhereType
public class ProcessStepWhereType
ProcessStepWhereType defines a set of parameters for matching a category. All supplied parameters must be matched in order for an object to satisfy the query. In addition to the base item parameters, there are also parameters for matching based on the objects which serve as the input or output to the process step.
Java class for ProcessStepWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessStepWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}IdentifiableWhereType">
<sequence>
<element name="InputOrOutputObject" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}InputOrOutputObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProcessStepWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ProcessStepWhereType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<InputOrOutputObjectType> |
inputOrOutputObject
|
protected List<ProcessStepWhereType> |
processStepWhere
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType |
|---|
id, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType |
|---|
annotation |
| Constructor Summary | |
|---|---|
ProcessStepWhereType()
|
|
| Method Summary | |
|---|---|
List<InputOrOutputObjectType> |
getInputOrOutputObject()
Gets the value of the inputOrOutputObject property. |
List<ProcessStepWhereType> |
getProcessStepWhere()
Gets the value of the processStepWhere property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType |
|---|
getID, getURN, setID, setURN |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType |
|---|
getAnnotation, setAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<InputOrOutputObjectType> inputOrOutputObject
protected List<ProcessStepWhereType> processStepWhere
| Constructor Detail |
|---|
public ProcessStepWhereType()
| Method Detail |
|---|
public List<InputOrOutputObjectType> getInputOrOutputObject()
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 inputOrOutputObject property.
For example, to add a new item, do as follows:
getInputOrOutputObject().add(newItem);
Objects of the following type(s) are allowed in the list
InputOrOutputObjectType
public List<ProcessStepWhereType> getProcessStepWhere()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||