Package uk.org.siri.siri14
Class ConsumerResponseEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri14.ResponseStructure
-
- uk.org.siri.siri14.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"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RequestorRefconsumerRefprotected MessageRefStructurerequestMessageRef-
Fields inherited from class uk.org.siri.siri14.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.MessageRefStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.voidsetConsumerRef(RequestorRef value)Sets the value of the consumerRef property.voidsetRequestMessageRef(MessageRefStructure value)Sets the value of the requestMessageRef property.-
Methods inherited from class uk.org.siri.siri14.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
consumerRef
protected RequestorRef consumerRef
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
-
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
-
-