Package iofXml.v3
        Class Role
- 
                    
                    - All Implemented Interfaces:
 
 public class RoleA role defines a connection between a person and some kind of task, responsibility or engagement, e.g. being a course setter at an event. Java class for Role complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Role"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Person" type="{http://www.orienteering.org/datastandard/3.0}Person"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description Role()
 
-