Class ProducerResponseStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CapabilitiesResponse, ServiceDeliveryStructure

    public class ProducerResponseStructure
    extends ResponseStructure
    implements Serializable
    Type for General SIRI Producer Response.

    Java class for ProducerResponseStructure complex type.

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

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

      • ProducerResponseStructure

        public ProducerResponseStructure()
    • Method Detail

      • 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
      • 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
      • setRequestMessageRef

        public void setRequestMessageRef​(MessageRefStructure value)
        Sets the value of the requestMessageRef property.
        Parameters:
        value - allowed object is MessageRefStructure