Class TpegAreaLocation

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TpegGeometricArea, TpegNamedOnlyArea

    public abstract class TpegAreaLocation
    extends Object
    implements Serializable

    Java class for TpegAreaLocation complex type.

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

     <complexType name="TpegAreaLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tpegAreaLocationType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc01AreaLocationSubtypeEnum"/>
             <element name="tpegHeight" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegHeight" minOccurs="0"/>
             <element name="tpegAreaLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form