Class PointByCoordinates

  • All Implemented Interfaces:
    Serializable

    public class PointByCoordinates
    extends Object
    implements Serializable

    Java class for PointByCoordinates complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PointByCoordinates">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bearing" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="pointCoordinates" type="{http://datex2.eu/schema/2_0RC1/2_0}PointCoordinates"/>
             <element name="pointByCoordinatesExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PointByCoordinates

        public PointByCoordinates()
    • Method Detail

      • getBearing

        public BigInteger getBearing()
        Gets the value of the bearing property.
        Returns:
        possible object is BigInteger
      • setBearing

        public void setBearing​(BigInteger value)
        Sets the value of the bearing property.
        Parameters:
        value - allowed object is BigInteger
      • getPointCoordinates

        public PointCoordinates getPointCoordinates()
        Gets the value of the pointCoordinates property.
        Returns:
        possible object is PointCoordinates
      • setPointCoordinates

        public void setPointCoordinates​(PointCoordinates value)
        Sets the value of the pointCoordinates property.
        Parameters:
        value - allowed object is PointCoordinates
      • getPointByCoordinatesExtension

        public ExtensionType getPointByCoordinatesExtension()
        Gets the value of the pointByCoordinatesExtension property.
        Returns:
        possible object is ExtensionType
      • setPointByCoordinatesExtension

        public void setPointByCoordinatesExtension​(ExtensionType value)
        Sets the value of the pointByCoordinatesExtension property.
        Parameters:
        value - allowed object is ExtensionType