Class DataReadyRequestStructure

  • All Implemented Interfaces:
    Serializable

    public class DataReadyRequestStructure
    extends AbstractNotificationStructure
    implements Serializable
    Type for Request from Producer to Consumer to notify that data update is ready to fetch. Answered with a DataReadyResponse.

    Java class for DataReadyRequestStructure complex type.

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

     <complexType name="DataReadyRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractNotificationStructure">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DataReadyRequestStructure

        public DataReadyRequestStructure()