public class HeadwayIntervalStructure extends Object
Java class for HeadwayIntervalStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeadwayIntervalStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.netex.org.uk/netex}HeadwayIntervalGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
maximumHeadwayInterval |
protected Duration |
minimumHeadwayInterval |
protected Duration |
scheduledHeadwayInterval |
| Constructor and Description |
|---|
HeadwayIntervalStructure() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getMaximumHeadwayInterval()
Gets the value of the maximumHeadwayInterval property.
|
Duration |
getMinimumHeadwayInterval()
Gets the value of the minimumHeadwayInterval property.
|
Duration |
getScheduledHeadwayInterval()
Gets the value of the scheduledHeadwayInterval property.
|
void |
setMaximumHeadwayInterval(Duration value)
Sets the value of the maximumHeadwayInterval property.
|
void |
setMinimumHeadwayInterval(Duration value)
Sets the value of the minimumHeadwayInterval property.
|
void |
setScheduledHeadwayInterval(Duration value)
Sets the value of the scheduledHeadwayInterval property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
HeadwayIntervalStructure |
withMaximumHeadwayInterval(Duration value) |
HeadwayIntervalStructure |
withMinimumHeadwayInterval(Duration value) |
HeadwayIntervalStructure |
withScheduledHeadwayInterval(Duration value) |
protected Duration scheduledHeadwayInterval
protected Duration minimumHeadwayInterval
protected Duration maximumHeadwayInterval
public Duration getScheduledHeadwayInterval()
Stringpublic void setScheduledHeadwayInterval(Duration value)
value - allowed object is
Stringpublic Duration getMinimumHeadwayInterval()
Stringpublic void setMinimumHeadwayInterval(Duration value)
value - allowed object is
Stringpublic Duration getMaximumHeadwayInterval()
Stringpublic void setMaximumHeadwayInterval(Duration value)
value - allowed object is
Stringpublic HeadwayIntervalStructure withScheduledHeadwayInterval(Duration value)
public HeadwayIntervalStructure withMinimumHeadwayInterval(Duration value)
public HeadwayIntervalStructure withMaximumHeadwayInterval(Duration value)
Copyright © 2018 Entur AS. All rights reserved.