Package uk.org.siri.siri21
Class ResponseEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.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"/> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected MessageRefStructurerequestMessageRefprotected RequestorRefresponderRef-
Fields inherited from class uk.org.siri.siri21.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.StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef property.MessageRefStructuregetRequestMessageRef()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.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetRequestMessageRef(MessageRefStructure 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.siri21.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
responderRef
protected RequestorRef responderRef
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
-
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 MessageRefStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageRefStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageRefStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageRefStructure
-
getDelegatorAddress
public String getDelegatorAddress()
Gets the value of the delegatorAddress property.- Returns:
- possible object is
String
-
setDelegatorAddress
public void setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.- Parameters:
value- allowed object isString
-
getDelegatorRef
public RequestorRef getDelegatorRef()
Gets the value of the delegatorRef property.- Returns:
- possible object is
RequestorRef
-
setDelegatorRef
public void setDelegatorRef(RequestorRef value)
Sets the value of the delegatorRef property.- Parameters:
value- allowed object isRequestorRef
-
-