Class SymbolForEventPortCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ValueSimpleCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.SymbolCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.SymbolForEventPortCT
-
public class SymbolForEventPortCT extends SymbolCT
Input, Output representation for Control port of ExecCapas, links to required parameter portsJava class for SymbolForEventPort_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SymbolForEventPort_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Symbol_CT"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}LinkedParamPorts" minOccurs="0"/> <element name="LeadsToOutputEvent" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SymbolForEventPortCT.LeadsToOutputEvent
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<SymbolForEventPortCT.LeadsToOutputEvent>
leadsToOutputEvent
protected LinkedParamPortsCT
linkedParamPorts
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.SymbolCT
comment, connectionMethod, interfaceType, nameLoc
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ValueSimpleCT
datatype, defaultValue, id, max, min, reqOpt, value
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
decade, description, eClassIRDIRef, gid, increment, name, unit
-
-
Constructor Summary
Constructors Constructor Description SymbolForEventPortCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SymbolForEventPortCT.LeadsToOutputEvent>
getLeadsToOutputEvent()
Gets the value of the leadsToOutputEvent property.LinkedParamPortsCT
getLinkedParamPorts()
Gets the value of the linkedParamPorts property.void
setLinkedParamPorts(LinkedParamPortsCT value)
Sets the value of the linkedParamPorts property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.SymbolCT
getComment, getConnectionMethod, getInterfaceType, getNameLoc, setConnectionMethod, setInterfaceType
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ValueSimpleCT
getDatatype, getDefaultValue, getId, getMax, getMin, getReqOpt, getValue, setDatatype, setDefaultValue, setId, setMax, setMin, setReqOpt, setValue
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
getDecade, getDescription, getEClassIRDIRef, getGid, getIncrement, getName, getUnit, setDecade, setDescription, setEClassIRDIRef, setGid, setIncrement, setName, setUnit
-
-
-
-
Field Detail
-
linkedParamPorts
protected LinkedParamPortsCT linkedParamPorts
-
leadsToOutputEvent
protected List<SymbolForEventPortCT.LeadsToOutputEvent> leadsToOutputEvent
-
-
Method Detail
-
getLinkedParamPorts
public LinkedParamPortsCT getLinkedParamPorts()
Gets the value of the linkedParamPorts property.- Returns:
- possible object is
LinkedParamPortsCT
-
setLinkedParamPorts
public void setLinkedParamPorts(LinkedParamPortsCT value)
Sets the value of the linkedParamPorts property.- Parameters:
value
- allowed object isLinkedParamPortsCT
-
getLeadsToOutputEvent
public List<SymbolForEventPortCT.LeadsToOutputEvent> getLeadsToOutputEvent()
Gets the value of the leadsToOutputEvent property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the leadsToOutputEvent property.For example, to add a new item, do as follows:
getLeadsToOutputEvent().add(newItem);
Objects of the following type(s) are allowed in the list
SymbolForEventPortCT.LeadsToOutputEvent
-
-