public class ClosedTimeRangeStructure extends Object
Java class for ClosedTimeRangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClosedTimeRangeStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalTime |
endTime |
protected LocalTime |
startTime |
| Constructor and Description |
|---|
ClosedTimeRangeStructure() |
| 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.
|
ClosedTimeRangeStructure |
withEndTime(LocalTime value) |
ClosedTimeRangeStructure |
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 ClosedTimeRangeStructure withStartTime(LocalTime value)
public ClosedTimeRangeStructure withEndTime(LocalTime value)
Copyright © 2018 Entur AS. All rights reserved.