Package iofXml.v2

Class Event

  • All Implemented Interfaces:

    
    public class Event
    
                        

    Java class for anonymous complex type

    .

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

    
    <complexType>
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element ref="{}EventId"/>
            <element ref="{}Name"/>
            <choice>
              <element ref="{}EventClassificationId"/>
              <element ref="{}EventClassification"/>
            </choice>
            <element ref="{}StartDate"/>
            <element ref="{}FinishDate" minOccurs="0"/>
            <element ref="{}EventOfficial" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Organiser" minOccurs="0"/>
            <element ref="{}EventClass" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}EventRace" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}WebURL" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}EntryData" minOccurs="0"/>
            <element ref="{}Service" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Account" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
          <attribute name="eventForm" default="IndSingleDay">
            <simpleType>
              <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                <enumeration value="IndSingleDay"/>
                <enumeration value="IndMultiDay"/>
                <enumeration value="teamSingleDay"/>
                <enumeration value="teamMultiDay"/>
                <enumeration value="relay"/>
              </restriction>
            </simpleType>
          </attribute>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • Event

        Event()
    • Method Detail

      • setEventId

         void setEventId(EventId value)

        Sets the value of the eventId property.

        Parameters:
        value - allowed object is EventId
      • getName

         Name getName()

        Gets the value of the name property.

        Returns:

        possibleobject is Name

      • setName

         void setName(Name value)

        Sets the value of the name property.

        Parameters:
        value - allowed object is Name
      • getEventOfficial

         List<EventOfficial> getEventOfficial()

        Gets the value of the eventOfficial 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 eventOfficial property.

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

        getEventOfficial().add(newItem);
        

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

        Returns:

        Thevalue of the eventOfficial property.

      • getEventClass

         List<EventClass> getEventClass()

        Gets the value of the eventClass 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 eventClass property.

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

        getEventClass().add(newItem);
        

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

        Returns:

        Thevalue of the eventClass property.

      • getEventRace

         List<EventRace> getEventRace()

        Gets the value of the eventRace 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 eventRace property.

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

        getEventRace().add(newItem);
        

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

        Returns:

        Thevalue of the eventRace property.

      • getWebURL

         List<String> getWebURL()

        Gets the value of the webURL 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 webURL property.

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

        getWebURL().add(newItem);
        

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

        Returns:

        Thevalue of the webURL property.

      • getService

         List<Service> getService()

        Gets the value of the service 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 service property.

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

        getService().add(newItem);
        

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

        Returns:

        Thevalue of the service property.

      • getAccount

         List<Account> getAccount()

        Gets the value of the account 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 account property.

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

        getAccount().add(newItem);
        

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

        Returns:

        Thevalue of the account property.

      • setEventForm

         void setEventForm(String value)

        Sets the value of the eventForm property.

        Parameters:
        value - allowed object is String