Class TeamCourseAssignment
- 
                    
                    - All Implemented Interfaces:
 
 public class TeamCourseAssignmentElement that connects a number of team members in a relay team to a number of courses. Teams are matched by 1) BibNumber, 2) TeamName+ClassName. Java class for TeamCourseAssignment complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="TeamCourseAssignment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BibNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TeamMemberCourseAssignment" type="{http://www.orienteering.org/datastandard/3.0}TeamMemberCourseAssignment" maxOccurs="unbounded" minOccurs="0"/> <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description TeamCourseAssignment()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetBibNumber()The bib number of the team. voidsetBibNumber(String value)Sets the value of the bibNumber property. StringgetTeamName()The name of the team. voidsetTeamName(String value)Sets the value of the teamName property. StringgetClassName()The name of the class that the team belongs to. voidsetClassName(String value)Sets the value of the className property. List<TeamMemberCourseAssignment>getTeamMemberCourseAssignment()The assignment of courses to team members. ExtensionsgetExtensions()Container element for custom elements from other schemas. voidsetExtensions(Extensions value)Sets the value of the extensions property. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getBibNumberString getBibNumber() The bib number of the team. - Returns:
- possibleobject is String 
 
 - 
                                        setBibNumbervoid setBibNumber(String value) Sets the value of the bibNumber property. - Parameters:
- value- allowed object is String
 
 - 
                                        getTeamNameString getTeamName() The name of the team. - Returns:
- possibleobject is String 
 
 - 
                                        setTeamNamevoid setTeamName(String value) Sets the value of the teamName property. - Parameters:
- value- allowed object is String
 
 - 
                                        getClassNameString getClassName() The name of the class that the team belongs to. - Returns:
- possibleobject is String 
 
 - 
                                        setClassNamevoid setClassName(String value) Sets the value of the className property. - Parameters:
- value- allowed object is String
 
 - 
                                        getTeamMemberCourseAssignmentList<TeamMemberCourseAssignment> getTeamMemberCourseAssignment() The assignment of courses to team members. Gets the value of the teamMemberCourseAssignment 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 teamMemberCourseAssignment property.For example, to add a new item, do as follows: getTeamMemberCourseAssignment().add(newItem);Objects of the following type(s) are allowed in the list TeamMemberCourseAssignment - Returns:
- Thevalue of the teamMemberCourseAssignment 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
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-