Class ContextualisedRequestStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ServiceRequestStructure

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

    Java class for ContextualisedRequestStructure complex type.

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

     <complexType name="ContextualisedRequestStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ServiceRequestContext" type="{http://www.siri.org.uk/siri}ServiceRequestContextStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}RequestTimestamp"/>
             <group ref="{http://www.siri.org.uk/siri}AuthenticatedRequestGroup"/>
             <group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/>
             <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextualisedRequestStructure

        public ContextualisedRequestStructure()
    • 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
      • getAccountId

        public String getAccountId()
        Gets the value of the accountId property.
        Returns:
        possible object is String
      • setAccountId

        public void setAccountId​(String value)
        Sets the value of the accountId property.
        Parameters:
        value - allowed object is String
      • getAccountKey

        public String getAccountKey()
        Gets the value of the accountKey property.
        Returns:
        possible object is String
      • setAccountKey

        public void setAccountKey​(String value)
        Sets the value of the accountKey property.
        Parameters:
        value - allowed object is String
      • getAddress

        public String getAddress()
        Gets the value of the address property.
        Returns:
        possible object is String
      • setAddress

        public void setAddress​(String value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is String
      • getRequestorRef

        public RequestorRef getRequestorRef()
        Gets the value of the requestorRef property.
        Returns:
        possible object is RequestorRef
      • setRequestorRef

        public void setRequestorRef​(RequestorRef value)
        Sets the value of the requestorRef property.
        Parameters:
        value - allowed object is RequestorRef
      • getDelegatorAddress

        public String getDelegatorAddress()
        Gets the value of the delegatorAddress property.
        Returns:
        possible object is String
      • setDelegatorAddress

        public void setDelegatorAddress​(String value)
        Sets the value of the delegatorAddress property.
        Parameters:
        value - allowed object is String
      • getDelegatorRef

        public RequestorRef getDelegatorRef()
        Gets the value of the delegatorRef property.
        Returns:
        possible object is RequestorRef
      • setDelegatorRef

        public void setDelegatorRef​(RequestorRef value)
        Sets the value of the delegatorRef property.
        Parameters:
        value - allowed object is RequestorRef