Package iofXml.v2

Class Event

java.lang.Object
iofXml.v2.Event

public class Event extends Object

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>
 
  • Field Details

  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getEventId

      public EventId getEventId()
      Gets the value of the eventId property.
      Returns:
      possible object is EventId
    • setEventId

      public void setEventId(EventId value)
      Sets the value of the eventId property.
      Parameters:
      value - allowed object is EventId
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getEventClassificationId

      public EventClassificationId getEventClassificationId()
      Gets the value of the eventClassificationId property.
      Returns:
      possible object is EventClassificationId
    • setEventClassificationId

      public void setEventClassificationId(EventClassificationId value)
      Sets the value of the eventClassificationId property.
      Parameters:
      value - allowed object is EventClassificationId
    • getEventClassification

      public EventClassification getEventClassification()
      Gets the value of the eventClassification property.
      Returns:
      possible object is EventClassification
    • setEventClassification

      public void setEventClassification(EventClassification value)
      Sets the value of the eventClassification property.
      Parameters:
      value - allowed object is EventClassification
    • getStartDate

      public StartDate getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is StartDate
    • setStartDate

      public void setStartDate(StartDate value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is StartDate
    • getFinishDate

      public FinishDate getFinishDate()
      Gets the value of the finishDate property.
      Returns:
      possible object is FinishDate
    • setFinishDate

      public void setFinishDate(FinishDate value)
      Sets the value of the finishDate property.
      Parameters:
      value - allowed object is FinishDate
    • getEventOfficial

      public 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:
      The value of the eventOfficial property.
    • getOrganiser

      public Organiser getOrganiser()
      Gets the value of the organiser property.
      Returns:
      possible object is Organiser
    • setOrganiser

      public void setOrganiser(Organiser value)
      Sets the value of the organiser property.
      Parameters:
      value - allowed object is Organiser
    • getEventClass

      public 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:
      The value of the eventClass property.
    • getEventRace

      public 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:
      The value of the eventRace property.
    • getWebURL

      public 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:
      The value of the webURL property.
    • getEntryData

      public EntryData getEntryData()
      Gets the value of the entryData property.
      Returns:
      possible object is EntryData
    • setEntryData

      public void setEntryData(EntryData value)
      Sets the value of the entryData property.
      Parameters:
      value - allowed object is EntryData
    • getService

      public 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:
      The value of the service property.
    • getAccount

      public 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:
      The value of the account property.
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getEventForm

      public String getEventForm()
      Gets the value of the eventForm property.
      Returns:
      possible object is String
    • setEventForm

      public void setEventForm(String value)
      Sets the value of the eventForm property.
      Parameters:
      value - allowed object is String