Class TpegPointDescriptor

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TpegIlcPointDescriptor, TpegJunctionPointDescriptor, TpegOtherPointDescriptor

    public abstract class TpegPointDescriptor
    extends TpegDescriptor
    implements Serializable

    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/2_0RC1/2_0}TpegDescriptor">
           <sequence>
             <element name="tpegPointDescriptorExtension" type="{http://datex2.eu/schema/2_0RC1/2_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