Class ReferenceSettings
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.ReferenceSettings
-
- All Implemented Interfaces:
Serializable
public class ReferenceSettings extends Object implements Serializable
Specification of the default value for traffic status on a set of predefined locations on the road network. Only when traffic status differs from this value at a location in the set need a value be sent.Java class for ReferenceSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="locationSetReference" type="{http://datex2.eu/schema/1_0/1_0}Reference" minOccurs="0"/> <element name="trafficStatusDefault" type="{http://datex2.eu/schema/1_0/1_0}TrafficStatusEnum" minOccurs="0"/> <element name="referenceSettingsExtension" 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 StringlocationSetReferenceprotected ExtensionTypereferenceSettingsExtensionprotected TrafficStatusEnumtrafficStatusDefault
-
Constructor Summary
Constructors Constructor Description ReferenceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocationSetReference()Gets the value of the locationSetReference property.ExtensionTypegetReferenceSettingsExtension()Gets the value of the referenceSettingsExtension property.TrafficStatusEnumgetTrafficStatusDefault()Gets the value of the trafficStatusDefault property.voidsetLocationSetReference(String value)Sets the value of the locationSetReference property.voidsetReferenceSettingsExtension(ExtensionType value)Sets the value of the referenceSettingsExtension property.voidsetTrafficStatusDefault(TrafficStatusEnum value)Sets the value of the trafficStatusDefault property.
-
-
-
Field Detail
-
locationSetReference
protected String locationSetReference
-
trafficStatusDefault
protected TrafficStatusEnum trafficStatusDefault
-
referenceSettingsExtension
protected ExtensionType referenceSettingsExtension
-
-
Method Detail
-
getLocationSetReference
public String getLocationSetReference()
Gets the value of the locationSetReference property.- Returns:
- possible object is
String
-
setLocationSetReference
public void setLocationSetReference(String value)
Sets the value of the locationSetReference property.- Parameters:
value- allowed object isString
-
getTrafficStatusDefault
public TrafficStatusEnum getTrafficStatusDefault()
Gets the value of the trafficStatusDefault property.- Returns:
- possible object is
TrafficStatusEnum
-
setTrafficStatusDefault
public void setTrafficStatusDefault(TrafficStatusEnum value)
Sets the value of the trafficStatusDefault property.- Parameters:
value- allowed object isTrafficStatusEnum
-
getReferenceSettingsExtension
public ExtensionType getReferenceSettingsExtension()
Gets the value of the referenceSettingsExtension property.- Returns:
- possible object is
ExtensionType
-
setReferenceSettingsExtension
public void setReferenceSettingsExtension(ExtensionType value)
Sets the value of the referenceSettingsExtension property.- Parameters:
value- allowed object isExtensionType
-
-