Package iofXml.v2
Class Class
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected ClassIdprotected ClassShortNameprotected ClassTypeprotected ClassTypeIdprotected Stringprotected Stringprotected Stringprotected ModifyDateprotected Nameprotected NotQualifiedSubstituteClassprotected Stringprotected Stringprotected SubstituteClassprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actualForRanking property.Gets the value of the allowedMaxAge property.Gets the value of the allowedMinAge property.Gets the value of the classId property.Gets the value of the classShortName property.Gets the value of the classType property.Gets the value of the classTypeId property.Gets the value of the entryFeeIdOrEntryFee property.Gets the value of the highAge property.Gets the value of the lowAge property.Gets the value of the maxNumberInClass property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the notQualifiedSubstituteClass property.Gets the value of the numberInTeam property.getSex()Gets the value of the sex property.Gets the value of the substituteClass property.Gets the value of the teamEntry property.Gets the value of the timePresentation property.voidsetActualForRanking(String value) Sets the value of the actualForRanking property.voidsetAllowedMaxAge(String value) Sets the value of the allowedMaxAge property.voidsetAllowedMinAge(String value) Sets the value of the allowedMinAge property.voidsetClassId(ClassId value) Sets the value of the classId property.voidsetClassShortName(ClassShortName value) Sets the value of the classShortName property.voidsetClassType(ClassType value) Sets the value of the classType property.voidsetClassTypeId(ClassTypeId value) Sets the value of the classTypeId property.voidsetHighAge(String value) Sets the value of the highAge property.voidSets the value of the lowAge property.voidsetMaxNumberInClass(String value) Sets the value of the maxNumberInClass property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidSets the value of the notQualifiedSubstituteClass property.voidsetNumberInTeam(String value) Sets the value of the numberInTeam property.voidSets the value of the sex property.voidSets the value of the substituteClass property.voidsetTeamEntry(String value) Sets the value of the teamEntry property.voidsetTimePresentation(String value) Sets the value of the timePresentation property.
-
Field Details
-
classId
-
name
-
classShortName
-
classTypeId
-
classType
-
substituteClass
-
notQualifiedSubstituteClass
-
entryFeeIdOrEntryFee
-
modifyDate
-
lowAge
-
highAge
-
sex
-
numberInTeam
-
teamEntry
-
maxNumberInClass
-
actualForRanking
-
timePresentation
-
allowedMinAge
-
allowedMaxAge
-
-
Constructor Details
-
Class
public Class()
-
-
Method Details
-
getClassId
Gets the value of the classId property.- Returns:
- possible object is
ClassId
-
setClassId
Sets the value of the classId property.- Parameters:
value- allowed object isClassId
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getClassShortName
Gets the value of the classShortName property.- Returns:
- possible object is
ClassShortName
-
setClassShortName
Sets the value of the classShortName property.- Parameters:
value- allowed object isClassShortName
-
getClassTypeId
Gets the value of the classTypeId property.- Returns:
- possible object is
ClassTypeId
-
setClassTypeId
Sets the value of the classTypeId property.- Parameters:
value- allowed object isClassTypeId
-
getClassType
Gets the value of the classType property.- Returns:
- possible object is
ClassType
-
setClassType
Sets the value of the classType property.- Parameters:
value- allowed object isClassType
-
getSubstituteClass
Gets the value of the substituteClass property.- Returns:
- possible object is
SubstituteClass
-
setSubstituteClass
Sets the value of the substituteClass property.- Parameters:
value- allowed object isSubstituteClass
-
getNotQualifiedSubstituteClass
Gets the value of the notQualifiedSubstituteClass property.- Returns:
- possible object is
NotQualifiedSubstituteClass
-
setNotQualifiedSubstituteClass
Sets the value of the notQualifiedSubstituteClass property.- Parameters:
value- allowed object isNotQualifiedSubstituteClass
-
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:
- The value of the entryFeeIdOrEntryFee property.
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getLowAge
Gets the value of the lowAge property.- Returns:
- possible object is
String
-
setLowAge
Sets the value of the lowAge property.- Parameters:
value- allowed object isString
-
getHighAge
Gets the value of the highAge property.- Returns:
- possible object is
String
-
setHighAge
Sets the value of the highAge property.- Parameters:
value- allowed object isString
-
getSex
Gets the value of the sex property.- Returns:
- possible object is
String
-
setSex
Sets the value of the sex property.- Parameters:
value- allowed object isString
-
getNumberInTeam
Gets the value of the numberInTeam property.- Returns:
- possible object is
String
-
setNumberInTeam
Sets the value of the numberInTeam property.- Parameters:
value- allowed object isString
-
getTeamEntry
Gets the value of the teamEntry property.- Returns:
- possible object is
String
-
setTeamEntry
Sets the value of the teamEntry property.- Parameters:
value- allowed object isString
-
getMaxNumberInClass
Gets the value of the maxNumberInClass property.- Returns:
- possible object is
String
-
setMaxNumberInClass
Sets the value of the maxNumberInClass property.- Parameters:
value- allowed object isString
-
getActualForRanking
Gets the value of the actualForRanking property.- Returns:
- possible object is
String
-
setActualForRanking
Sets the value of the actualForRanking property.- Parameters:
value- allowed object isString
-
getTimePresentation
Gets the value of the timePresentation property.- Returns:
- possible object is
String
-
setTimePresentation
Sets the value of the timePresentation property.- Parameters:
value- allowed object isString
-
getAllowedMinAge
Gets the value of the allowedMinAge property.- Returns:
- possible object is
String
-
setAllowedMinAge
Sets the value of the allowedMinAge property.- Parameters:
value- allowed object isString
-
getAllowedMaxAge
Gets the value of the allowedMaxAge property.- Returns:
- possible object is
String
-
setAllowedMaxAge
Sets the value of the allowedMaxAge property.- Parameters:
value- allowed object isString
-