Class ConsumerRequestEndpointStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DataSupplyRequestStructure

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

    Java class for ConsumerRequestEndpointStructure complex type.

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

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

      • ConsumerRequestEndpointStructure

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