public class OpenTimestampRangeStructure extends Object
Java class for OpenTimestampRangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenTimestampRangeStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
endTime |
protected LocalDateTime |
startTime |
| Constructor and Description |
|---|
OpenTimestampRangeStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getEndTime()
Gets the value of the endTime property.
|
LocalDateTime |
getStartTime()
Gets the value of the startTime property.
|
void |
setEndTime(LocalDateTime value)
Sets the value of the endTime property.
|
void |
setStartTime(LocalDateTime value)
Sets the value of the startTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
OpenTimestampRangeStructure |
withEndTime(LocalDateTime value) |
OpenTimestampRangeStructure |
withStartTime(LocalDateTime value) |
protected LocalDateTime startTime
protected LocalDateTime endTime
public LocalDateTime getStartTime()
Stringpublic void setStartTime(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getEndTime()
Stringpublic void setEndTime(LocalDateTime value)
value - allowed object is
Stringpublic OpenTimestampRangeStructure withStartTime(LocalDateTime value)
public OpenTimestampRangeStructure withEndTime(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.