Class TypesOfValue

  • All Implemented Interfaces:
    Serializable

    public class TypesOfValue
    extends Object
    implements Serializable
    Type for containment of VALUE SETs and/or TYPE OF VALUEs. +SIRI v2.1

    Java class for TypesOfValueStructure complex type.

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

     <complexType name="TypesOfValueStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element ref="{http://www.siri.org.uk/siri}ValueSet"/>
             <element ref="{http://www.siri.org.uk/siri}TypeOfValue"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • valueSetsAndTypeOfValues

        protected List<Serializable> valueSetsAndTypeOfValues
    • Constructor Detail

      • TypesOfValue

        public TypesOfValue()
    • Method Detail

      • getValueSetsAndTypeOfValues

        public List<Serializable> getValueSetsAndTypeOfValues()
        Gets the value of the valueSetsAndTypeOfValues 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 valueSetsAndTypeOfValues property.

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

            getValueSetsAndTypeOfValues().add(newItem);
         

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