
public class TimeRange extends Object
Java class for TimeRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
end |
protected Calendar |
start |
| Constructor and Description |
|---|
TimeRange() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEnd()
Gets the value of the end property.
|
Calendar |
getStart()
Gets the value of the start property.
|
void |
setEnd(Calendar value)
Sets the value of the end property.
|
void |
setStart(Calendar value)
Sets the value of the start property.
|
public Calendar getEnd()
Calendarpublic void setEnd(Calendar value)
value - allowed object is
Calendarpublic Calendar getStart()
CalendarCopyright © 2008–2017 MIL-OSS. All rights reserved.