Class ProducerRequestEndpointStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractNotificationStructure, HeartbeatNotificationStructure

    public class ProducerRequestEndpointStructure
    extends AbstractRequestStructure
    implements Serializable
    Type for Unique reference to request to the producer. May be used to reference request in subsequent interactions. Used for WSDL.

    Java class for ProducerRequestEndpointStructure complex type.

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

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

      • ProducerRequestEndpointStructure

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

        public RequestorRef getProducerRef()
        Gets the value of the producerRef property.
        Returns:
        possible object is RequestorRef
      • setProducerRef

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