Package uk.org.ifopt.siri21
Class ValidityConditionStructure.Timebands
- java.lang.Object
-
- uk.org.ifopt.siri21.ValidityConditionStructure.Timebands
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ValidityConditionStructure
public static class ValidityConditionStructure.Timebands extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Timeband" type="{http://www.ifopt.org.uk/ifopt}TimebandStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TimebandStructuretimeband
-
Constructor Summary
Constructors Constructor Description Timebands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimebandStructuregetTimeband()Gets the value of the timeband property.voidsetTimeband(TimebandStructure value)Sets the value of the timeband property.
-
-
-
Field Detail
-
timeband
protected TimebandStructure timeband
-
-
Method Detail
-
getTimeband
public TimebandStructure getTimeband()
Gets the value of the timeband property.- Returns:
- possible object is
TimebandStructure
-
setTimeband
public void setTimeband(TimebandStructure value)
Sets the value of the timeband property.- Parameters:
value- allowed object isTimebandStructure
-
-