|
||||||||||
| 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.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.InputOutputType
public class InputOutputType
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 |
|---|
protected ObjectReferenceType objectReference
protected String localID
| Constructor Detail |
|---|
public InputOutputType()
| Method Detail |
|---|
public ObjectReferenceType getObjectReference()
ObjectReferenceTypepublic void setObjectReference(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic String getLocalID()
Stringpublic void setLocalID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||