Class RequestStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractSubscriptionRequestStructure, CheckStatusRequestStructure

    public class RequestStructure
    extends AuthenticatedRequestStructure
    implements Serializable
    Type for General SIRI Request.

    Java class for RequestStructure complex type.

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

     <complexType name="RequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AuthenticatedRequestStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/>
             <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestStructure

        public RequestStructure()
    • Method Detail

      • 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