Package iofXml.v2

Class Entry

  • All Implemented Interfaces:

    
    public class Entry
    
                        

    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>
    
    • Constructor Detail

      • Entry

        Entry()
    • Method Detail

      • setEntryId

         void setEntryId(String value)

        Sets the value of the entryId property.

        Parameters:
        value - allowed object is String
      • setPersonId

         void setPersonId(PersonId value)

        Sets the value of the personId property.

        Parameters:
        value - allowed object is PersonId
      • setPerson

         void setPerson(Person value)

        Sets the value of the person property.

        Parameters:
        value - allowed object is Person
      • getCCard

         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:

        Thevalue of the cCard property.

      • getRank

         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:

        Thevalue of the rank property.

      • setTeamName

         void setTeamName(String value)

        Sets the value of the teamName property.

        Parameters:
        value - allowed object is String
      • getClubIdOrClubAndTeamSequence

         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 ClubClubIdString

        Returns:

        Thevalue of the clubIdOrClubAndTeamSequence property.

      • getEntryClass

         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:

        Thevalue of the entryClass property.

      • setNonCompetitor

         void setNonCompetitor(String value)

        Sets the value of the nonCompetitor property.

        Parameters:
        value - allowed object is String