Class ClassResult
- 
                    
                    - All Implemented Interfaces:
 
 public class ClassResultThe result list for a single class containing either individual results or team results. Java class for ClassResult complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="ClassResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Class" type="{http://www.orienteering.org/datastandard/3.0}Class"/> <element name="Course" type="{http://www.orienteering.org/datastandard/3.0}SimpleRaceCourse" maxOccurs="unbounded" minOccurs="0"/> <element name="PersonResult" type="{http://www.orienteering.org/datastandard/3.0}PersonResult" maxOccurs="unbounded" minOccurs="0"/> <element name="TeamResult" type="{http://www.orienteering.org/datastandard/3.0}TeamResult" maxOccurs="unbounded" minOccurs="0"/> <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/> </sequence> <attribute name="timeResolution" type="{http://www.w3.org/2001/XMLSchema}double" default="1" /> <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ClassResult()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ClassgetClazz()The class that the result list belongs to. voidsetClazz(Class value)Sets the value of the clazz property. List<SimpleRaceCourse>getCourse()Defines the course assigned to the class. List<PersonResult>getPersonResult()Results for individual competitors in the class. List<TeamResult>getTeamResult()Results for teams in the class. ExtensionsgetExtensions()Container element for custom elements from other schemas. voidsetExtensions(Extensions value)Sets the value of the extensions property. doublegetTimeResolution()The time resolution of the results, normally 1. voidsetTimeResolution(Double value)Sets the value of the timeResolution property. XMLGregorianCalendargetModifyTime()Gets the value of the modifyTime property. voidsetModifyTime(XMLGregorianCalendar value)Sets the value of the modifyTime property. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getClazzClass getClazz() The class that the result list belongs to. - Returns:
- possibleobject is Class 
 
 - 
                                        setClazzvoid setClazz(Class value) Sets the value of the clazz property. - Parameters:
- value- allowed object is Class
 
 - 
                                        getCourseList<SimpleRaceCourse> getCourse() Defines the course assigned to the class. If courses are unique per competitor, use PersonResult/Course or TeamResult/TeamMemberResult/Course instead. One element per race. Gets the value of the course 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 course property.For example, to add a new item, do as follows: getCourse().add(newItem);Objects of the following type(s) are allowed in the list SimpleRaceCourse - Returns:
- Thevalue of the course property. 
 
 - 
                                        getPersonResultList<PersonResult> getPersonResult() Results for individual competitors in the class. Gets the value of the personResult 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 personResult property.For example, to add a new item, do as follows: getPersonResult().add(newItem);Objects of the following type(s) are allowed in the list PersonResult - Returns:
- Thevalue of the personResult property. 
 
 - 
                                        getTeamResultList<TeamResult> getTeamResult() Results for teams in the class. Gets the value of the teamResult 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 teamResult property.For example, to add a new item, do as follows: getTeamResult().add(newItem);Objects of the following type(s) are allowed in the list TeamResult - Returns:
- Thevalue of the teamResult property. 
 
 - 
                                        getExtensionsExtensions getExtensions() Container element for custom elements from other schemas. - Returns:
- possibleobject is Extensions 
 
 - 
                                        setExtensionsvoid setExtensions(Extensions value) Sets the value of the extensions property. - Parameters:
- value- allowed object is Extensions
 
 - 
                                        getTimeResolutiondouble getTimeResolution() The time resolution of the results, normally 1. For tenths of a second, use 0.1. - Returns:
- possibleobject is Double 
 
 - 
                                        setTimeResolutionvoid setTimeResolution(Double value) Sets the value of the timeResolution property. - Parameters:
- value- allowed object is Double
 
 - 
                                        getModifyTimeXMLGregorianCalendar getModifyTime() Gets the value of the modifyTime property. - Returns:
- possibleobject is XMLGregorianCalendar 
 
 - 
                                        setModifyTimevoid setModifyTime(XMLGregorianCalendar value) Sets the value of the modifyTime property. - Parameters:
- value- allowed object is XMLGregorianCalendar
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-