Package uk.org.siri.siri21
Class DelaysStructure
- java.lang.Object
-
- uk.org.siri.siri21.DelaysStructure
-
- All Implemented Interfaces:
Serializable
public class DelaysStructure extends Object implements Serializable
Type for easement info.Java class for DelaysStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DelaysStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DelayBand" type="{http://www.siri.org.uk/siri}DelayBandEnumeration" minOccurs="0"/> <element name="DelayType" type="{http://datex2.eu/schema/2_0RC1/2_0}DelaysTypeEnum" minOccurs="0"/> <element name="Delay" type="{http://www.siri.org.uk/siri}PositiveDurationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Durationdelayprotected DelayBandEnumerationdelayBandprotected DelaysTypeEnumdelayType
-
Constructor Summary
Constructors Constructor Description DelaysStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetDelay()Gets the value of the delay property.DelayBandEnumerationgetDelayBand()Gets the value of the delayBand property.DelaysTypeEnumgetDelayType()Gets the value of the delayType property.voidsetDelay(Duration value)Sets the value of the delay property.voidsetDelayBand(DelayBandEnumeration value)Sets the value of the delayBand property.voidsetDelayType(DelaysTypeEnum value)Sets the value of the delayType property.
-
-
-
Field Detail
-
delayBand
protected DelayBandEnumeration delayBand
-
delayType
protected DelaysTypeEnum delayType
-
delay
protected Duration delay
-
-
Method Detail
-
getDelayBand
public DelayBandEnumeration getDelayBand()
Gets the value of the delayBand property.- Returns:
- possible object is
DelayBandEnumeration
-
setDelayBand
public void setDelayBand(DelayBandEnumeration value)
Sets the value of the delayBand property.- Parameters:
value- allowed object isDelayBandEnumeration
-
getDelayType
public DelaysTypeEnum getDelayType()
Gets the value of the delayType property.- Returns:
- possible object is
DelaysTypeEnum
-
setDelayType
public void setDelayType(DelaysTypeEnum value)
Sets the value of the delayType property.- Parameters:
value- allowed object isDelaysTypeEnum
-
getDelay
public Duration getDelay()
Gets the value of the delay property.- Returns:
- possible object is
String
-
-