Class EstimatedTimetableCapabilityRequestPolicyStructure

  • All Implemented Interfaces:
    Serializable

    public class EstimatedTimetableCapabilityRequestPolicyStructure
    extends CapabilityRequestPolicyStructure
    implements Serializable
    Type for Estimated Timetable Capability Request Policy

    Java class for EstimatedTimetableCapabilityRequestPolicyStructure complex type.

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

     <complexType name="EstimatedTimetableCapabilityRequestPolicyStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}CapabilityRequestPolicyStructure">
           <sequence>
             <element name="ForeignJourneysOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • foreignJourneysOnly

        protected Boolean foreignJourneysOnly
    • Constructor Detail

      • EstimatedTimetableCapabilityRequestPolicyStructure

        public EstimatedTimetableCapabilityRequestPolicyStructure()
    • Method Detail

      • isForeignJourneysOnly

        public Boolean isForeignJourneysOnly()
        Gets the value of the foreignJourneysOnly property.
        Returns:
        possible object is Boolean
      • setForeignJourneysOnly

        public void setForeignJourneysOnly​(Boolean value)
        Sets the value of the foreignJourneysOnly property.
        Parameters:
        value - allowed object is Boolean