public abstract class AuthenticatedRequestStructure extends AbstractRequestStructure
Java class for AuthenticatedRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatedRequestStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}AbstractRequestStructure">
<group ref="{http://www.siri.org.uk/siri}AuthenticatedRequestGroup"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected String |
accountKey |
requestTimestamp| Constructor and Description |
|---|
AuthenticatedRequestStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Gets the value of the accountId property.
|
String |
getAccountKey()
Gets the value of the accountKey property.
|
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setAccountKey(String value)
Sets the value of the accountKey property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AuthenticatedRequestStructure |
withAccountId(String value) |
AuthenticatedRequestStructure |
withAccountKey(String value) |
AuthenticatedRequestStructure |
withRequestTimestamp(LocalDateTime value) |
getRequestTimestamp, setRequestTimestamppublic String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getAccountKey()
Stringpublic void setAccountKey(String value)
value - allowed object is
Stringpublic AuthenticatedRequestStructure withAccountId(String value)
public AuthenticatedRequestStructure withAccountKey(String value)
public AuthenticatedRequestStructure withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class AbstractRequestStructurepublic String toString()
toString in class AbstractRequestStructureCopyright © 2018 Entur AS. All rights reserved.