Package iofXml.v2

Class Class

java.lang.Object
iofXml.v2.Class

public class Class 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="{}ClassId"/>
         <element ref="{}Name" minOccurs="0"/>
         <element ref="{}ClassShortName"/>
         <choice minOccurs="0">
           <element ref="{}ClassTypeId"/>
           <element ref="{}ClassType"/>
         </choice>
         <element ref="{}SubstituteClass" minOccurs="0"/>
         <element ref="{}NotQualifiedSubstituteClass" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}EntryFeeId"/>
           <element ref="{}EntryFee"/>
         </choice>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
       <attribute name="lowAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="highAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="sex" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="M"/>
             <enumeration value="F"/>
             <enumeration value="B"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="numberInTeam" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="1" />
       <attribute name="teamEntry" default="N">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="Y"/>
             <enumeration value="N"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="maxNumberInClass" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="actualForRanking" default="N">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="Y"/>
             <enumeration value="N"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="timePresentation" default="Y">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="Y"/>
             <enumeration value="N"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="allowedMinAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="allowedMaxAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • classId

      protected ClassId classId
    • name

      protected Name name
    • classShortName

      protected ClassShortName classShortName
    • classTypeId

      protected ClassTypeId classTypeId
    • classType

      protected ClassType classType
    • substituteClass

      protected SubstituteClass substituteClass
    • notQualifiedSubstituteClass

      protected NotQualifiedSubstituteClass notQualifiedSubstituteClass
    • entryFeeIdOrEntryFee

      protected List<Object> entryFeeIdOrEntryFee
    • modifyDate

      protected ModifyDate modifyDate
    • lowAge

      protected String lowAge
    • highAge

      protected String highAge
    • sex

      protected String sex
    • numberInTeam

      protected String numberInTeam
    • teamEntry

      protected String teamEntry
    • maxNumberInClass

      protected String maxNumberInClass
    • actualForRanking

      protected String actualForRanking
    • timePresentation

      protected String timePresentation
    • allowedMinAge

      protected String allowedMinAge
    • allowedMaxAge

      protected String allowedMaxAge
  • Constructor Details

    • Class

      public Class()
  • Method Details

    • getClassId

      public ClassId getClassId()
      Gets the value of the classId property.
      Returns:
      possible object is ClassId
    • setClassId

      public void setClassId(ClassId value)
      Sets the value of the classId property.
      Parameters:
      value - allowed object is ClassId
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getClassShortName

      public ClassShortName getClassShortName()
      Gets the value of the classShortName property.
      Returns:
      possible object is ClassShortName
    • setClassShortName

      public void setClassShortName(ClassShortName value)
      Sets the value of the classShortName property.
      Parameters:
      value - allowed object is ClassShortName
    • getClassTypeId

      public ClassTypeId getClassTypeId()
      Gets the value of the classTypeId property.
      Returns:
      possible object is ClassTypeId
    • setClassTypeId

      public void setClassTypeId(ClassTypeId value)
      Sets the value of the classTypeId property.
      Parameters:
      value - allowed object is ClassTypeId
    • getClassType

      public ClassType getClassType()
      Gets the value of the classType property.
      Returns:
      possible object is ClassType
    • setClassType

      public void setClassType(ClassType value)
      Sets the value of the classType property.
      Parameters:
      value - allowed object is ClassType
    • getSubstituteClass

      public SubstituteClass getSubstituteClass()
      Gets the value of the substituteClass property.
      Returns:
      possible object is SubstituteClass
    • setSubstituteClass

      public void setSubstituteClass(SubstituteClass value)
      Sets the value of the substituteClass property.
      Parameters:
      value - allowed object is SubstituteClass
    • getNotQualifiedSubstituteClass

      public NotQualifiedSubstituteClass getNotQualifiedSubstituteClass()
      Gets the value of the notQualifiedSubstituteClass property.
      Returns:
      possible object is NotQualifiedSubstituteClass
    • setNotQualifiedSubstituteClass

      public void setNotQualifiedSubstituteClass(NotQualifiedSubstituteClass value)
      Sets the value of the notQualifiedSubstituteClass property.
      Parameters:
      value - allowed object is NotQualifiedSubstituteClass
    • getEntryFeeIdOrEntryFee

      public List<Object> getEntryFeeIdOrEntryFee()
      Gets the value of the entryFeeIdOrEntryFee 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 entryFeeIdOrEntryFee property.

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

       getEntryFeeIdOrEntryFee().add(newItem);
       

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

      Returns:
      The value of the entryFeeIdOrEntryFee property.
    • 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
    • getLowAge

      public String getLowAge()
      Gets the value of the lowAge property.
      Returns:
      possible object is String
    • setLowAge

      public void setLowAge(String value)
      Sets the value of the lowAge property.
      Parameters:
      value - allowed object is String
    • getHighAge

      public String getHighAge()
      Gets the value of the highAge property.
      Returns:
      possible object is String
    • setHighAge

      public void setHighAge(String value)
      Sets the value of the highAge property.
      Parameters:
      value - allowed object is String
    • getSex

      public String getSex()
      Gets the value of the sex property.
      Returns:
      possible object is String
    • setSex

      public void setSex(String value)
      Sets the value of the sex property.
      Parameters:
      value - allowed object is String
    • getNumberInTeam

      public String getNumberInTeam()
      Gets the value of the numberInTeam property.
      Returns:
      possible object is String
    • setNumberInTeam

      public void setNumberInTeam(String value)
      Sets the value of the numberInTeam property.
      Parameters:
      value - allowed object is String
    • getTeamEntry

      public String getTeamEntry()
      Gets the value of the teamEntry property.
      Returns:
      possible object is String
    • setTeamEntry

      public void setTeamEntry(String value)
      Sets the value of the teamEntry property.
      Parameters:
      value - allowed object is String
    • getMaxNumberInClass

      public String getMaxNumberInClass()
      Gets the value of the maxNumberInClass property.
      Returns:
      possible object is String
    • setMaxNumberInClass

      public void setMaxNumberInClass(String value)
      Sets the value of the maxNumberInClass property.
      Parameters:
      value - allowed object is String
    • getActualForRanking

      public String getActualForRanking()
      Gets the value of the actualForRanking property.
      Returns:
      possible object is String
    • setActualForRanking

      public void setActualForRanking(String value)
      Sets the value of the actualForRanking property.
      Parameters:
      value - allowed object is String
    • getTimePresentation

      public String getTimePresentation()
      Gets the value of the timePresentation property.
      Returns:
      possible object is String
    • setTimePresentation

      public void setTimePresentation(String value)
      Sets the value of the timePresentation property.
      Parameters:
      value - allowed object is String
    • getAllowedMinAge

      public String getAllowedMinAge()
      Gets the value of the allowedMinAge property.
      Returns:
      possible object is String
    • setAllowedMinAge

      public void setAllowedMinAge(String value)
      Sets the value of the allowedMinAge property.
      Parameters:
      value - allowed object is String
    • getAllowedMaxAge

      public String getAllowedMaxAge()
      Gets the value of the allowedMaxAge property.
      Returns:
      possible object is String
    • setAllowedMaxAge

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