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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EntryDataprotected List<EventClass>protected EventClassificationprotected EventClassificationIdprotected Stringprotected EventIdprotected List<EventOfficial>protected FinishDateprotected ModifyDateprotected Nameprotected Organiserprotected StartDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the account property.Gets the value of the entryData property.Gets the value of the eventClass property.Gets the value of the eventClassification property.Gets the value of the eventClassificationId property.Gets the value of the eventForm property.Gets the value of the eventId property.Gets the value of the eventOfficial property.Gets the value of the eventRace property.Gets the value of the finishDate property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the organiser property.Gets the value of the service property.Gets the value of the startDate property.Gets the value of the webURL property.voidsetEntryData(EntryData value) Sets the value of the entryData property.voidSets the value of the eventClassification property.voidSets the value of the eventClassificationId property.voidsetEventForm(String value) Sets the value of the eventForm property.voidsetEventId(EventId value) Sets the value of the eventId property.voidsetFinishDate(FinishDate value) Sets the value of the finishDate property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetOrganiser(Organiser value) Sets the value of the organiser property.voidsetStartDate(StartDate value) Sets the value of the startDate property.
-
Field Details
-
eventId
-
name
-
eventClassificationId
-
eventClassification
-
startDate
-
finishDate
-
eventOfficial
-
organiser
-
eventClass
-
eventRace
-
webURL
-
entryData
-
service
-
account
-
modifyDate
-
eventForm
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getEventId
Gets the value of the eventId property.- Returns:
- possible object is
EventId
-
setEventId
Sets the value of the eventId property.- Parameters:
value- allowed object isEventId
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getEventClassificationId
Gets the value of the eventClassificationId property.- Returns:
- possible object is
EventClassificationId
-
setEventClassificationId
Sets the value of the eventClassificationId property.- Parameters:
value- allowed object isEventClassificationId
-
getEventClassification
Gets the value of the eventClassification property.- Returns:
- possible object is
EventClassification
-
setEventClassification
Sets the value of the eventClassification property.- Parameters:
value- allowed object isEventClassification
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
StartDate
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isStartDate
-
getFinishDate
Gets the value of the finishDate property.- Returns:
- possible object is
FinishDate
-
setFinishDate
Sets the value of the finishDate property.- Parameters:
value- allowed object isFinishDate
-
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
setmethod 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
Gets the value of the organiser property.- Returns:
- possible object is
Organiser
-
setOrganiser
Sets the value of the organiser property.- Parameters:
value- allowed object isOrganiser
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
Gets the value of the entryData property.- Returns:
- possible object is
EntryData
-
setEntryData
Sets the value of the entryData property.- Parameters:
value- allowed object isEntryData
-
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
setmethod 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
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
setmethod 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
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getEventForm
Gets the value of the eventForm property.- Returns:
- possible object is
String
-
setEventForm
Sets the value of the eventForm property.- Parameters:
value- allowed object isString
-