Class ConsumerResponseEndpointStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DataReadyResponseStructure, DataReceivedResponseStructure

    public class ConsumerResponseEndpointStructure
    extends ResponseStructure
    implements Serializable
    Type for Unique reference to this response created by Consumer. May be used to reference the request in subsequent interactions. Used by WSDL.

    Java class for ConsumerResponseEndpointStructure complex type.

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

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

      • ConsumerResponseEndpointStructure

        public ConsumerResponseEndpointStructure()
    • Method Detail

      • getConsumerRef

        public RequestorRef getConsumerRef()
        Gets the value of the consumerRef property.
        Returns:
        possible object is RequestorRef
      • setConsumerRef

        public void setConsumerRef​(RequestorRef value)
        Sets the value of the consumerRef property.
        Parameters:
        value - allowed object is RequestorRef
      • setRequestMessageRef

        public void setRequestMessageRef​(MessageRefStructure value)
        Sets the value of the requestMessageRef property.
        Parameters:
        value - allowed object is MessageRefStructure
      • 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