Class Advice
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Advice
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Diversion,Instructions,LaneUsage,Places,Speeds,VehicleAndTrafficTypeAdvice,Warnings,WinterDriving
public abstract class Advice extends Object implements Serializable
Information/advice that supplements the traffic/travel information contained in a situation publication.Java class for Advice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Advice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adviceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeadviceExtension
-
Constructor Summary
Constructors Constructor Description Advice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAdviceExtension()Gets the value of the adviceExtension property.voidsetAdviceExtension(ExtensionType value)Sets the value of the adviceExtension property.
-
-
-
Field Detail
-
adviceExtension
protected ExtensionType adviceExtension
-
-
Method Detail
-
getAdviceExtension
public ExtensionType getAdviceExtension()
Gets the value of the adviceExtension property.- Returns:
- possible object is
ExtensionType
-
setAdviceExtension
public void setAdviceExtension(ExtensionType value)
Sets the value of the adviceExtension property.- Parameters:
value- allowed object isExtensionType
-
-