|
|
|
|
@ -24,52 +24,52 @@ 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="Boats">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Boat" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" 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="Boats">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Boat" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -115,42 +115,42 @@ public class BoatConfig {
|
|
|
|
|
* <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="Boat" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" 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="Boat" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -200,32 +200,32 @@ public class BoatConfig {
|
|
|
|
|
* <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="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" 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="GPSposition">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="BoatName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="HullNum" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShortName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="StoweName" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
@ -444,15 +444,15 @@ public class BoatConfig {
|
|
|
|
|
* <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="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="X" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Z" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
|