org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ProcessStepWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ProcessStepWhereType

public class ProcessStepWhereType
extends IdentifiableWhereType

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

inputOrOutputObject

protected List<InputOrOutputObjectType> inputOrOutputObject

processStepWhere

protected List<ProcessStepWhereType> processStepWhere
Constructor Detail

ProcessStepWhereType

public ProcessStepWhereType()
Method Detail

getInputOrOutputObject

public List<InputOrOutputObjectType> getInputOrOutputObject()
Gets the value of the inputOrOutputObject 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 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


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.