Package uk.org.siri.siri21
Class ConsumerResponseEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.ConsumerResponseEndpointStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataReadyResponseStructure,DataReceivedResponseStructure
public class ConsumerResponseEndpointStructure extends ResponseStructure implements Serializable
Type for Unique reference to this response created by Consumer. May be used to reference the request in subsequent interactions. Used by WSDL.Java class for ConsumerResponseEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumerResponseEndpointStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ConsumerResponseEndpointGroup"/> <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 RequestorRefconsumerRefprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected MessageRefStructurerequestMessageRef-
Fields inherited from class uk.org.siri.siri21.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description ConsumerResponseEndpointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestorRefgetConsumerRef()Gets the value of the consumerRef 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.voidsetConsumerRef(RequestorRef value)Sets the value of the consumerRef 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.-
Methods inherited from class uk.org.siri.siri21.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
consumerRef
protected RequestorRef consumerRef
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
-
Method Detail
-
getConsumerRef
public RequestorRef getConsumerRef()
Gets the value of the consumerRef property.- Returns:
- possible object is
RequestorRef
-
setConsumerRef
public void setConsumerRef(RequestorRef value)
Sets the value of the consumerRef 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
-
-