Class AbstractRequestStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractServiceRequestStructure, AuthenticatedRequestStructure

    public abstract class AbstractRequestStructure
    extends Object
    implements Serializable
    Type for General SIRI Request.

    Java class for AbstractRequestStructure complex type.

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

     <complexType name="AbstractRequestStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}RequestTimestamp"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractRequestStructure

        public AbstractRequestStructure()
    • Method Detail

      • getRequestTimestamp

        public ZonedDateTime getRequestTimestamp()
        Gets the value of the requestTimestamp property.
        Returns:
        possible object is String
      • setRequestTimestamp

        public void setRequestTimestamp​(ZonedDateTime value)
        Sets the value of the requestTimestamp property.
        Parameters:
        value - allowed object is String