Package uk.org.siri.siri13
Class ConsumerRequestEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractRequestStructure
-
- uk.org.siri.siri13.ConsumerRequestEndpointStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataSupplyRequestStructure
public class ConsumerRequestEndpointStructure extends AbstractRequestStructure implements Serializable
Type for Unique reference to this request, created by Consumer. May be used to reference the request in subsequent interactions. Used by WSDL..Java class for ConsumerRequestEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumerRequestEndpointStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ConsumerRequestEndpointGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected RequestorRefconsumerRefprotected MessageQualifierStructuremessageIdentifier-
Fields inherited from class uk.org.siri.siri13.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description ConsumerRequestEndpointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.RequestorRefgetConsumerRef()Gets the value of the consumerRef property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.voidsetAddress(String value)Sets the value of the address property.voidsetConsumerRef(RequestorRef value)Sets the value of the consumerRef property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.-
Methods inherited from class uk.org.siri.siri13.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
consumerRef
protected RequestorRef consumerRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
-
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
-
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
-
getMessageIdentifier
public MessageQualifierStructure getMessageIdentifier()
Gets the value of the messageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setMessageIdentifier
public void setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
-