Class PointDestination

  • All Implemented Interfaces:
    Serializable

    public class PointDestination
    extends Destination
    implements Serializable

    Java class for PointDestination complex type.

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

     <complexType name="PointDestination">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Destination">
           <sequence>
             <element name="point" type="{http://datex2.eu/schema/2_0RC1/2_0}Point"/>
             <element name="pointDestinationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • point

        protected Point point
      • pointDestinationExtension

        protected ExtensionType pointDestinationExtension
    • Constructor Detail

      • PointDestination

        public PointDestination()
    • Method Detail

      • getPoint

        public Point getPoint()
        Gets the value of the point property.
        Returns:
        possible object is Point
      • setPoint

        public void setPoint​(Point value)
        Sets the value of the point property.
        Parameters:
        value - allowed object is Point
      • getPointDestinationExtension

        public ExtensionType getPointDestinationExtension()
        Gets the value of the pointDestinationExtension property.
        Returns:
        possible object is ExtensionType
      • setPointDestinationExtension

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