Class StopPointsDeliveryStructure

  • All Implemented Interfaces:
    Serializable

    public class StopPointsDeliveryStructure
    extends AbstractDiscoveryDeliveryStructure
    implements Serializable
    Response with Stop Points available to make requests.

    Java class for StopPointsDeliveryStructure complex type.

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

     <complexType name="StopPointsDeliveryStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractDiscoveryDeliveryStructure">
           <sequence>
             <element name="AnnotatedStopPointRef" type="{http://www.siri.org.uk/}AnnotatedStopPointStructure"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
           <attribute name="version" use="required" type="{http://www.siri.org.uk/}VersionString" fixed="1.0" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form