Class AffectedStopPlaceComponentStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedStopPlaceComponentStructure
    extends AffectedStopPlaceElementStructure
    implements Serializable
    Type for information about the quays affected by an SITUATION.

    Java class for AffectedStopPlaceComponentStructure complex type.

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

     <complexType name="AffectedStopPlaceComponentStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AffectedStopPlaceElementStructure">
           <sequence>
             <element name="ComponentRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceComponentRefStructure"/>
             <element name="ComponentName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ComponentType" type="{http://www.ifopt.org.uk/ifopt}StopPlaceComponentTypeEnumeration" minOccurs="0"/>
             <group ref="{http://www.ifopt.org.uk/ifopt}PlaceProjectionGroup" minOccurs="0"/>
             <element name="Offset" type="{http://www.siri.org.uk/siri}OffsetStructure" minOccurs="0"/>
             <element name="AccessFeatureType" type="{http://www.siri.org.uk/siri}AccessibilityFeatureEnumeration" minOccurs="0"/>
             <element name="AffectedFacilities" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="AffectedFacility" type="{http://www.siri.org.uk/siri}AffectedFacilityStructure" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form