Package uk.org.siri.siri13
Class ResponseEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri13.ResponseStructure
-
- uk.org.siri.siri13.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 WSDLJava 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
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected MessageQualifierStructurerequestMessageRefprotected RequestorRefresponderRef-
Fields inherited from class uk.org.siri.siri13.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description ResponseEndpointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.RequestorRefgetResponderRef()Gets the value of the responderRef property.voidsetAddress(String value)Sets the value of the address property.voidsetRequestMessageRef(MessageQualifierStructure value)Sets the value of the requestMessageRef property.voidsetResponderRef(RequestorRef value)Sets the value of the responderRef property.-
Methods inherited from class uk.org.siri.siri13.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
responderRef
protected RequestorRef responderRef
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
-
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 isString
-
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 isRequestorRef
-
getRequestMessageRef
public MessageQualifierStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageQualifierStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageQualifierStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageQualifierStructure
-
-