Class SymbolForEventPortCT


  • public class SymbolForEventPortCT
    extends SymbolCT
    Input, Output representation for Control port of ExecCapas, links to required parameter ports

    Java 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>
     
    • Constructor Detail

      • SymbolForEventPortCT

        public SymbolForEventPortCT()
    • Method Detail

      • setLinkedParamPorts

        public void setLinkedParamPorts​(LinkedParamPortsCT value)
        Sets the value of the linkedParamPorts property.
        Parameters:
        value - allowed object is LinkedParamPortsCT
      • 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