public class TIC3TICEvent extends AbstractTIC3InfoElement
Entspricht TIC3-Typ 'TrafficAndTravelEventCodeAndAttributeType'.
| Modifier and Type | Field and Description |
|---|---|
private TIC3InfoAttribut |
beschreibung
Beschreibung.
|
static String |
DAV_ATTR_TICEVENT
DAV-Attribut.
|
private List<TIC3TICEventVerkehrsUndReiseereignisAttribut> |
eventAttribute
Event-Attribute.
|
private TIC3Text |
trafficAndTravelEventCode
Event-Code.
|
static String |
XML_ELEMENT_TICEVENT
TIC3 Info XML Element: Tic3Event (T3E), A list of one or more TIC3
traffic and travel event codes and their attributes, where the TIC3 event
codes are defined based on a combination of standards such asTMC or SAE
RDS.
|
| Constructor and Description |
|---|
TIC3TICEvent()
Erzeugt ein neues Objekt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
einlesenXML(Node node)
Liest die Daten aus dem zugehörige XML-Dokument-Knoten ein.
|
void |
publizieren(de.bsvrz.dav.daf.main.Data davdata,
LMSParameter parameter)
Publiziert die Daten zum Datenverteiler.
|
String |
toString() |
addAttribut, addAttribut, addKindElement, erzeugeDocumentElement, getAttribute, getDavAttributName, getDavDaten, getKindElemente, getLocalDavData, getNameAttribut, getWertAttribut, getXmlDaten, getXmlElementName, hatNodeHandler, setDavDaten, setDavDaten, setXmlDaten, useAttributValuepublic static final String XML_ELEMENT_TICEVENT
public static final String DAV_ATTR_TICEVENT
private TIC3InfoAttribut beschreibung
Beschreibung aus Wert des 'description'-Attributes.
private final TIC3Text trafficAndTravelEventCode
TIC3 Info XML Element: TrafficAndTravelEventCode (TEC), A reference to "Traffic and Travel Event Code".
private final List<TIC3TICEventVerkehrsUndReiseereignisAttribut> eventAttribute
TIC3 Info XML Element: TrafficAndTravelEventAttribute (TEA), A list of traffic and travel event attributes corresponding to the traffic and travel event code.
public void publizieren(de.bsvrz.dav.daf.main.Data davdata,
LMSParameter parameter)
throws TIC3Exception
TIC3InfoElementpublizieren in interface TIC3InfoElementpublizieren in class AbstractTIC3InfoElementdavdata - von DAV empfangene Datenparameter - LMSParameterTIC3Exception - bei Ausnahmenpublic void einlesenXML(Node node) throws TIC3Exception
TIC3InfoElementeinlesenXML in interface TIC3InfoElementeinlesenXML in class AbstractTIC3InfoElementnode - der zugehörige XML-Dokument-KnotenTIC3Exception - bei AusnahmenCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.