Package uk.org.siri.siri20
Class ContextualisedRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.ContextualisedRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServiceRequestStructure
public abstract class ContextualisedRequestStructure extends Object implements Serializable
Type for General SIRI Request.Java class for ContextualisedRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContextualisedRequestStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceRequestContext" type="{http://www.siri.org.uk/siri}ServiceRequestContextStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}RequestTimestamp"/> <group ref="{http://www.siri.org.uk/siri}AuthenticatedRequestGroup"/> <group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountIdprotected StringaccountKeyprotected Stringaddressprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected MessageQualifierStructuremessageIdentifierprotected RequestorRefrequestorRefprotected ZonedDateTimerequestTimestampprotected ServiceRequestContextStructureserviceRequestContext
-
Constructor Summary
Constructors Constructor Description ContextualisedRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Gets the value of the accountId property.StringgetAccountKey()Gets the value of the accountKey property.StringgetAddress()Gets the value of the address 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.RequestorRefgetRequestorRef()Gets the value of the requestorRef property.ZonedDateTimegetRequestTimestamp()Gets the value of the requestTimestamp property.ServiceRequestContextStructuregetServiceRequestContext()Gets the value of the serviceRequestContext property.voidsetAccountId(String value)Sets the value of the accountId property.voidsetAccountKey(String value)Sets the value of the accountKey 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.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetRequestorRef(RequestorRef value)Sets the value of the requestorRef property.voidsetRequestTimestamp(ZonedDateTime value)Sets the value of the requestTimestamp property.voidsetServiceRequestContext(ServiceRequestContextStructure value)Sets the value of the serviceRequestContext property.
-
-
-
Field Detail
-
serviceRequestContext
protected ServiceRequestContextStructure serviceRequestContext
-
requestTimestamp
protected ZonedDateTime requestTimestamp
-
accountId
protected String accountId
-
accountKey
protected String accountKey
-
address
protected String address
-
requestorRef
protected RequestorRef requestorRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
-
Method Detail
-
getServiceRequestContext
public ServiceRequestContextStructure getServiceRequestContext()
Gets the value of the serviceRequestContext property.- Returns:
- possible object is
ServiceRequestContextStructure
-
setServiceRequestContext
public void setServiceRequestContext(ServiceRequestContextStructure value)
Sets the value of the serviceRequestContext property.- Parameters:
value- allowed object isServiceRequestContextStructure
-
getRequestTimestamp
public ZonedDateTime getRequestTimestamp()
Gets the value of the requestTimestamp property.- Returns:
- possible object is
String
-
setRequestTimestamp
public void setRequestTimestamp(ZonedDateTime value)
Sets the value of the requestTimestamp property.- Parameters:
value- allowed object isString
-
getAccountId
public String getAccountId()
Gets the value of the accountId property.- Returns:
- possible object is
String
-
setAccountId
public void setAccountId(String value)
Sets the value of the accountId property.- Parameters:
value- allowed object isString
-
getAccountKey
public String getAccountKey()
Gets the value of the accountKey property.- Returns:
- possible object is
String
-
setAccountKey
public void setAccountKey(String value)
Sets the value of the accountKey property.- Parameters:
value- allowed object isString
-
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
-
getRequestorRef
public RequestorRef getRequestorRef()
Gets the value of the requestorRef property.- Returns:
- possible object is
RequestorRef
-
setRequestorRef
public void setRequestorRef(RequestorRef value)
Sets the value of the requestorRef 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
-
-