Class InputOutputParamSetARDCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InputOutputParamSetARDCT
-
public class InputOutputParamSetARDCT extends Object
Input and Output parameters setJava class for InputOutputParamSetARD_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputOutputParamSetARD_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Inputs" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/> <element name="Outputs" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableSetAndRefCT
inputs
protected VariableSetAndRefCT
outputs
-
Constructor Summary
Constructors Constructor Description InputOutputParamSetARDCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableSetAndRefCT
getInputs()
Gets the value of the inputs property.VariableSetAndRefCT
getOutputs()
Gets the value of the outputs property.void
setInputs(VariableSetAndRefCT value)
Sets the value of the inputs property.void
setOutputs(VariableSetAndRefCT value)
Sets the value of the outputs property.
-
-
-
Field Detail
-
inputs
protected VariableSetAndRefCT inputs
-
outputs
protected VariableSetAndRefCT outputs
-
-
Method Detail
-
getInputs
public VariableSetAndRefCT getInputs()
Gets the value of the inputs property.- Returns:
- possible object is
VariableSetAndRefCT
-
setInputs
public void setInputs(VariableSetAndRefCT value)
Sets the value of the inputs property.- Parameters:
value
- allowed object isVariableSetAndRefCT
-
getOutputs
public VariableSetAndRefCT getOutputs()
Gets the value of the outputs property.- Returns:
- possible object is
VariableSetAndRefCT
-
setOutputs
public void setOutputs(VariableSetAndRefCT value)
Sets the value of the outputs property.- Parameters:
value
- allowed object isVariableSetAndRefCT
-
-