Class Class
-
- All Implemented Interfaces:
public class Class
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>
-
-
Constructor Summary
Constructors Constructor Description Class()
-
Method Summary
Modifier and Type Method Description ClassId
getClassId()
Gets the value of the classId property. void
setClassId(ClassId value)
Sets the value of the classId property. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. ClassShortName
getClassShortName()
Gets the value of the classShortName property. void
setClassShortName(ClassShortName value)
Sets the value of the classShortName property. ClassTypeId
getClassTypeId()
Gets the value of the classTypeId property. void
setClassTypeId(ClassTypeId value)
Sets the value of the classTypeId property. ClassType
getClassType()
Gets the value of the classType property. void
setClassType(ClassType value)
Sets the value of the classType property. SubstituteClass
getSubstituteClass()
Gets the value of the substituteClass property. void
setSubstituteClass(SubstituteClass value)
Sets the value of the substituteClass property. NotQualifiedSubstituteClass
getNotQualifiedSubstituteClass()
Gets the value of the notQualifiedSubstituteClass property. void
setNotQualifiedSubstituteClass(NotQualifiedSubstituteClass value)
Sets the value of the notQualifiedSubstituteClass property. List<Object>
getEntryFeeIdOrEntryFee()
Gets the value of the entryFeeIdOrEntryFee property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getLowAge()
Gets the value of the lowAge property. void
setLowAge(String value)
Sets the value of the lowAge property. String
getHighAge()
Gets the value of the highAge property. void
setHighAge(String value)
Sets the value of the highAge property. String
getSex()
Gets the value of the sex property. void
setSex(String value)
Sets the value of the sex property. String
getNumberInTeam()
Gets the value of the numberInTeam property. void
setNumberInTeam(String value)
Sets the value of the numberInTeam property. String
getTeamEntry()
Gets the value of the teamEntry property. void
setTeamEntry(String value)
Sets the value of the teamEntry property. String
getMaxNumberInClass()
Gets the value of the maxNumberInClass property. void
setMaxNumberInClass(String value)
Sets the value of the maxNumberInClass property. String
getActualForRanking()
Gets the value of the actualForRanking property. void
setActualForRanking(String value)
Sets the value of the actualForRanking property. String
getTimePresentation()
Gets the value of the timePresentation property. void
setTimePresentation(String value)
Sets the value of the timePresentation property. String
getAllowedMinAge()
Gets the value of the allowedMinAge property. void
setAllowedMinAge(String value)
Sets the value of the allowedMinAge property. String
getAllowedMaxAge()
Gets the value of the allowedMaxAge property. void
setAllowedMaxAge(String value)
Sets the value of the allowedMaxAge property. -
-
Method Detail
-
getClassId
ClassId getClassId()
Gets the value of the classId property.
- Returns:
possibleobject is ClassId
-
setClassId
void setClassId(ClassId value)
Sets the value of the classId property.
- Parameters:
value
- allowed object is ClassId
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getClassShortName
ClassShortName getClassShortName()
Gets the value of the classShortName property.
- Returns:
possibleobject is ClassShortName
-
setClassShortName
void setClassShortName(ClassShortName value)
Sets the value of the classShortName property.
- Parameters:
value
- allowed object is ClassShortName
-
getClassTypeId
ClassTypeId getClassTypeId()
Gets the value of the classTypeId property.
- Returns:
possibleobject is ClassTypeId
-
setClassTypeId
void setClassTypeId(ClassTypeId value)
Sets the value of the classTypeId property.
- Parameters:
value
- allowed object is ClassTypeId
-
getClassType
ClassType getClassType()
Gets the value of the classType property.
- Returns:
possibleobject is ClassType
-
setClassType
void setClassType(ClassType value)
Sets the value of the classType property.
- Parameters:
value
- allowed object is ClassType
-
getSubstituteClass
SubstituteClass getSubstituteClass()
Gets the value of the substituteClass property.
- Returns:
possibleobject is SubstituteClass
-
setSubstituteClass
void setSubstituteClass(SubstituteClass value)
Sets the value of the substituteClass property.
- Parameters:
value
- allowed object is SubstituteClass
-
getNotQualifiedSubstituteClass
NotQualifiedSubstituteClass getNotQualifiedSubstituteClass()
Gets the value of the notQualifiedSubstituteClass property.
- Returns:
possibleobject is NotQualifiedSubstituteClass
-
setNotQualifiedSubstituteClass
void setNotQualifiedSubstituteClass(NotQualifiedSubstituteClass value)
Sets the value of the notQualifiedSubstituteClass property.
- Parameters:
value
- allowed object is NotQualifiedSubstituteClass
-
getEntryFeeIdOrEntryFee
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 EntryFeeEntryFeeId
- Returns:
Thevalue of the entryFeeIdOrEntryFee property.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getLowAge
String getLowAge()
Gets the value of the lowAge property.
- Returns:
possibleobject is String
-
setLowAge
void setLowAge(String value)
Sets the value of the lowAge property.
- Parameters:
value
- allowed object is String
-
getHighAge
String getHighAge()
Gets the value of the highAge property.
- Returns:
possibleobject is String
-
setHighAge
void setHighAge(String value)
Sets the value of the highAge property.
- Parameters:
value
- allowed object is String
-
setSex
void setSex(String value)
Sets the value of the sex property.
- Parameters:
value
- allowed object is String
-
getNumberInTeam
String getNumberInTeam()
Gets the value of the numberInTeam property.
- Returns:
possibleobject is String
-
setNumberInTeam
void setNumberInTeam(String value)
Sets the value of the numberInTeam property.
- Parameters:
value
- allowed object is String
-
getTeamEntry
String getTeamEntry()
Gets the value of the teamEntry property.
- Returns:
possibleobject is String
-
setTeamEntry
void setTeamEntry(String value)
Sets the value of the teamEntry property.
- Parameters:
value
- allowed object is String
-
getMaxNumberInClass
String getMaxNumberInClass()
Gets the value of the maxNumberInClass property.
- Returns:
possibleobject is String
-
setMaxNumberInClass
void setMaxNumberInClass(String value)
Sets the value of the maxNumberInClass property.
- Parameters:
value
- allowed object is String
-
getActualForRanking
String getActualForRanking()
Gets the value of the actualForRanking property.
- Returns:
possibleobject is String
-
setActualForRanking
void setActualForRanking(String value)
Sets the value of the actualForRanking property.
- Parameters:
value
- allowed object is String
-
getTimePresentation
String getTimePresentation()
Gets the value of the timePresentation property.
- Returns:
possibleobject is String
-
setTimePresentation
void setTimePresentation(String value)
Sets the value of the timePresentation property.
- Parameters:
value
- allowed object is String
-
getAllowedMinAge
String getAllowedMinAge()
Gets the value of the allowedMinAge property.
- Returns:
possibleobject is String
-
setAllowedMinAge
void setAllowedMinAge(String value)
Sets the value of the allowedMinAge property.
- Parameters:
value
- allowed object is String
-
getAllowedMaxAge
String getAllowedMaxAge()
Gets the value of the allowedMaxAge property.
- Returns:
possibleobject is String
-
setAllowedMaxAge
void setAllowedMaxAge(String value)
Sets the value of the allowedMaxAge property.
- Parameters:
value
- allowed object is String
-
-
-
-