Class ReferenceSettings
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.ReferenceSettings
-
- All Implemented Interfaces:
Serializable
public class ReferenceSettings extends Object implements Serializable
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="predefinedLocationSetReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference" minOccurs="0"/> <element name="trafficStatusDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficStatusEnum" minOccurs="0"/> <element name="referenceSettingsExtension" 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 StringpredefinedLocationSetReferenceprotected ExtensionTypereferenceSettingsExtensionprotected TrafficStatusEnumtrafficStatusDefault
-
Constructor Summary
Constructors Constructor Description ReferenceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPredefinedLocationSetReference()Gets the value of the predefinedLocationSetReference property.ExtensionTypegetReferenceSettingsExtension()Gets the value of the referenceSettingsExtension property.TrafficStatusEnumgetTrafficStatusDefault()Gets the value of the trafficStatusDefault property.voidsetPredefinedLocationSetReference(String value)Sets the value of the predefinedLocationSetReference property.voidsetReferenceSettingsExtension(ExtensionType value)Sets the value of the referenceSettingsExtension property.voidsetTrafficStatusDefault(TrafficStatusEnum value)Sets the value of the trafficStatusDefault property.
-
-
-
Field Detail
-
predefinedLocationSetReference
protected String predefinedLocationSetReference
-
trafficStatusDefault
protected TrafficStatusEnum trafficStatusDefault
-
referenceSettingsExtension
protected ExtensionType referenceSettingsExtension
-
-
Method Detail
-
getPredefinedLocationSetReference
public String getPredefinedLocationSetReference()
Gets the value of the predefinedLocationSetReference property.- Returns:
- possible object is
String
-
setPredefinedLocationSetReference
public void setPredefinedLocationSetReference(String value)
Sets the value of the predefinedLocationSetReference 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
-
-