Class AffectedNetworkStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AffectsScopeStructure.Networks.AffectedNetwork

    public class AffectedNetworkStructure
    extends Object
    implements Serializable
    Type for information about the parts of the network affected by an incident. If not explclitly overrided Modes and submodes will be defaulted to any values present in the general Context.

    Java class for AffectedNetworkStructure complex type.

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

     <complexType name="AffectedNetworkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AffectedOperator" type="{http://www.siri.org.uk/siri}AffectedOperatorStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="NetworkRef" type="{http://www.siri.org.uk/siri}NetworkRefStructure" minOccurs="0"/>
             <element name="NetworkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="RoutesAffected" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}AffectedModeGroup"/>
             <choice>
               <element name="AllLines" type="{http://www.siri.org.uk/siri}EmptyType"/>
               <element name="SelectedRoutes" type="{http://www.siri.org.uk/siri}EmptyType"/>
               <sequence>
                 <element name="AffectedLine" type="{http://www.siri.org.uk/siri}AffectedLineStructure" maxOccurs="unbounded"/>
               </sequence>
             </choice>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form