public class RequestStructure extends AuthenticatedRequestStructure
Java class for RequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}AuthenticatedRequestStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/>
<group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected MessageQualifierStructure |
messageIdentifier |
protected ParticipantRefStructure |
requestorRef |
accountId, accountKeyrequestTimestamp| Constructor and Description |
|---|
RequestStructure() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
String |
toString()
Generates a String representation of the contents of this type.
|
RequestStructure |
withAccountId(String value) |
RequestStructure |
withAccountKey(String value) |
RequestStructure |
withAddress(String value) |
RequestStructure |
withDelegatorAddress(String value) |
RequestStructure |
withDelegatorRef(ParticipantRefStructure value) |
RequestStructure |
withMessageIdentifier(MessageQualifierStructure value) |
RequestStructure |
withRequestorRef(ParticipantRefStructure value) |
RequestStructure |
withRequestTimestamp(LocalDateTime value) |
getAccountId, getAccountKey, setAccountId, setAccountKeygetRequestTimestamp, setRequestTimestampprotected String address
protected ParticipantRefStructure requestorRef
protected MessageQualifierStructure messageIdentifier
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
public 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 RequestStructure withAddress(String value)
public RequestStructure withRequestorRef(ParticipantRefStructure value)
public RequestStructure withMessageIdentifier(MessageQualifierStructure value)
public RequestStructure withDelegatorAddress(String value)
public RequestStructure withDelegatorRef(ParticipantRefStructure value)
public RequestStructure withAccountId(String value)
withAccountId in class AuthenticatedRequestStructurepublic RequestStructure withAccountKey(String value)
withAccountKey in class AuthenticatedRequestStructurepublic RequestStructure withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class AuthenticatedRequestStructurepublic String toString()
toString in class AuthenticatedRequestStructureCopyright © 2018 Entur AS. All rights reserved.