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