Class TpegNamedOnlyArea

  • All Implemented Interfaces:
    Serializable

    public class TpegNamedOnlyArea
    extends TpegAreaLocation
    implements Serializable

    Java class for TpegNamedOnlyArea complex type.

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

     <complexType name="TpegNamedOnlyArea">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TpegAreaLocation">
           <sequence>
             <element name="name" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegAreaDescriptor" maxOccurs="unbounded"/>
             <element name="tpegNamedOnlyAreaExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TpegNamedOnlyArea

        public TpegNamedOnlyArea()
    • Method Detail

      • getNames

        public List<TpegAreaDescriptor> getNames()
        Gets the value of the names property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the names property.

        For example, to add a new item, do as follows:

            getNames().add(newItem);
         

        Objects of the following type(s) are allowed in the list TpegAreaDescriptor

      • getTpegNamedOnlyAreaExtension

        public ExtensionType getTpegNamedOnlyAreaExtension()
        Gets the value of the tpegNamedOnlyAreaExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegNamedOnlyAreaExtension

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