Package iofXml.v3
Class StartTimeAllocationRequest
java.lang.Object
iofXml.v3.StartTimeAllocationRequest
Used to state start time allocation requests. It consists of a possible reference Organisation or Person and the allocation request, e.g. late start or grouped with the reference Organisation/Person. This way it is possible to state requests to the event organizer so that e.g. all members of an organisation has start times close to each other - or parents have start times far from each other. It is totally up to the event software and organizers whether they will support such requests.
Java class for StartTimeAllocationRequest complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="StartTimeAllocationRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organisation" type="{http://www.orienteering.org/datastandard/3.0}Organisation" minOccurs="0"/>
<element name="Person" type="{http://www.orienteering.org/datastandard/3.0}Person" minOccurs="0"/>
</sequence>
<attribute name="type" default="Normal">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Normal"/>
<enumeration value="EarlyStart"/>
<enumeration value="LateStart"/>
<enumeration value="SeparatedFrom"/>
<enumeration value="GroupedWith"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrganisationThe reference organisation for the start time allocation request.protected PersonThe reference person for the start time allocation request.protected StringThe type of start time allocation request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe reference organisation for the start time allocation request.The reference person for the start time allocation request.getType()The type of start time allocation request.voidsetOrganisation(Organisation value) Sets the value of the organisation property.voidSets the value of the person property.voidSets the value of the type property.
-
Field Details
-
organisation
The reference organisation for the start time allocation request. -
person
The reference person for the start time allocation request. -
type
The type of start time allocation request.
-
-
Constructor Details
-
StartTimeAllocationRequest
public StartTimeAllocationRequest()
-
-
Method Details
-
getOrganisation
The reference organisation for the start time allocation request.- Returns:
- possible object is
Organisation
-
setOrganisation
Sets the value of the organisation property.- Parameters:
value- allowed object isOrganisation- See Also:
-
getPerson
The reference person for the start time allocation request.- Returns:
- possible object is
Person
-
setPerson
Sets the value of the person property.- Parameters:
value- allowed object isPerson- See Also:
-
getType
The type of start time allocation request.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.
-