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"/>
           </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