|
||||||||||
| 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.InputOrOutputObjectType
public class InputOrOutputObjectType
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 |
|---|
protected ObjectReferenceType objectReference
protected InputOutputTypeCodeType type
| Constructor Detail |
|---|
public InputOrOutputObjectType()
| Method Detail |
|---|
public ObjectReferenceType getObjectReference()
ObjectReferenceTypepublic void setObjectReference(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic InputOutputTypeCodeType getType()
InputOutputTypeCodeTypepublic void setType(InputOutputTypeCodeType value)
value - allowed object is
InputOutputTypeCodeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||