Package iofXml.v2

Class ObjectFactory

java.lang.Object
iofXml.v2.ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the iofXml.v2 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 Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: iofXml.v2
  • Method Details

    • createIofV2

      public IofV2 createIofV2()
      Create an instance of IofV2
      Returns:
      the new instance of IofV2
    • createPersonList

      public PersonList createPersonList()
      Create an instance of PersonList
      Returns:
      the new instance of PersonList
    • createIOFVersion

      public IOFVersion createIOFVersion()
      Create an instance of IOFVersion
      Returns:
      the new instance of IOFVersion
    • createPerson

      public Person createPerson()
      Create an instance of Person
      Returns:
      the new instance of Person
    • createPersonName

      public PersonName createPersonName()
      Create an instance of PersonName
      Returns:
      the new instance of PersonName
    • createGiven

      public Given createGiven()
      Create an instance of Given
      Returns:
      the new instance of Given
    • createPersonId

      public PersonId createPersonId()
      Create an instance of PersonId
      Returns:
      the new instance of PersonId
    • createBirthDate

      public BirthDate createBirthDate()
      Create an instance of BirthDate
      Returns:
      the new instance of BirthDate
    • createDate

      public Date createDate()
      Create an instance of Date
      Returns:
      the new instance of Date
    • createAddress

      public Address createAddress()
      Create an instance of Address
      Returns:
      the new instance of Address
    • createAddressType

      public AddressType createAddressType()
      Create an instance of AddressType
      Returns:
      the new instance of AddressType
    • createCountryId

      public CountryId createCountryId()
      Create an instance of CountryId
      Returns:
      the new instance of CountryId
    • createCountry

      public Country createCountry()
      Create an instance of Country
      Returns:
      the new instance of Country
    • createName

      public Name createName()
      Create an instance of Name
      Returns:
      the new instance of Name
    • createModifyDate

      public ModifyDate createModifyDate()
      Create an instance of ModifyDate
      Returns:
      the new instance of ModifyDate
    • createClock

      public Clock createClock()
      Create an instance of Clock
      Returns:
      the new instance of Clock
    • createTele

      public Tele createTele()
      Create an instance of Tele
      Returns:
      the new instance of Tele
    • createTeleType

      public TeleType createTeleType()
      Create an instance of TeleType
      Returns:
      the new instance of TeleType
    • createNationality

      public Nationality createNationality()
      Create an instance of Nationality
      Returns:
      the new instance of Nationality
    • createCompetitorList

      public CompetitorList createCompetitorList()
      Create an instance of CompetitorList
      Returns:
      the new instance of CompetitorList
    • createCompetitor

      public Competitor createCompetitor()
      Create an instance of Competitor
      Returns:
      the new instance of Competitor
    • createClubId

      public ClubId createClubId()
      Create an instance of ClubId
      Returns:
      the new instance of ClubId
    • createClub

      public Club createClub()
      Create an instance of Club
      Returns:
      the new instance of Club
    • createShortName

      public ShortName createShortName()
      Create an instance of ShortName
      Returns:
      the new instance of ShortName
    • createOrganisationId

      public OrganisationId createOrganisationId()
      Create an instance of OrganisationId
      Returns:
      the new instance of OrganisationId
    • createAccount

      public Account createAccount()
      Create an instance of Account
      Returns:
      the new instance of Account
    • createContact

      public Contact createContact()
      Create an instance of Contact
      Returns:
      the new instance of Contact
    • createContactType

      public ContactType createContactType()
      Create an instance of ContactType
      Returns:
      the new instance of ContactType
    • createPreSelectedClass

      public PreSelectedClass createPreSelectedClass()
      Create an instance of PreSelectedClass
      Returns:
      the new instance of PreSelectedClass
    • createClassId

      public ClassId createClassId()
      Create an instance of ClassId
      Returns:
      the new instance of ClassId
    • createClassShortName

      public ClassShortName createClassShortName()
      Create an instance of ClassShortName
      Returns:
      the new instance of ClassShortName
    • createClass

      public Class createClass()
      Create an instance of Class
      Returns:
      the new instance of Class
    • createClassTypeId

      public ClassTypeId createClassTypeId()
      Create an instance of ClassTypeId
      Returns:
      the new instance of ClassTypeId
    • createClassType

      public ClassType createClassType()
      Create an instance of ClassType
      Returns:
      the new instance of ClassType
    • createSubstituteClass

      public SubstituteClass createSubstituteClass()
      Create an instance of SubstituteClass
      Returns:
      the new instance of SubstituteClass
    • createNotQualifiedSubstituteClass

      public NotQualifiedSubstituteClass createNotQualifiedSubstituteClass()
      Create an instance of NotQualifiedSubstituteClass
      Returns:
      the new instance of NotQualifiedSubstituteClass
    • createEntryFeeId

      public EntryFeeId createEntryFeeId()
      Create an instance of EntryFeeId
      Returns:
      the new instance of EntryFeeId
    • createEntryFee

      public EntryFee createEntryFee()
      Create an instance of EntryFee
      Returns:
      the new instance of EntryFee
    • createAmount

      public Amount createAmount()
      Create an instance of Amount
      Returns:
      the new instance of Amount
    • createCCard

      public CCard createCCard()
      Create an instance of CCard
      Returns:
      the new instance of CCard
    • createPunchingUnitType

      public PunchingUnitType createPunchingUnitType()
      Create an instance of PunchingUnitType
      Returns:
      the new instance of PunchingUnitType
    • createRank

      public Rank createRank()
      Create an instance of Rank
      Returns:
      the new instance of Rank
    • createOrganisation

      public Organisation createOrganisation()
      Create an instance of Organisation
      Returns:
      the new instance of Organisation
    • createOrganisationTypeId

      public OrganisationTypeId createOrganisationTypeId()
      Create an instance of OrganisationTypeId
      Returns:
      the new instance of OrganisationTypeId
    • createOrganisationType

      public OrganisationType createOrganisationType()
      Create an instance of OrganisationType
      Returns:
      the new instance of OrganisationType
    • createSubOrganisationType

      public SubOrganisationType createSubOrganisationType()
      Create an instance of SubOrganisationType
      Returns:
      the new instance of SubOrganisationType
    • createSubOrganisation

      public SubOrganisation createSubOrganisation()
      Create an instance of SubOrganisation
      Returns:
      the new instance of SubOrganisation
    • createValidFromDate

      public ValidFromDate createValidFromDate()
      Create an instance of ValidFromDate
      Returns:
      the new instance of ValidFromDate
    • createValidToDate

      public ValidToDate createValidToDate()
      Create an instance of ValidToDate
      Returns:
      the new instance of ValidToDate
    • createRankList

      public RankList createRankList()
      Create an instance of RankList
      Returns:
      the new instance of RankList
    • createClubList

      public ClubList createClubList()
      Create an instance of ClubList
      Returns:
      the new instance of ClubList
    • createEventList

      public EventList createEventList()
      Create an instance of EventList
      Returns:
      the new instance of EventList
    • createEventClassification

      public EventClassification createEventClassification()
      Create an instance of EventClassification
      Returns:
      the new instance of EventClassification
    • createEventClassificationId

      public EventClassificationId createEventClassificationId()
      Create an instance of EventClassificationId
      Returns:
      the new instance of EventClassificationId
    • createEvent

      public Event createEvent()
      Create an instance of Event
      Returns:
      the new instance of Event
    • createEventId

      public EventId createEventId()
      Create an instance of EventId
      Returns:
      the new instance of EventId
    • createStartDate

      public StartDate createStartDate()
      Create an instance of StartDate
      Returns:
      the new instance of StartDate
    • createFinishDate

      public FinishDate createFinishDate()
      Create an instance of FinishDate
      Returns:
      the new instance of FinishDate
    • createEventOfficial

      public EventOfficial createEventOfficial()
      Create an instance of EventOfficial
      Returns:
      the new instance of EventOfficial
    • createOrganiser

      public Organiser createOrganiser()
      Create an instance of Organiser
      Returns:
      the new instance of Organiser
    • createEventClass

      public EventClass createEventClass()
      Create an instance of EventClass
      Returns:
      the new instance of EventClass
    • createClassRaceInfo

      public ClassRaceInfo createClassRaceInfo()
      Create an instance of ClassRaceInfo
      Returns:
      the new instance of ClassRaceInfo
    • createFirstStart

      public FirstStart createFirstStart()
      Create an instance of FirstStart
      Returns:
      the new instance of FirstStart
    • createStartInterval

      public StartInterval createStartInterval()
      Create an instance of StartInterval
      Returns:
      the new instance of StartInterval
    • createTime

      public Time createTime()
      Create an instance of Time
      Returns:
      the new instance of Time
    • createEstimatedBestTime

      public EstimatedBestTime createEstimatedBestTime()
      Create an instance of EstimatedBestTime
      Returns:
      the new instance of EstimatedBestTime
    • createEstimatedLastPrizeTime

      public EstimatedLastPrizeTime createEstimatedLastPrizeTime()
      Create an instance of EstimatedLastPrizeTime
      Returns:
      the new instance of EstimatedLastPrizeTime
    • createPrizeCeremonyTime

      public PrizeCeremonyTime createPrizeCeremonyTime()
      Create an instance of PrizeCeremonyTime
      Returns:
      the new instance of PrizeCeremonyTime
    • createAllocationMethod

      public AllocationMethod createAllocationMethod()
      Create an instance of AllocationMethod
      Returns:
      the new instance of AllocationMethod
    • createStartMethod

      public StartMethod createStartMethod()
      Create an instance of StartMethod
      Returns:
      the new instance of StartMethod
    • createClassRaceStatus

      public ClassRaceStatus createClassRaceStatus()
      Create an instance of ClassRaceStatus
      Returns:
      the new instance of ClassRaceStatus
    • createTransferedToClass

      public TransferedToClass createTransferedToClass()
      Create an instance of TransferedToClass
      Returns:
      the new instance of TransferedToClass
    • createDividedIntoClass

      public DividedIntoClass createDividedIntoClass()
      Create an instance of DividedIntoClass
      Returns:
      the new instance of DividedIntoClass
    • createEventRace

      public EventRace createEventRace()
      Create an instance of EventRace
      Returns:
      the new instance of EventRace
    • createRaceDate

      public RaceDate createRaceDate()
      Create an instance of RaceDate
      Returns:
      the new instance of RaceDate
    • createEntryData

      public EntryData createEntryData()
      Create an instance of EntryData
      Returns:
      the new instance of EntryData
    • createService

      public Service createService()
      Create an instance of Service
      Returns:
      the new instance of Service
    • createComment

      public Comment createComment()
      Create an instance of Comment
      Returns:
      the new instance of Comment
    • createMaxNumber

      public MaxNumber createMaxNumber()
      Create an instance of MaxNumber
      Returns:
      the new instance of MaxNumber
    • createServiceRequestList

      public ServiceRequestList createServiceRequestList()
      Create an instance of ServiceRequestList
      Returns:
      the new instance of ServiceRequestList
    • createClubServiceRequest

      public ClubServiceRequest createClubServiceRequest()
      Create an instance of ClubServiceRequest
      Returns:
      the new instance of ClubServiceRequest
    • createServiceRequest

      public ServiceRequest createServiceRequest()
      Create an instance of ServiceRequest
      Returns:
      the new instance of ServiceRequest
    • createRequestedQuantity

      public RequestedQuantity createRequestedQuantity()
      Create an instance of RequestedQuantity
      Returns:
      the new instance of RequestedQuantity
    • createDeliveredQuantity

      public DeliveredQuantity createDeliveredQuantity()
      Create an instance of DeliveredQuantity
      Returns:
      the new instance of DeliveredQuantity
    • createPersonServiceRequest

      public PersonServiceRequest createPersonServiceRequest()
      Create an instance of PersonServiceRequest
      Returns:
      the new instance of PersonServiceRequest
    • createOrganisationServiceRequest

      public OrganisationServiceRequest createOrganisationServiceRequest()
      Create an instance of OrganisationServiceRequest
      Returns:
      the new instance of OrganisationServiceRequest
    • createEntryList

      public EntryList createEntryList()
      Create an instance of EntryList
      Returns:
      the new instance of EntryList
    • createClubEntry

      public ClubEntry createClubEntry()
      Create an instance of ClubEntry
      Returns:
      the new instance of ClubEntry
    • createEntry

      public Entry createEntry()
      Create an instance of Entry
      Returns:
      the new instance of Entry
    • createEntryClass

      public EntryClass createEntryClass()
      Create an instance of EntryClass
      Returns:
      the new instance of EntryClass
    • createAllocationControl

      public AllocationControl createAllocationControl()
      Create an instance of AllocationControl
      Returns:
      the new instance of AllocationControl
    • createAllocationControlType

      public AllocationControlType createAllocationControlType()
      Create an instance of AllocationControlType
      Returns:
      the new instance of AllocationControlType
    • createEntryDate

      public EntryDate createEntryDate()
      Create an instance of EntryDate
      Returns:
      the new instance of EntryDate
    • createStartList

      public StartList createStartList()
      Create an instance of StartList
      Returns:
      the new instance of StartList
    • createClassStart

      public ClassStart createClassStart()
      Create an instance of ClassStart
      Returns:
      the new instance of ClassStart
    • createPersonStart

      public PersonStart createPersonStart()
      Create an instance of PersonStart
      Returns:
      the new instance of PersonStart
    • createStart

      public Start createStart()
      Create an instance of Start
      Returns:
      the new instance of Start
    • createStartTime

      public StartTime createStartTime()
      Create an instance of StartTime
      Returns:
      the new instance of StartTime
    • createCourseLength

      public CourseLength createCourseLength()
      Create an instance of CourseLength
      Returns:
      the new instance of CourseLength
    • createRaceStart

      public RaceStart createRaceStart()
      Create an instance of RaceStart
      Returns:
      the new instance of RaceStart
    • createTeamStart

      public TeamStart createTeamStart()
      Create an instance of TeamStart
      Returns:
      the new instance of TeamStart
    • createResultList

      public ResultList createResultList()
      Create an instance of ResultList
      Returns:
      the new instance of ResultList
    • createClassResult

      public ClassResult createClassResult()
      Create an instance of ClassResult
      Returns:
      the new instance of ClassResult
    • createPersonResult

      public PersonResult createPersonResult()
      Create an instance of PersonResult
      Returns:
      the new instance of PersonResult
    • createResult

      public Result createResult()
      Create an instance of Result
      Returns:
      the new instance of Result
    • createFinishTime

      public FinishTime createFinishTime()
      Create an instance of FinishTime
      Returns:
      the new instance of FinishTime
    • createCompetitorStatus

      public CompetitorStatus createCompetitorStatus()
      Create an instance of CompetitorStatus
      Returns:
      the new instance of CompetitorStatus
    • createCourseVariation

      public CourseVariation createCourseVariation()
      Create an instance of CourseVariation
      Returns:
      the new instance of CourseVariation
    • createCourseClimb

      public CourseClimb createCourseClimb()
      Create an instance of CourseClimb
      Returns:
      the new instance of CourseClimb
    • createStartPoint

      public StartPoint createStartPoint()
      Create an instance of StartPoint
      Returns:
      the new instance of StartPoint
    • createDescription

      public Description createDescription()
      Create an instance of Description
      Returns:
      the new instance of Description
    • createBox

      public Box createBox()
      Create an instance of Box
      Returns:
      the new instance of Box
    • createSymbol

      public Symbol createSymbol()
      Create an instance of Symbol
      Returns:
      the new instance of Symbol
    • createText

      public Text createText()
      Create an instance of Text
      Returns:
      the new instance of Text
    • createControlPosition

      public ControlPosition createControlPosition()
      Create an instance of ControlPosition
      Returns:
      the new instance of ControlPosition
    • createMapPosition

      public MapPosition createMapPosition()
      Create an instance of MapPosition
      Returns:
      the new instance of MapPosition
    • createDistanceFromStart

      public DistanceFromStart createDistanceFromStart()
      Create an instance of DistanceFromStart
      Returns:
      the new instance of DistanceFromStart
    • createCourseControl

      public CourseControl createCourseControl()
      Create an instance of CourseControl
      Returns:
      the new instance of CourseControl
    • createControl

      public Control createControl()
      Create an instance of Control
      Returns:
      the new instance of Control
    • createPunchingUnit

      public PunchingUnit createPunchingUnit()
      Create an instance of PunchingUnit
      Returns:
      the new instance of PunchingUnit
    • createLegLength

      public LegLength createLegLength()
      Create an instance of LegLength
      Returns:
      the new instance of LegLength
    • createMapTextPosition

      public MapTextPosition createMapTextPosition()
      Create an instance of MapTextPosition
      Returns:
      the new instance of MapTextPosition
    • createFinishPoint

      public FinishPoint createFinishPoint()
      Create an instance of FinishPoint
      Returns:
      the new instance of FinishPoint
    • createDistanceToFinish

      public DistanceToFinish createDistanceToFinish()
      Create an instance of DistanceToFinish
      Returns:
      the new instance of DistanceToFinish
    • createSplitTime

      public SplitTime createSplitTime()
      Create an instance of SplitTime
      Returns:
      the new instance of SplitTime
    • createBadgeValueId

      public BadgeValueId createBadgeValueId()
      Create an instance of BadgeValueId
      Returns:
      the new instance of BadgeValueId
    • createBadgeValue

      public BadgeValue createBadgeValue()
      Create an instance of BadgeValue
      Returns:
      the new instance of BadgeValue
    • createPoint

      public Point createPoint()
      Create an instance of Point
      Returns:
      the new instance of Point
    • createRaceResult

      public RaceResult createRaceResult()
      Create an instance of RaceResult
      Returns:
      the new instance of RaceResult
    • createTeamResult

      public TeamResult createTeamResult()
      Create an instance of TeamResult
      Returns:
      the new instance of TeamResult
    • createTeamStatus

      public TeamStatus createTeamStatus()
      Create an instance of TeamStatus
      Returns:
      the new instance of TeamStatus
    • createClassData

      public ClassData createClassData()
      Create an instance of ClassData
      Returns:
      the new instance of ClassData
    • createCourseData

      public CourseData createCourseData()
      Create an instance of CourseData
      Returns:
      the new instance of CourseData
    • createMap

      public Map createMap()
      Create an instance of Map
      Returns:
      the new instance of Map
    • createCourse

      public Course createCourse()
      Create an instance of Course
      Returns:
      the new instance of Course
    • createCourseSectionList

      public CourseSectionList createCourseSectionList()
      Create an instance of CourseSectionList
      Returns:
      the new instance of CourseSectionList
    • createCourseSection

      public CourseSection createCourseSection()
      Create an instance of CourseSection
      Returns:
      the new instance of CourseSection
    • createCourseBranch

      public CourseBranch createCourseBranch()
      Create an instance of CourseBranch
      Returns:
      the new instance of CourseBranch
    • createBadgeList

      public BadgeList createBadgeList()
      Create an instance of BadgeList
      Returns:
      the new instance of BadgeList
    • createBadgeLimit

      public BadgeLimit createBadgeLimit()
      Create an instance of BadgeLimit
      Returns:
      the new instance of BadgeLimit
    • createResultSelection

      public ResultSelection createResultSelection()
      Create an instance of ResultSelection
      Returns:
      the new instance of ResultSelection
    • createOrganisationList

      public OrganisationList createOrganisationList()
      Create an instance of OrganisationList
      Returns:
      the new instance of OrganisationList
    • createPress

      public Press createPress()
      Create an instance of Press
      Returns:
      the new instance of Press
    • createPressList

      public PressList createPressList()
      Create an instance of PressList
      Returns:
      the new instance of PressList
    • createTransaction

      public Transaction createTransaction()
      Create an instance of Transaction
      Returns:
      the new instance of Transaction
    • createForeignAccount

      public ForeignAccount createForeignAccount()
      Create an instance of ForeignAccount
      Returns:
      the new instance of ForeignAccount
    • createTransactionList

      public TransactionList createTransactionList()
      Create an instance of TransactionList
      Returns:
      the new instance of TransactionList
    • createCountryList

      public CountryList createCountryList()
      Create an instance of CountryList
      Returns:
      the new instance of CountryList
    • createFamily

      public jakarta.xml.bind.JAXBElement<String> createFamily(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createWebURL

      public jakarta.xml.bind.JAXBElement<String> createWebURL(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCCardId

      public jakarta.xml.bind.JAXBElement<String> createCCardId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createRankPosition

      public jakarta.xml.bind.JAXBElement<String> createRankPosition(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createRankValue

      public jakarta.xml.bind.JAXBElement<String> createRankValue(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createEventOfficialRole

      public jakarta.xml.bind.JAXBElement<String> createEventOfficialRole(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createEventRaceId

      public jakarta.xml.bind.JAXBElement<String> createEventRaceId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCourseVariationId

      public jakarta.xml.bind.JAXBElement<String> createCourseVariationId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createServiceId

      public jakarta.xml.bind.JAXBElement<String> createServiceId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createServiceOrderNumber

      public jakarta.xml.bind.JAXBElement<String> createServiceOrderNumber(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createEntryId

      public jakarta.xml.bind.JAXBElement<String> createEntryId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createTeamName

      public jakarta.xml.bind.JAXBElement<String> createTeamName(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createTeamSequence

      public jakarta.xml.bind.JAXBElement<String> createTeamSequence(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createStartNumber

      public jakarta.xml.bind.JAXBElement<String> createStartNumber(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createBibNumber

      public jakarta.xml.bind.JAXBElement<String> createBibNumber(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createStartId

      public jakarta.xml.bind.JAXBElement<String> createStartId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createResultPosition

      public jakarta.xml.bind.JAXBElement<String> createResultPosition(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createStartPointCode

      public jakarta.xml.bind.JAXBElement<String> createStartPointCode(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createSymbolId

      public jakarta.xml.bind.JAXBElement<String> createSymbolId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createFinishChute

      public jakarta.xml.bind.JAXBElement<String> createFinishChute(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createSequence

      public jakarta.xml.bind.JAXBElement<String> createSequence(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createControlCode

      public jakarta.xml.bind.JAXBElement<String> createControlCode(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createUnitCode

      public jakarta.xml.bind.JAXBElement<String> createUnitCode(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPunchPattern

      public jakarta.xml.bind.JAXBElement<String> createPunchPattern(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createFinishPointCode

      public jakarta.xml.bind.JAXBElement<String> createFinishPointCode(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createScale

      public jakarta.xml.bind.JAXBElement<String> createScale(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCourseName

      public jakarta.xml.bind.JAXBElement<String> createCourseName(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCourseId

      public jakarta.xml.bind.JAXBElement<String> createCourseId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCourseSectionId

      public jakarta.xml.bind.JAXBElement<String> createCourseSectionId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCourseBranchId

      public jakarta.xml.bind.JAXBElement<String> createCourseBranchId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createTimeFactor

      public jakarta.xml.bind.JAXBElement<String> createTimeFactor(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPosition

      public jakarta.xml.bind.JAXBElement<String> createPosition(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createInfo

      public jakarta.xml.bind.JAXBElement<String> createInfo(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createFinishId

      public jakarta.xml.bind.JAXBElement<String> createFinishId(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>