org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class InputOutputType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.InputOutputType

public class InputOutputType
extends AnnotableType

InputOutputType describes the structure of an input or output to a process step. It provides a reference to the object that is the input or output.

Java class for InputOutputType complex type.

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

 <complexType name="InputOutputType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
       <sequence>
         <element name="ObjectReference" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType"/>
       </sequence>
       <attribute name="localID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String localID
           
protected  ObjectReferenceType objectReference
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
InputOutputType()
           
 
Method Summary
 String getLocalID()
          Gets the value of the localID property.
 ObjectReferenceType getObjectReference()
          Gets the value of the objectReference property.
 void setLocalID(String value)
          Sets the value of the localID property.
 void setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectReference

protected ObjectReferenceType objectReference

localID

protected String localID
Constructor Detail

InputOutputType

public InputOutputType()
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

getLocalID

public String getLocalID()
Gets the value of the localID property.

Returns:
possible object is String

setLocalID

public void setLocalID(String value)
Sets the value of the localID property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.