Class UnknownExtensionsErrorStructure

  • All Implemented Interfaces:
    Serializable

    public class UnknownExtensionsErrorStructure
    extends ErrorCodeStructure
    implements Serializable
    Type for Unknown Extensions Error:. +SIRI v2.0.

    Java class for UnknownExtensionsErrorStructure complex type.

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

     <complexType name="UnknownExtensionsErrorStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
           <sequence>
             <element name="ExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • extensionNames

        protected List<String> extensionNames
    • Constructor Detail

      • UnknownExtensionsErrorStructure

        public UnknownExtensionsErrorStructure()
    • Method Detail

      • getExtensionNames

        public List<String> getExtensionNames()
        Gets the value of the extensionNames 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 extensionNames property.

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

            getExtensionNames().add(newItem);
         

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