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