Class Delays
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Delays
-
- All Implemented Interfaces:
Serializable
public class Delays extends Object implements Serializable
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_0RC1/2_0}DelayBandEnum" minOccurs="0"/> <element name="delaysType" type="{http://datex2.eu/schema/2_0RC1/2_0}DelaysTypeEnum" minOccurs="0"/> <element name="delayTimeValue" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/> <element name="delaysExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DelayBandEnumdelayBandprotected ExtensionTypedelaysExtensionprotected DelaysTypeEnumdelaysTypeprotected FloatdelayTimeValue
-
Constructor Summary
Constructors Constructor Description Delays()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayBandEnumgetDelayBand()Gets the value of the delayBand property.ExtensionTypegetDelaysExtension()Gets the value of the delaysExtension property.DelaysTypeEnumgetDelaysType()Gets the value of the delaysType property.FloatgetDelayTimeValue()Gets the value of the delayTimeValue property.voidsetDelayBand(DelayBandEnum value)Sets the value of the delayBand property.voidsetDelaysExtension(ExtensionType value)Sets the value of the delaysExtension property.voidsetDelaysType(DelaysTypeEnum value)Sets the value of the delaysType property.voidsetDelayTimeValue(Float value)Sets the value of the delayTimeValue property.
-
-
-
Field Detail
-
delayBand
protected DelayBandEnum delayBand
-
delaysType
protected DelaysTypeEnum delaysType
-
delayTimeValue
protected Float delayTimeValue
-
delaysExtension
protected ExtensionType delaysExtension
-
-
Method Detail
-
getDelayBand
public DelayBandEnum getDelayBand()
Gets the value of the delayBand property.- Returns:
- possible object is
DelayBandEnum
-
setDelayBand
public void setDelayBand(DelayBandEnum value)
Sets the value of the delayBand property.- Parameters:
value- allowed object isDelayBandEnum
-
getDelaysType
public DelaysTypeEnum getDelaysType()
Gets the value of the delaysType property.- Returns:
- possible object is
DelaysTypeEnum
-
setDelaysType
public void setDelaysType(DelaysTypeEnum value)
Sets the value of the delaysType property.- Parameters:
value- allowed object isDelaysTypeEnum
-
getDelayTimeValue
public Float getDelayTimeValue()
Gets the value of the delayTimeValue property.- Returns:
- possible object is
Float
-
setDelayTimeValue
public void setDelayTimeValue(Float value)
Sets the value of the delayTimeValue property.- Parameters:
value- allowed object isFloat
-
getDelaysExtension
public ExtensionType getDelaysExtension()
Gets the value of the delaysExtension property.- Returns:
- possible object is
ExtensionType
-
setDelaysExtension
public void setDelaysExtension(ExtensionType value)
Sets the value of the delaysExtension property.- Parameters:
value- allowed object isExtensionType
-
-