Class Class
-
- All Implemented Interfaces:
public class ClassJava 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 ClassIdgetClassId()Gets the value of the classId property. voidsetClassId(ClassId value)Sets the value of the classId property. NamegetName()Gets the value of the name property. voidsetName(Name value)Sets the value of the name property. ClassShortNamegetClassShortName()Gets the value of the classShortName property. voidsetClassShortName(ClassShortName value)Sets the value of the classShortName property. ClassTypeIdgetClassTypeId()Gets the value of the classTypeId property. voidsetClassTypeId(ClassTypeId value)Sets the value of the classTypeId property. ClassTypegetClassType()Gets the value of the classType property. voidsetClassType(ClassType value)Sets the value of the classType property. SubstituteClassgetSubstituteClass()Gets the value of the substituteClass property. voidsetSubstituteClass(SubstituteClass value)Sets the value of the substituteClass property. NotQualifiedSubstituteClassgetNotQualifiedSubstituteClass()Gets the value of the notQualifiedSubstituteClass property. voidsetNotQualifiedSubstituteClass(NotQualifiedSubstituteClass value)Sets the value of the notQualifiedSubstituteClass property. List<Object>getEntryFeeIdOrEntryFee()Gets the value of the entryFeeIdOrEntryFee property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. StringgetLowAge()Gets the value of the lowAge property. voidsetLowAge(String value)Sets the value of the lowAge property. StringgetHighAge()Gets the value of the highAge property. voidsetHighAge(String value)Sets the value of the highAge property. StringgetSex()Gets the value of the sex property. voidsetSex(String value)Sets the value of the sex property. StringgetNumberInTeam()Gets the value of the numberInTeam property. voidsetNumberInTeam(String value)Sets the value of the numberInTeam property. StringgetTeamEntry()Gets the value of the teamEntry property. voidsetTeamEntry(String value)Sets the value of the teamEntry property. StringgetMaxNumberInClass()Gets the value of the maxNumberInClass property. voidsetMaxNumberInClass(String value)Sets the value of the maxNumberInClass property. StringgetActualForRanking()Gets the value of the actualForRanking property. voidsetActualForRanking(String value)Sets the value of the actualForRanking property. StringgetTimePresentation()Gets the value of the timePresentation property. voidsetTimePresentation(String value)Sets the value of the timePresentation property. StringgetAllowedMinAge()Gets the value of the allowedMinAge property. voidsetAllowedMinAge(String value)Sets the value of the allowedMinAge property. StringgetAllowedMaxAge()Gets the value of the allowedMaxAge property. voidsetAllowedMaxAge(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
setmethod 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
-
-
-
-