public class FrequencyStructure extends Object
Java class for FrequencyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrequencyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.netex.org.uk/netex}HeadwayIntervalGroup"/>
<element name="HeadwayDisplay" type="{http://www.netex.org.uk/netex}HeadwayUseEnumeration" minOccurs="0"/>
<element name="FrequencyRegulated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Description" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
description |
protected Boolean |
frequencyRegulated |
protected HeadwayUseEnumeration |
headwayDisplay |
protected Duration |
maximumHeadwayInterval |
protected Duration |
minimumHeadwayInterval |
protected Duration |
scheduledHeadwayInterval |
| Constructor and Description |
|---|
FrequencyStructure() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getDescription()
Gets the value of the description property.
|
HeadwayUseEnumeration |
getHeadwayDisplay()
Gets the value of the headwayDisplay property.
|
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.
|
Boolean |
isFrequencyRegulated()
Gets the value of the frequencyRegulated property.
|
void |
setDescription(MultilingualString value)
Sets the value of the description property.
|
void |
setFrequencyRegulated(Boolean value)
Sets the value of the frequencyRegulated property.
|
void |
setHeadwayDisplay(HeadwayUseEnumeration value)
Sets the value of the headwayDisplay 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.
|
FrequencyStructure |
withDescription(MultilingualString value) |
FrequencyStructure |
withFrequencyRegulated(Boolean value) |
FrequencyStructure |
withHeadwayDisplay(HeadwayUseEnumeration value) |
FrequencyStructure |
withMaximumHeadwayInterval(Duration value) |
FrequencyStructure |
withMinimumHeadwayInterval(Duration value) |
FrequencyStructure |
withScheduledHeadwayInterval(Duration value) |
protected Duration scheduledHeadwayInterval
protected Duration minimumHeadwayInterval
protected Duration maximumHeadwayInterval
protected HeadwayUseEnumeration headwayDisplay
protected Boolean frequencyRegulated
protected MultilingualString description
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 HeadwayUseEnumeration getHeadwayDisplay()
HeadwayUseEnumerationpublic void setHeadwayDisplay(HeadwayUseEnumeration value)
value - allowed object is
HeadwayUseEnumerationpublic Boolean isFrequencyRegulated()
Booleanpublic void setFrequencyRegulated(Boolean value)
value - allowed object is
Booleanpublic MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic FrequencyStructure withScheduledHeadwayInterval(Duration value)
public FrequencyStructure withMinimumHeadwayInterval(Duration value)
public FrequencyStructure withMaximumHeadwayInterval(Duration value)
public FrequencyStructure withHeadwayDisplay(HeadwayUseEnumeration value)
public FrequencyStructure withFrequencyRegulated(Boolean value)
public FrequencyStructure withDescription(MultilingualString value)
Copyright © 2018 Entur AS. All rights reserved.