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