Class NetworkContextStructure

  • All Implemented Interfaces:
    Serializable

    public class NetworkContextStructure
    extends Object
    implements Serializable
    Type for shared context.

    Java class for NetworkContextStructure complex type.

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

     <complexType name="NetworkContextStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Operator" type="{http://www.siri.org.uk/siri}AffectedOperatorStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Network" type="{http://www.siri.org.uk/siri}NetworkStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkContextStructure

        public NetworkContextStructure()
    • Method Detail

      • getOperators

        public List<AffectedOperatorStructure> getOperators()
        Gets the value of the operators 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 operators property.

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

            getOperators().add(newItem);
         

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

      • setNetwork

        public void setNetwork​(NetworkStructure value)
        Sets the value of the network property.
        Parameters:
        value - allowed object is NetworkStructure