Class TPEGFramedPoint

  • All Implemented Interfaces:
    Serializable

    public class TPEGFramedPoint
    extends TPEGPointLocation
    implements Serializable
    A point on the road network which is framed between two other points on the same road.

    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/1_0/1_0}TPEGPointLocation">
           <sequence>
             <element name="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01FramedPointLocationSubtypeEnum"/>
             <element name="framedPoint" type="{http://datex2.eu/schema/1_0/1_0}TPEGNonJunctionPoint"/>
             <element name="to" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/>
             <element name="from" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/>
             <element name="tpegframedPointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form