Class ResponseEndpointStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SubscriptionResponseStructure, TerminateSubscriptionResponseStructure

    public class ResponseEndpointStructure
    extends ResponseStructure
    implements Serializable
    Type for Unique reference to reponse. May be used to reference request in subsequent interactions. Used for WSDL

    Java class for ResponseEndpointStructure complex type.

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

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

      • ResponseEndpointStructure

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

        public RequestorRef getResponderRef()
        Gets the value of the responderRef property.
        Returns:
        possible object is RequestorRef
      • setResponderRef

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