Class EventAndEventRefARDCT


  • public class EventAndEventRefARDCT
    extends Object
    Event and EventRef set for Eventports

    Java class for EventAndEventRef_ARD_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EventAndEventRef_ARD_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Event" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableTypeForEventPort_CT" maxOccurs="unbounded" minOccurs="0"/>
             <element name="EventRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolRefTypeForEventPort_CT" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventAndEventRefARDCT

        public EventAndEventRefARDCT()
    • Method Detail

      • getEvent

        public List<VariableTypeForEventPortCT> getEvent()
        Gets the value of the event 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 event property.

        For example, to add a new item, do as follows:

            getEvent().add(newItem);
         

        Objects of the following type(s) are allowed in the list VariableTypeForEventPortCT

      • getEventRef

        public List<SymbolRefTypeForEventPortCT> getEventRef()
        Gets the value of the eventRef 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 eventRef property.

        For example, to add a new item, do as follows:

            getEventRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list SymbolRefTypeForEventPortCT