Package uk.org.siri.siri14
Class BlockingStructure
- java.lang.Object
-
- uk.org.siri.siri14.BlockingStructure
-
- All Implemented Interfaces:
Serializable
public class BlockingStructure extends Object implements Serializable
Type for blockingJava 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 Summary
Fields Modifier and Type Field Description protected BooleanjourneyPlannerprotected BooleanrealTime
-
Constructor Summary
Constructors Constructor Description BlockingStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisJourneyPlanner()Gets the value of the journeyPlanner property.BooleanisRealTime()Gets the value of the realTime property.voidsetJourneyPlanner(Boolean value)Sets the value of the journeyPlanner property.voidsetRealTime(Boolean value)Sets the value of the realTime property.
-
-
-
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 isBoolean
-
isRealTime
public Boolean isRealTime()
Gets the value of the realTime property.- Returns:
- possible object is
Boolean
-
-