Class TPEGPointDescriptor

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TPEGILCPointDescriptor, TPEGJunctionPointDescriptor, TPEGOtherPointDescriptor

    public abstract class TPEGPointDescriptor
    extends TPEGDescriptor
    implements Serializable
    A descriptor for describing a point location.

    Java class for TPEGPointDescriptor complex type.

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

     <complexType name="TPEGPointDescriptor">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGDescriptor">
           <sequence>
             <element name="tpegpointDescriptorExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • tpegpointDescriptorExtension

        protected ExtensionType tpegpointDescriptorExtension
    • Constructor Detail

      • TPEGPointDescriptor

        public TPEGPointDescriptor()
    • Method Detail

      • getTpegpointDescriptorExtension

        public ExtensionType getTpegpointDescriptorExtension()
        Gets the value of the tpegpointDescriptorExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegpointDescriptorExtension

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