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