Class BlockingStructure

  • All Implemented Interfaces:
    Serializable

    public class BlockingStructure
    extends Object
    implements Serializable
    Type for blocking.

    Java class for BlockingStructure complex type.

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

     <complexType name="BlockingStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="JourneyPlanner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="RealTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • journeyPlanner

        protected Boolean journeyPlanner
      • realTime

        protected Boolean realTime
    • Constructor Detail

      • BlockingStructure

        public BlockingStructure()
    • Method Detail

      • isJourneyPlanner

        public Boolean isJourneyPlanner()
        Gets the value of the journeyPlanner property.
        Returns:
        possible object is Boolean
      • setJourneyPlanner

        public void setJourneyPlanner​(Boolean value)
        Sets the value of the journeyPlanner property.
        Parameters:
        value - allowed object is Boolean
      • isRealTime

        public Boolean isRealTime()
        Gets the value of the realTime property.
        Returns:
        possible object is Boolean
      • setRealTime

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