|
|
|
|
@ -24,122 +24,122 @@ import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="RaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="CreationTimeDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceStartTime">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Participants">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CompoundMarkSequence">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Course">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CourseLimit">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="RaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="CreationTimeDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceStartTime">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Participants">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CompoundMarkSequence">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Course">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CourseLimit">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -374,24 +374,24 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -424,7 +424,7 @@ public class Race {
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Race.CompoundMarkSequence.Corner }
|
|
|
|
|
*
|
|
|
|
|
* @return corners in the CompoundMarkSequence.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<Race.CompoundMarkSequence.Corner> getCorner() {
|
|
|
|
|
@ -441,14 +441,14 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -521,39 +521,39 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -586,7 +586,7 @@ public class Race {
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Race.Course.CompoundMark }
|
|
|
|
|
*
|
|
|
|
|
* @return CompoundMarks in a Course
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<Race.Course.CompoundMark> getCompoundMark() {
|
|
|
|
|
@ -603,29 +603,29 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -662,7 +662,7 @@ public class Race {
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Race.Course.CompoundMark.Mark }
|
|
|
|
|
*
|
|
|
|
|
* @return Marks in a CompoundMark
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<Race.Course.CompoundMark.Mark> getMark() {
|
|
|
|
|
@ -727,17 +727,17 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -890,25 +890,25 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -941,7 +941,7 @@ public class Race {
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Race.CourseLimit.Limit }
|
|
|
|
|
*
|
|
|
|
|
* @return Limits in CourseLimits
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<Race.CourseLimit.Limit> getLimit() {
|
|
|
|
|
@ -958,15 +958,15 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -1065,23 +1065,23 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -1114,7 +1114,7 @@ public class Race {
|
|
|
|
|
* <p>
|
|
|
|
|
* Objects of the following type(s) are allowed in the list
|
|
|
|
|
* {@link Race.Participants.Yacht }
|
|
|
|
|
*
|
|
|
|
|
* @return yachts in a race.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public List<Race.Participants.Yacht> getYacht() {
|
|
|
|
|
@ -1131,13 +1131,13 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -1184,14 +1184,14 @@ public class Race {
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
|