Class NetworkStructure

  • All Implemented Interfaces:
    Serializable

    public class NetworkStructure
    extends Object
    implements Serializable
    Type for Annotated reference to affected Network.

    Java class for NetworkStructure complex type.

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

     <complexType name="NetworkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="NetworkRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure" minOccurs="0"/>
             <element name="NetworkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}AffectedModeGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form