Package iofXml.v2

Class Entry

java.lang.Object
iofXml.v2.Entry

public class Entry extends Object

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="{}EntryId" minOccurs="0"/>
         <choice>
           <sequence>
             <choice>
               <element ref="{}PersonId"/>
               <element ref="{}Person"/>
             </choice>
             <element ref="{}CCard" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{}Rank" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element ref="{}TeamName"/>
             <sequence maxOccurs="unbounded" minOccurs="0">
               <choice minOccurs="0">
                 <element ref="{}ClubId"/>
                 <element ref="{}Club"/>
               </choice>
               <element ref="{}TeamSequence" minOccurs="0"/>
             </sequence>
           </sequence>
         </choice>
         <element ref="{}EntryClass" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}AllocationControl" minOccurs="0"/>
         <element ref="{}EntryDate"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
       <attribute name="nonCompetitor" default="N">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="Y"/>
             <enumeration value="N"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entryId

      protected String entryId
    • personId

      protected PersonId personId
    • person

      protected Person person
    • cCard

      protected List<CCard> cCard
    • rank

      protected List<Rank> rank
    • teamName

      protected String teamName
    • clubIdOrClubAndTeamSequence

      protected List<Object> clubIdOrClubAndTeamSequence
    • entryClass

      protected List<EntryClass> entryClass
    • allocationControl

      protected AllocationControl allocationControl
    • entryDate

      protected EntryDate entryDate
    • modifyDate

      protected ModifyDate modifyDate
    • nonCompetitor

      protected String nonCompetitor
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getEntryId

      public String getEntryId()
      Gets the value of the entryId property.
      Returns:
      possible object is String
    • setEntryId

      public void setEntryId(String value)
      Sets the value of the entryId property.
      Parameters:
      value - allowed object is String
    • getPersonId

      public PersonId getPersonId()
      Gets the value of the personId property.
      Returns:
      possible object is PersonId
    • setPersonId

      public void setPersonId(PersonId value)
      Sets the value of the personId property.
      Parameters:
      value - allowed object is PersonId
    • getPerson

      public Person getPerson()
      Gets the value of the person property.
      Returns:
      possible object is Person
    • setPerson

      public void setPerson(Person value)
      Sets the value of the person property.
      Parameters:
      value - allowed object is Person
    • getCCard

      public List<CCard> getCCard()
      Gets the value of the cCard 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 set method for the cCard property.

      For example, to add a new item, do as follows:

       getCCard().add(newItem);
       

      Objects of the following type(s) are allowed in the list CCard

      Returns:
      The value of the cCard property.
    • getRank

      public List<Rank> getRank()
      Gets the value of the rank 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 set method for the rank property.

      For example, to add a new item, do as follows:

       getRank().add(newItem);
       

      Objects of the following type(s) are allowed in the list Rank

      Returns:
      The value of the rank property.
    • getTeamName

      public String getTeamName()
      Gets the value of the teamName property.
      Returns:
      possible object is String
    • setTeamName

      public void setTeamName(String value)
      Sets the value of the teamName property.
      Parameters:
      value - allowed object is String
    • getClubIdOrClubAndTeamSequence

      public List<Object> getClubIdOrClubAndTeamSequence()
      Gets the value of the clubIdOrClubAndTeamSequence 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 set method for the clubIdOrClubAndTeamSequence property.

      For example, to add a new item, do as follows:

       getClubIdOrClubAndTeamSequence().add(newItem);
       

      Objects of the following type(s) are allowed in the list Club ClubId String

      Returns:
      The value of the clubIdOrClubAndTeamSequence property.
    • getEntryClass

      public List<EntryClass> getEntryClass()
      Gets the value of the entryClass 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 set method for the entryClass property.

      For example, to add a new item, do as follows:

       getEntryClass().add(newItem);
       

      Objects of the following type(s) are allowed in the list EntryClass

      Returns:
      The value of the entryClass property.
    • getAllocationControl

      public AllocationControl getAllocationControl()
      Gets the value of the allocationControl property.
      Returns:
      possible object is AllocationControl
    • setAllocationControl

      public void setAllocationControl(AllocationControl value)
      Sets the value of the allocationControl property.
      Parameters:
      value - allowed object is AllocationControl
    • getEntryDate

      public EntryDate getEntryDate()
      Gets the value of the entryDate property.
      Returns:
      possible object is EntryDate
    • setEntryDate

      public void setEntryDate(EntryDate value)
      Sets the value of the entryDate property.
      Parameters:
      value - allowed object is EntryDate
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getNonCompetitor

      public String getNonCompetitor()
      Gets the value of the nonCompetitor property.
      Returns:
      possible object is String
    • setNonCompetitor

      public void setNonCompetitor(String value)
      Sets the value of the nonCompetitor property.
      Parameters:
      value - allowed object is String