Package uk.org.siri.siri20
Class WillWaitStructure
- java.lang.Object
-
- uk.org.siri.siri20.WillWaitStructure
-
- All Implemented Interfaces:
Serializable
public class WillWaitStructure extends Object implements Serializable
Type for Will Wait detailsJava class for WillWaitStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WillWaitStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="WaitUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="DriverHasAcknowledgeWIllWait" 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 BooleandriverHasAcknowledgeWIllWaitprotected ZonedDateTimewaitUntilTime
-
Constructor Summary
Constructors Constructor Description WillWaitStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetWaitUntilTime()Gets the value of the waitUntilTime property.BooleanisDriverHasAcknowledgeWIllWait()Gets the value of the driverHasAcknowledgeWIllWait property.voidsetDriverHasAcknowledgeWIllWait(Boolean value)Sets the value of the driverHasAcknowledgeWIllWait property.voidsetWaitUntilTime(ZonedDateTime value)Sets the value of the waitUntilTime property.
-
-
-
Field Detail
-
waitUntilTime
protected ZonedDateTime waitUntilTime
-
driverHasAcknowledgeWIllWait
protected Boolean driverHasAcknowledgeWIllWait
-
-
Method Detail
-
getWaitUntilTime
public ZonedDateTime getWaitUntilTime()
Gets the value of the waitUntilTime property.- Returns:
- possible object is
String
-
setWaitUntilTime
public void setWaitUntilTime(ZonedDateTime value)
Sets the value of the waitUntilTime property.- Parameters:
value- allowed object isString
-
isDriverHasAcknowledgeWIllWait
public Boolean isDriverHasAcknowledgeWIllWait()
Gets the value of the driverHasAcknowledgeWIllWait property.- Returns:
- possible object is
Boolean
-
-