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 Summary
Constructors Constructor Description Event()
-
Method Summary
Modifier and Type Method Description EventId
getEventId()
Gets the value of the eventId property. void
setEventId(EventId value)
Sets the value of the eventId property. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. EventClassificationId
getEventClassificationId()
Gets the value of the eventClassificationId property. void
setEventClassificationId(EventClassificationId value)
Sets the value of the eventClassificationId property. EventClassification
getEventClassification()
Gets the value of the eventClassification property. void
setEventClassification(EventClassification value)
Sets the value of the eventClassification property. StartDate
getStartDate()
Gets the value of the startDate property. void
setStartDate(StartDate value)
Sets the value of the startDate property. FinishDate
getFinishDate()
Gets the value of the finishDate property. void
setFinishDate(FinishDate value)
Sets the value of the finishDate property. List<EventOfficial>
getEventOfficial()
Gets the value of the eventOfficial property. Organiser
getOrganiser()
Gets the value of the organiser property. void
setOrganiser(Organiser value)
Sets the value of the organiser property. List<EventClass>
getEventClass()
Gets the value of the eventClass property. List<EventRace>
getEventRace()
Gets the value of the eventRace property. List<String>
getWebURL()
Gets the value of the webURL property. EntryData
getEntryData()
Gets the value of the entryData property. void
setEntryData(EntryData value)
Sets the value of the entryData property. List<Service>
getService()
Gets the value of the service property. List<Account>
getAccount()
Gets the value of the account property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getEventForm()
Gets the value of the eventForm property. void
setEventForm(String value)
Sets the value of the eventForm property. -
-
Method Detail
-
getEventId
EventId getEventId()
Gets the value of the eventId property.
- Returns:
possibleobject is EventId
-
setEventId
void setEventId(EventId value)
Sets the value of the eventId property.
- Parameters:
value
- allowed object is EventId
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getEventClassificationId
EventClassificationId getEventClassificationId()
Gets the value of the eventClassificationId property.
- Returns:
possibleobject is EventClassificationId
-
setEventClassificationId
void setEventClassificationId(EventClassificationId value)
Sets the value of the eventClassificationId property.
- Parameters:
value
- allowed object is EventClassificationId
-
getEventClassification
EventClassification getEventClassification()
Gets the value of the eventClassification property.
- Returns:
possibleobject is EventClassification
-
setEventClassification
void setEventClassification(EventClassification value)
Sets the value of the eventClassification property.
- Parameters:
value
- allowed object is EventClassification
-
getStartDate
StartDate getStartDate()
Gets the value of the startDate property.
- Returns:
possibleobject is StartDate
-
setStartDate
void setStartDate(StartDate value)
Sets the value of the startDate property.
- Parameters:
value
- allowed object is StartDate
-
getFinishDate
FinishDate getFinishDate()
Gets the value of the finishDate property.
- Returns:
possibleobject is FinishDate
-
setFinishDate
void setFinishDate(FinishDate value)
Sets the value of the finishDate property.
- Parameters:
value
- allowed object is FinishDate
-
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.
-
getOrganiser
Organiser getOrganiser()
Gets the value of the organiser property.
- Returns:
possibleobject is Organiser
-
setOrganiser
void setOrganiser(Organiser value)
Sets the value of the organiser property.
- Parameters:
value
- allowed object is Organiser
-
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.
-
getEntryData
EntryData getEntryData()
Gets the value of the entryData property.
- Returns:
possibleobject is EntryData
-
setEntryData
void setEntryData(EntryData value)
Sets the value of the entryData property.
- Parameters:
value
- allowed object is EntryData
-
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.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getEventForm
String getEventForm()
Gets the value of the eventForm property.
- Returns:
possibleobject is String
-
setEventForm
void setEventForm(String value)
Sets the value of the eventForm property.
- Parameters:
value
- allowed object is String
-
-
-
-