Class TpegDescriptor

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TpegAreaDescriptor, TpegPointDescriptor

    public abstract class TpegDescriptor
    extends Object
    implements Serializable

    Java class for TpegDescriptor complex type.

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

     <complexType name="TpegDescriptor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="descriptor" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString"/>
             <element name="tpegDescriptorExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TpegDescriptor

        public TpegDescriptor()
    • Method Detail

      • getTpegDescriptorExtension

        public ExtensionType getTpegDescriptorExtension()
        Gets the value of the tpegDescriptorExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegDescriptorExtension

        public void setTpegDescriptorExtension​(ExtensionType value)
        Sets the value of the tpegDescriptorExtension property.
        Parameters:
        value - allowed object is ExtensionType