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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.InputOrOutputObjectType

public class InputOrOutputObjectType
extends Object

InputOrOutputObjectType describes the structure of input or output condition for a process step query. It contains reference to an object, as will as an attribute indicates whether the object should be an input, output, or either of the two to the step.

Java class for InputOrOutputObjectType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InputOrOutputObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ObjectReference" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType"/>
       </sequence>
       <attribute name="type" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}InputOutputTypeCodeType" default="Any" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ObjectReferenceType objectReference
           
protected  InputOutputTypeCodeType type
           
 
Constructor Summary
InputOrOutputObjectType()
           
 
Method Summary
 ObjectReferenceType getObjectReference()
          Gets the value of the objectReference property.
 InputOutputTypeCodeType getType()
          Gets the value of the type property.
 void setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 void setType(InputOutputTypeCodeType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectReference

protected ObjectReferenceType objectReference

type

protected InputOutputTypeCodeType type
Constructor Detail

InputOrOutputObjectType

public InputOrOutputObjectType()
Method Detail

getObjectReference

public ObjectReferenceType getObjectReference()
Gets the value of the objectReference property.

Returns:
possible object is ObjectReferenceType

setObjectReference

public void setObjectReference(ObjectReferenceType value)
Sets the value of the objectReference property.

Parameters:
value - allowed object is ObjectReferenceType

getType

public InputOutputTypeCodeType getType()
Gets the value of the type property.

Returns:
possible object is InputOutputTypeCodeType

setType

public void setType(InputOutputTypeCodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is InputOutputTypeCodeType


Copyright © 2012. All Rights Reserved.