Package iofXml.v3
Class Schedule
java.lang.Object
iofXml.v3.Schedule
Defines the schedule of sub-events that comprise the entire orienteering event, e.g. banquets, social events and awards ceremonies.
Java class for Schedule complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Schedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Venue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position" type="{http://www.orienteering.org/datastandard/3.0}GeoPosition" minOccurs="0"/>
<element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringAny extra information about the sub-event.protected XMLGregorianCalendarThe end time of the sub-event.protected XMLGregorianCalendarprotected StringThe name or title of the sub-event.protected GeoPositionThe geographical position of the sub-event.protected XMLGregorianCalendarThe start time of the sub-event.protected StringThe name of the place where the sub-event occurs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAny extra information about the sub-event.The end time of the sub-event.Gets the value of the modifyTime property.getName()The name or title of the sub-event.The geographical position of the sub-event.The start time of the sub-event.getVenue()The name of the place where the sub-event occurs.voidsetDetails(String value) Sets the value of the details property.voidsetEndTime(XMLGregorianCalendar value) Sets the value of the endTime property.voidSets the value of the modifyTime property.voidSets the value of the name property.voidsetPosition(GeoPosition value) Sets the value of the position property.voidsetStartTime(XMLGregorianCalendar value) Sets the value of the startTime property.voidSets the value of the venue property.
-
Field Details
-
startTime
The start time of the sub-event. -
endTime
The end time of the sub-event. -
name
The name or title of the sub-event. -
venue
The name of the place where the sub-event occurs. -
position
The geographical position of the sub-event. -
details
Any extra information about the sub-event. -
modifyTime
-
-
Constructor Details
-
Schedule
public Schedule()
-
-
Method Details
-
getStartTime
The start time of the sub-event.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getEndTime
The end time of the sub-event.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndTime
Sets the value of the endTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getName
The name or title of the sub-event.- Returns:
- possible object is
String
-
setName
Sets the value of the name property. -
getVenue
The name of the place where the sub-event occurs.- Returns:
- possible object is
String
-
setVenue
Sets the value of the venue property.- Parameters:
value- allowed object isString- See Also:
-
getPosition
The geographical position of the sub-event.- Returns:
- possible object is
GeoPosition
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isGeoPosition- See Also:
-
getDetails
Any extra information about the sub-event.- Returns:
- possible object is
String
-
setDetails
Sets the value of the details property.- Parameters:
value- allowed object isString- See Also:
-
getModifyTime
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-