Class AffectedModesStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedModesStructure
    extends Object
    implements Serializable
    Type for a Affected modes to stop.

    Java class for AffectedModesStructure complex type.

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

     <complexType name="AffectedModesStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="AllModes" type="{http://www.siri.org.uk/siri}EmptyType" minOccurs="0"/>
             <element name="Mode" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <group ref="{http://www.siri.org.uk/siri}AffectedModeGroup"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AffectedModesStructure

        public AffectedModesStructure()
    • Method Detail

      • getModes

        public List<AffectedModesStructure.Mode> getModes()
        Gets the value of the modes 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 modes property.

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

            getModes().add(newItem);
         

        Objects of the following type(s) are allowed in the list AffectedModesStructure.Mode

      • getAllModes

        public String getAllModes()
        Gets the value of the allModes property.
        Returns:
        possible object is String
      • setAllModes

        public void setAllModes​(String value)
        Sets the value of the allModes property.
        Parameters:
        value - allowed object is String