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