Class TPEGJunctionPointDescriptor

  • All Implemented Interfaces:
    Serializable

    public class TPEGJunctionPointDescriptor
    extends TPEGPointDescriptor
    implements Serializable
    A descriptor for describing a point at a junction on a road network.

    Java class for TPEGJunctionPointDescriptor complex type.

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

     <complexType name="TPEGJunctionPointDescriptor">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPointDescriptor">
           <sequence>
             <element name="tpegDescriptorType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc03JunctionPointDescriptorSubtypeEnum"/>
             <element name="tpegjunctionPointDescriptorExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form