Class Event


  • public class Event
    extends BaseEvent

    Java class for event complex type.

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

     <complexType name="event">
       <complexContent>
         <extension base="{}baseEvent">
           <sequence>
             <element name="title" type="{}i18nStringType" minOccurs="0"/>
           </sequence>
           <attribute name="type" use="required" type="{}eventType" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • setTitle

        public void setTitle​(I18NStringType value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is I18NStringType
      • getType

        public EventType getType()
        Gets the value of the type property.
        Returns:
        possible object is EventType
      • setType

        public void setType​(EventType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is EventType