Class TpegFramedPoint

  • All Implemented Interfaces:
    Serializable

    public class TpegFramedPoint
    extends TpegPointLocation
    implements Serializable

    Java class for TpegFramedPoint complex type.

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

     <complexType name="TpegFramedPoint">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointLocation">
           <sequence>
             <element name="tpegFramedPointLocationType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc01FramedPointLocationSubtypeEnum"/>
             <element name="framedPoint" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegNonJunctionPoint"/>
             <element name="to" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPoint"/>
             <element name="from" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPoint"/>
             <element name="tpegFramedPointExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form