public class CheckStatusRequestStructure extends RequestStructure
Java class for CheckStatusRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckStatusRequestStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}RequestStructure">
<sequence>
<element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.0" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionsStructure |
extensions |
protected String |
version |
address, delegatorAddress, delegatorRef, messageIdentifier, requestorRefaccountId, accountKeyrequestTimestamp| Constructor and Description |
|---|
CheckStatusRequestStructure() |
getAddress, getDelegatorAddress, getDelegatorRef, getMessageIdentifier, getRequestorRef, setAddress, setDelegatorAddress, setDelegatorRef, setMessageIdentifier, setRequestorRefgetAccountId, getAccountKey, setAccountId, setAccountKeygetRequestTimestamp, setRequestTimestampprotected ExtensionsStructure extensions
protected String version
public ExtensionsStructure getExtensions()
ExtensionsStructurepublic void setExtensions(ExtensionsStructure value)
value - allowed object is
ExtensionsStructurepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic CheckStatusRequestStructure withExtensions(ExtensionsStructure value)
public CheckStatusRequestStructure withVersion(String value)
public CheckStatusRequestStructure withAddress(String value)
withAddress in class RequestStructurepublic CheckStatusRequestStructure withRequestorRef(ParticipantRefStructure value)
withRequestorRef in class RequestStructurepublic CheckStatusRequestStructure withMessageIdentifier(MessageQualifierStructure value)
withMessageIdentifier in class RequestStructurepublic CheckStatusRequestStructure withDelegatorAddress(String value)
withDelegatorAddress in class RequestStructurepublic CheckStatusRequestStructure withDelegatorRef(ParticipantRefStructure value)
withDelegatorRef in class RequestStructurepublic CheckStatusRequestStructure withAccountId(String value)
withAccountId in class RequestStructurepublic CheckStatusRequestStructure withAccountKey(String value)
withAccountKey in class RequestStructurepublic CheckStatusRequestStructure withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class RequestStructurepublic String toString()
toString in class RequestStructureCopyright © 2018 Entur AS. All rights reserved.