Class WillWaitStructure

  • All Implemented Interfaces:
    Serializable

    public class WillWaitStructure
    extends Object
    implements Serializable
    Type for Will Wait details

    Java 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 Detail

      • driverHasAcknowledgeWIllWait

        protected Boolean driverHasAcknowledgeWIllWait
    • Constructor Detail

      • WillWaitStructure

        public WillWaitStructure()
    • 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 is String
      • isDriverHasAcknowledgeWIllWait

        public Boolean isDriverHasAcknowledgeWIllWait()
        Gets the value of the driverHasAcknowledgeWIllWait property.
        Returns:
        possible object is Boolean
      • setDriverHasAcknowledgeWIllWait

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