Class TIC3TICLocation
java.lang.Object
de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
de.bsvrz.kex.lmstic3.vew.daten.tic.elemente.TIC3TICLocation
- All Implemented Interfaces:
TIC3InfoElement
public class TIC3TICLocation extends AbstractTIC3InfoElement
TIC3-Lokationsinformationen mit TIC3-Lokationen.
Entspricht TIC3 Typ 'TIC3LocationType' (aktuell ohne EdgeTyp).
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DAV_ATTR_TICLOC
DAV-Attribut.static java.lang.String
XML_ELEMENT_TICLOC
TIC3 Info XML Element: TIC3Location (T3L), A list of network references per network. -
Constructor Summary
Constructors Constructor Description TIC3TICLocation()
Erzeugt ein neues Objekt. -
Method Summary
Modifier and Type Method Description void
einlesenXML(org.w3c.dom.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.java.lang.String
toString()
Methods inherited from class de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
addAttribut, addAttribut, addKindElement, erzeugeDocumentElement, getAttribute, getDavAttributName, getDavDaten, getKindElemente, getLocalDavData, getNameAttribut, getWertAttribut, getXmlDaten, getXmlElementName, hatNodeHandler, setDavDaten, setDavDaten, setXmlDaten, useAttributValue
-
Field Details
-
XML_ELEMENT_TICLOC
public static final java.lang.String XML_ELEMENT_TICLOCTIC3 Info XML Element: TIC3Location (T3L), A list of network references per network.- See Also:
- Constant Field Values
-
DAV_ATTR_TICLOC
public static final java.lang.String DAV_ATTR_TICLOCDAV-Attribut.- See Also:
- Constant Field Values
-
-
Constructor Details
-
TIC3TICLocation
public TIC3TICLocation()Erzeugt ein neues Objekt.
-
-
Method Details
-
publizieren
public void publizieren(de.bsvrz.dav.daf.main.Data davdata, LMSParameter parameter) throws TIC3ExceptionDescription copied from interface:TIC3InfoElement
Publiziert die Daten zum Datenverteiler.- Specified by:
publizieren
in interfaceTIC3InfoElement
- Overrides:
publizieren
in classAbstractTIC3InfoElement
- Parameters:
davdata
- von DAV empfangene Datenparameter
-LMSParameter
- Throws:
TIC3Exception
- bei Ausnahmen
-
einlesenXML
Description copied from interface:TIC3InfoElement
Liest die Daten aus dem zugehörige XML-Dokument-Knoten ein.- Specified by:
einlesenXML
in interfaceTIC3InfoElement
- Overrides:
einlesenXML
in classAbstractTIC3InfoElement
- Parameters:
node
- der zugehörige XML-Dokument-Knoten- Throws:
TIC3Exception
- bei Ausnahmen
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-