Class TPEGDescriptor.Descriptor

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TPEGDescriptor

    public static class TPEGDescriptor.Descriptor
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="value" maxOccurs="unbounded">
               <complexType>
                 <simpleContent>
                   <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                     <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Descriptor

        public Descriptor()
    • Method Detail

      • getValues

        public List<TPEGDescriptor.Descriptor.Value> getValues()
        Gets the value of the values 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 JAXB object. This is why there is not a set method for the values property.

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

            getValues().add(newItem);
         

        Objects of the following type(s) are allowed in the list TPEGDescriptor.Descriptor.Value