Class TpegPointLocation

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TpegFramedPoint, TpegSimplePoint

    public abstract class TpegPointLocation
    extends Object
    implements Serializable

    Java class for TpegPointLocation complex type.

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

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