Class AffectedSectionStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedSectionStructure
    extends Object
    implements Serializable
    Type for information about the sectons affected by an Situation

    Java class for AffectedSectionStructure complex type.

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

     <complexType name="AffectedSectionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SectionRef" type="{http://www.siri.org.uk/siri}SectionRefStructure" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/siri}ProjectionGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form