Package uk.org.siri.siri20
Class ConsumerRequestEndpointStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AuthenticatedRequestStructure
-
- uk.org.siri.siri20.ConsumerRequestEndpointStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataSupplyRequestStructure
public class ConsumerRequestEndpointStructure extends AuthenticatedRequestStructure 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}AuthenticatedRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ConsumerRequestEndpointGroup"/> <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 RequestorRefconsumerRefprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected MessageQualifierStructuremessageIdentifier-
Fields inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
accountId, accountKey
-
Fields inherited from class uk.org.siri.siri20.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.StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef 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.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.-
Methods inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
getAccountId, getAccountKey, setAccountId, setAccountKey
-
Methods inherited from class uk.org.siri.siri20.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
consumerRef
protected RequestorRef consumerRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
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
-
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
-
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
-
-