Class Speeds
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Advice
-
- eu.datex2.siri13.schema._1_0._1_0.Speeds
-
- All Implemented Interfaces:
Serializable
public class Speeds extends Advice implements Serializable
Supplementary speed advice.Java class for Speeds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Speeds"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Advice"> <sequence> <element name="speedAdvice" type="{http://datex2.eu/schema/1_0/1_0}SpeedAdviceEnum"/> <element name="speedsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SpeedAdviceEnumspeedAdviceprotected ExtensionTypespeedsExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
adviceExtension
-
-
Constructor Summary
Constructors Constructor Description Speeds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpeedAdviceEnumgetSpeedAdvice()Gets the value of the speedAdvice property.ExtensionTypegetSpeedsExtension()Gets the value of the speedsExtension property.voidsetSpeedAdvice(SpeedAdviceEnum value)Sets the value of the speedAdvice property.voidsetSpeedsExtension(ExtensionType value)Sets the value of the speedsExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
getAdviceExtension, setAdviceExtension
-
-
-
-
Field Detail
-
speedAdvice
protected SpeedAdviceEnum speedAdvice
-
speedsExtension
protected ExtensionType speedsExtension
-
-
Method Detail
-
getSpeedAdvice
public SpeedAdviceEnum getSpeedAdvice()
Gets the value of the speedAdvice property.- Returns:
- possible object is
SpeedAdviceEnum
-
setSpeedAdvice
public void setSpeedAdvice(SpeedAdviceEnum value)
Sets the value of the speedAdvice property.- Parameters:
value- allowed object isSpeedAdviceEnum
-
getSpeedsExtension
public ExtensionType getSpeedsExtension()
Gets the value of the speedsExtension property.- Returns:
- possible object is
ExtensionType
-
setSpeedsExtension
public void setSpeedsExtension(ExtensionType value)
Sets the value of the speedsExtension property.- Parameters:
value- allowed object isExtensionType
-
-