Class EventAndEventRefRDCT


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

    Java class for EventAndEventRef_RD_CT complex type.

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

     <complexType name="EventAndEventRef_RD_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Event" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolForEventPort_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

      • EventAndEventRefRDCT

        public EventAndEventRefRDCT()
    • Method Detail

      • getEvent

        public List<SymbolForEventPortCT> 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 SymbolForEventPortCT

      • 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