public class Delays extends Object
Java class for Delays complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Delays">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="delayBand" type="{http://datex2.eu/schema/2/2_0}DelayBandEnum" minOccurs="0"/>
<element name="delaysType" type="{http://datex2.eu/schema/2/2_0}DelaysTypeEnum" minOccurs="0"/>
<element name="delayTimeValue" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="delaysExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DelayBandEnum |
delayBand |
protected ExtensionType |
delaysExtension |
protected DelaysTypeEnum |
delaysType |
protected Float |
delayTimeValue |
| Constructor and Description |
|---|
Delays() |
| Modifier and Type | Method and Description |
|---|---|
DelayBandEnum |
getDelayBand()
Gets the value of the delayBand property.
|
ExtensionType |
getDelaysExtension()
Gets the value of the delaysExtension property.
|
DelaysTypeEnum |
getDelaysType()
Gets the value of the delaysType property.
|
Float |
getDelayTimeValue()
Gets the value of the delayTimeValue property.
|
void |
setDelayBand(DelayBandEnum value)
Sets the value of the delayBand property.
|
void |
setDelaysExtension(ExtensionType value)
Sets the value of the delaysExtension property.
|
void |
setDelaysType(DelaysTypeEnum value)
Sets the value of the delaysType property.
|
void |
setDelayTimeValue(Float value)
Sets the value of the delayTimeValue property.
|
protected DelayBandEnum delayBand
protected DelaysTypeEnum delaysType
protected Float delayTimeValue
protected ExtensionType delaysExtension
public DelayBandEnum getDelayBand()
DelayBandEnumpublic void setDelayBand(DelayBandEnum value)
value - allowed object is
DelayBandEnumpublic DelaysTypeEnum getDelaysType()
DelaysTypeEnumpublic void setDelaysType(DelaysTypeEnum value)
value - allowed object is
DelaysTypeEnumpublic Float getDelayTimeValue()
Floatpublic void setDelayTimeValue(Float value)
value - allowed object is
Floatpublic ExtensionType getDelaysExtension()
ExtensionTypepublic void setDelaysExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.