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