Class ObjectFactory
-
- All Implemented Interfaces:
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the iofXml.v3 package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: iofXml.
-
Method Summary
-
-
Method Detail
-
createTeamMemberRaceResult
TeamMemberRaceResult createTeamMemberRaceResult()
Create an instance of TeamMemberRaceResult
- Returns:
thenew instance of TeamMemberRaceResult
-
createIofV3
IofV3 createIofV3()
Create an instance of IofV3
- Returns:
thenew instance of IofV3
-
createCompetitorList
CompetitorList createCompetitorList()
Create an instance of CompetitorList
- Returns:
thenew instance of CompetitorList
-
createCompetitor
Competitor createCompetitor()
Create an instance of Competitor
- Returns:
thenew instance of Competitor
-
createExtensions
Extensions createExtensions()
Create an instance of Extensions
- Returns:
thenew instance of Extensions
-
createOrganisationList
OrganisationList createOrganisationList()
Create an instance of OrganisationList
- Returns:
thenew instance of OrganisationList
-
createOrganisation
Organisation createOrganisation()
Create an instance of Organisation
- Returns:
thenew instance of Organisation
-
createEventList
EventList createEventList()
Create an instance of EventList
- Returns:
thenew instance of EventList
-
createEvent
Event createEvent()
Create an instance of Event
- Returns:
thenew instance of Event
-
createClassList
ClassList createClassList()
Create an instance of ClassList
- Returns:
thenew instance of ClassList
-
createClass
Class createClass()
Create an instance of Class
- Returns:
thenew instance of Class
-
createEntryList
EntryList createEntryList()
Create an instance of EntryList
- Returns:
thenew instance of EntryList
-
createTeamEntry
TeamEntry createTeamEntry()
Create an instance of TeamEntry
- Returns:
thenew instance of TeamEntry
-
createPersonEntry
PersonEntry createPersonEntry()
Create an instance of PersonEntry
- Returns:
thenew instance of PersonEntry
-
createCourseData
CourseData createCourseData()
Create an instance of CourseData
- Returns:
thenew instance of CourseData
-
createRaceCourseData
RaceCourseData createRaceCourseData()
Create an instance of RaceCourseData
- Returns:
thenew instance of RaceCourseData
-
createStartList
StartList createStartList()
Create an instance of StartList
- Returns:
thenew instance of StartList
-
createClassStart
ClassStart createClassStart()
Create an instance of ClassStart
- Returns:
thenew instance of ClassStart
-
createResultList
ResultList createResultList()
Create an instance of ResultList
- Returns:
thenew instance of ResultList
-
createClassResult
ClassResult createClassResult()
Create an instance of ClassResult
- Returns:
thenew instance of ClassResult
-
createServiceRequestList
ServiceRequestList createServiceRequestList()
Create an instance of ServiceRequestList
- Returns:
thenew instance of ServiceRequestList
-
createOrganisationServiceRequest
OrganisationServiceRequest createOrganisationServiceRequest()
Create an instance of OrganisationServiceRequest
- Returns:
thenew instance of OrganisationServiceRequest
-
createPersonServiceRequest
PersonServiceRequest createPersonServiceRequest()
Create an instance of PersonServiceRequest
- Returns:
thenew instance of PersonServiceRequest
-
createControlCardList
ControlCardList createControlCardList()
Create an instance of ControlCardList
- Returns:
thenew instance of ControlCardList
-
createControlCard
ControlCard createControlCard()
Create an instance of ControlCard
- Returns:
thenew instance of ControlCard
-
createPerson
Person createPerson()
Create an instance of Person
- Returns:
thenew instance of Person
-
createPersonName
PersonName createPersonName()
Create an instance of PersonName
- Returns:
thenew instance of PersonName
-
createScore
Score createScore()
Create an instance of Score
- Returns:
thenew instance of Score
-
createRole
Role createRole()
Create an instance of Role
- Returns:
thenew instance of Role
-
createEntryReceiver
EntryReceiver createEntryReceiver()
Create an instance of EntryReceiver
- Returns:
thenew instance of EntryReceiver
-
createRace
Race createRace()
Create an instance of Race
- Returns:
thenew instance of Race
-
createEventURL
EventURL createEventURL()
Create an instance of EventURL
- Returns:
thenew instance of EventURL
-
createSchedule
Schedule createSchedule()
Create an instance of Schedule
- Returns:
thenew instance of Schedule
-
createInformationItem
InformationItem createInformationItem()
Create an instance of InformationItem
- Returns:
thenew instance of InformationItem
-
createClassType
ClassType createClassType()
Create an instance of ClassType
- Returns:
thenew instance of ClassType
-
createRaceClass
RaceClass createRaceClass()
Create an instance of RaceClass
- Returns:
thenew instance of RaceClass
-
createAssignedFee
AssignedFee createAssignedFee()
Create an instance of AssignedFee
- Returns:
thenew instance of AssignedFee
-
createAmount
Amount createAmount()
Create an instance of Amount
- Returns:
thenew instance of Amount
-
createTeamEntryPerson
TeamEntryPerson createTeamEntryPerson()
Create an instance of TeamEntryPerson
- Returns:
thenew instance of TeamEntryPerson
-
createStartTimeAllocationRequest
StartTimeAllocationRequest createStartTimeAllocationRequest()
Create an instance of StartTimeAllocationRequest
- Returns:
thenew instance of StartTimeAllocationRequest
-
createStartName
StartName createStartName()
Create an instance of StartName
- Returns:
thenew instance of StartName
-
createPersonStart
PersonStart createPersonStart()
Create an instance of PersonStart
- Returns:
thenew instance of PersonStart
-
createPersonRaceStart
PersonRaceStart createPersonRaceStart()
Create an instance of PersonRaceStart
- Returns:
thenew instance of PersonRaceStart
-
createTeamStart
TeamStart createTeamStart()
Create an instance of TeamStart
- Returns:
thenew instance of TeamStart
-
createTeamMemberStart
TeamMemberStart createTeamMemberStart()
Create an instance of TeamMemberStart
- Returns:
thenew instance of TeamMemberStart
-
createTeamMemberRaceStart
TeamMemberRaceStart createTeamMemberRaceStart()
Create an instance of TeamMemberRaceStart
- Returns:
thenew instance of TeamMemberRaceStart
-
createPersonResult
PersonResult createPersonResult()
Create an instance of PersonResult
- Returns:
thenew instance of PersonResult
-
createPersonRaceResult
PersonRaceResult createPersonRaceResult()
Create an instance of PersonRaceResult
- Returns:
thenew instance of PersonRaceResult
-
createTeamResult
TeamResult createTeamResult()
Create an instance of TeamResult
- Returns:
thenew instance of TeamResult
-
createTeamMemberResult
TeamMemberResult createTeamMemberResult()
Create an instance of TeamMemberResult
- Returns:
thenew instance of TeamMemberResult
-
createOverallResult
OverallResult createOverallResult()
Create an instance of OverallResult
- Returns:
thenew instance of OverallResult
-
createControlAnswer
ControlAnswer createControlAnswer()
Create an instance of ControlAnswer
- Returns:
thenew instance of ControlAnswer
-
createSplitTime
SplitTime createSplitTime()
Create an instance of SplitTime
- Returns:
thenew instance of SplitTime
-
createRoute
Route createRoute()
Create an instance of Route
- Returns:
thenew instance of Route
-
createControl
Control createControl()
Create an instance of Control
- Returns:
thenew instance of Control
-
createGeoPosition
GeoPosition createGeoPosition()
Create an instance of GeoPosition
- Returns:
thenew instance of GeoPosition
-
createImage
Image createImage()
Create an instance of Image
- Returns:
thenew instance of Image
-
createMapPosition
MapPosition createMapPosition()
Create an instance of MapPosition
- Returns:
thenew instance of MapPosition
-
createClassCourseAssignment
ClassCourseAssignment createClassCourseAssignment()
Create an instance of ClassCourseAssignment
- Returns:
thenew instance of ClassCourseAssignment
-
createPersonCourseAssignment
PersonCourseAssignment createPersonCourseAssignment()
Create an instance of PersonCourseAssignment
- Returns:
thenew instance of PersonCourseAssignment
-
createTeamCourseAssignment
TeamCourseAssignment createTeamCourseAssignment()
Create an instance of TeamCourseAssignment
- Returns:
thenew instance of TeamCourseAssignment
-
createTeamMemberCourseAssignment
TeamMemberCourseAssignment createTeamMemberCourseAssignment()
Create an instance of TeamMemberCourseAssignment
- Returns:
thenew instance of TeamMemberCourseAssignment
-
createCourse
Course createCourse()
Create an instance of Course
- Returns:
thenew instance of Course
-
createSimpleCourse
SimpleCourse createSimpleCourse()
Create an instance of SimpleCourse
- Returns:
thenew instance of SimpleCourse
-
createSimpleRaceCourse
SimpleRaceCourse createSimpleRaceCourse()
Create an instance of SimpleRaceCourse
- Returns:
thenew instance of SimpleRaceCourse
-
createCourseControl
CourseControl createCourseControl()
Create an instance of CourseControl
- Returns:
thenew instance of CourseControl
-
createService
Service createService()
Create an instance of Service
- Returns:
thenew instance of Service
-
createServiceRequest
ServiceRequest createServiceRequest()
Create an instance of ServiceRequest
- Returns:
thenew instance of ServiceRequest
-
createAccount
Account createAccount()
Create an instance of Account
- Returns:
thenew instance of Account
-
createAddress
Address createAddress()
Create an instance of Address
- Returns:
thenew instance of Address
-
createCountry
Country createCountry()
Create an instance of Country
- Returns:
thenew instance of Country
-
createContact
Contact createContact()
Create an instance of Contact
- Returns:
thenew instance of Contact
-
createDateAndOptionalTime
DateAndOptionalTime createDateAndOptionalTime()
Create an instance of DateAndOptionalTime
- Returns:
thenew instance of DateAndOptionalTime
-
createLanguageString
LanguageString createLanguageString()
Create an instance of LanguageString
- Returns:
thenew instance of LanguageString
-
createTeamMemberRaceResultTimeBehind
TeamMemberRaceResult.TimeBehind createTeamMemberRaceResultTimeBehind()
Create an instance of TeamMemberRaceResult.TimeBehind
- Returns:
thenew instance of TeamMemberRaceResult.TimeBehind
-
createTeamMemberRaceResultPosition
TeamMemberRaceResult.Position createTeamMemberRaceResultPosition()
Create an instance of TeamMemberRaceResult.Position
- Returns:
thenew instance of TeamMemberRaceResult.Position
-
-
-
-