public abstract class AbstractRequestStructure extends Object
Java class for AbstractRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRequestStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.siri.org.uk/siri}RequestTimestamp"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
requestTimestamp |
| Constructor and Description |
|---|
AbstractRequestStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getRequestTimestamp()
Gets the value of the requestTimestamp property.
|
void |
setRequestTimestamp(LocalDateTime value)
Sets the value of the requestTimestamp property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractRequestStructure |
withRequestTimestamp(LocalDateTime value) |
protected LocalDateTime requestTimestamp
public LocalDateTime getRequestTimestamp()
Stringpublic void setRequestTimestamp(LocalDateTime value)
value - allowed object is
Stringpublic AbstractRequestStructure withRequestTimestamp(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.