Class TpegPoint

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TpegJunction, TpegNonJunctionPoint

    public abstract class TpegPoint
    extends Object
    implements Serializable

    Java class for TpegPoint complex type.

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

     <complexType name="TpegPoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tpegPointExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • TpegPoint

        public TpegPoint()
    • Method Detail

      • getTpegPointExtension

        public ExtensionType getTpegPointExtension()
        Gets the value of the tpegPointExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegPointExtension

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