Package uk.org.ifopt.siri20
Class TimebandStructure
- java.lang.Object
-
- uk.org.ifopt.siri20.HalfOpenTimeRangeStructure
-
- uk.org.ifopt.siri20.TimebandStructure
-
- All Implemented Interfaces:
Serializable
public class TimebandStructure extends HalfOpenTimeRangeStructure implements Serializable
Type for a timeband.Java class for TimebandStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimebandStructure"> <complexContent> <extension base="{http://www.ifopt.org.uk/ifopt}HalfOpenTimeRangeStructure"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.ifopt.siri20.HalfOpenTimeRangeStructure
endTime, startTime
-
-
Constructor Summary
Constructors Constructor Description TimebandStructure()
-
Method Summary
-
Methods inherited from class uk.org.ifopt.siri20.HalfOpenTimeRangeStructure
getEndTime, getStartTime, setEndTime, setStartTime
-
-