public abstract class ContextualisedRequestStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected String |
accountKey |
protected String |
address |
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected MessageQualifierStructure |
messageIdentifier |
protected ParticipantRefStructure |
requestorRef |
protected LocalDateTime |
requestTimestamp |
protected ServiceRequestContextStructure |
serviceRequestContext |
| Constructor and Description |
|---|
ContextualisedRequestStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountKey()
Gets the value of the accountKey property.
|
String |
getAddress()
Gets the value of the address property.
|
String |
getDelegatorAddress()
Gets the value of the delegatorAddress property.
|
ParticipantRefStructure |
getDelegatorRef()
Gets the value of the delegatorRef property.
|
MessageQualifierStructure |
getMessageIdentifier()
Gets the value of the messageIdentifier property.
|
ParticipantRefStructure |
getRequestorRef()
Gets the value of the requestorRef property.
|
LocalDateTime |
getRequestTimestamp()
Gets the value of the requestTimestamp property.
|
ServiceRequestContextStructure |
getServiceRequestContext()
Gets the value of the serviceRequestContext property.
|
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setAccountKey(String value)
Sets the value of the accountKey property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.
|
void |
setDelegatorRef(ParticipantRefStructure value)
Sets the value of the delegatorRef property.
|
void |
setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.
|
void |
setRequestorRef(ParticipantRefStructure value)
Sets the value of the requestorRef property.
|
void |
setRequestTimestamp(LocalDateTime value)
Sets the value of the requestTimestamp property.
|
void |
setServiceRequestContext(ServiceRequestContextStructure value)
Sets the value of the serviceRequestContext property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ContextualisedRequestStructure |
withAccountId(String value) |
ContextualisedRequestStructure |
withAccountKey(String value) |
ContextualisedRequestStructure |
withAddress(String value) |
ContextualisedRequestStructure |
withDelegatorAddress(String value) |
ContextualisedRequestStructure |
withDelegatorRef(ParticipantRefStructure value) |
ContextualisedRequestStructure |
withMessageIdentifier(MessageQualifierStructure value) |
ContextualisedRequestStructure |
withRequestorRef(ParticipantRefStructure value) |
ContextualisedRequestStructure |
withRequestTimestamp(LocalDateTime value) |
ContextualisedRequestStructure |
withServiceRequestContext(ServiceRequestContextStructure value) |
protected ServiceRequestContextStructure serviceRequestContext
protected LocalDateTime requestTimestamp
protected String accountId
protected String accountKey
protected String address
protected ParticipantRefStructure requestorRef
protected MessageQualifierStructure messageIdentifier
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
public ServiceRequestContextStructure getServiceRequestContext()
ServiceRequestContextStructurepublic void setServiceRequestContext(ServiceRequestContextStructure value)
value - allowed object is
ServiceRequestContextStructurepublic LocalDateTime getRequestTimestamp()
Stringpublic void setRequestTimestamp(LocalDateTime value)
value - allowed object is
Stringpublic String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getAccountKey()
Stringpublic void setAccountKey(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getRequestorRef()
ParticipantRefStructurepublic void setRequestorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic MessageQualifierStructure getMessageIdentifier()
MessageQualifierStructurepublic void setMessageIdentifier(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic ContextualisedRequestStructure withServiceRequestContext(ServiceRequestContextStructure value)
public ContextualisedRequestStructure withRequestTimestamp(LocalDateTime value)
public ContextualisedRequestStructure withAccountId(String value)
public ContextualisedRequestStructure withAccountKey(String value)
public ContextualisedRequestStructure withAddress(String value)
public ContextualisedRequestStructure withRequestorRef(ParticipantRefStructure value)
public ContextualisedRequestStructure withMessageIdentifier(MessageQualifierStructure value)
public ContextualisedRequestStructure withDelegatorAddress(String value)
public ContextualisedRequestStructure withDelegatorRef(ParticipantRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.