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.StringDAV_ATTR_TICLOCDAV-Attribut.static java.lang.StringXML_ELEMENT_TICLOCTIC3 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 voideinlesenXML(org.w3c.dom.Node node)Liest die Daten aus dem zugehörige XML-Dokument-Knoten ein.voidpublizieren(de.bsvrz.dav.daf.main.Data davdata, LMSParameter parameter)Publiziert die Daten zum Datenverteiler.java.lang.StringtoString()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:TIC3InfoElementPubliziert die Daten zum Datenverteiler.- Specified by:
publizierenin interfaceTIC3InfoElement- Overrides:
publizierenin classAbstractTIC3InfoElement- Parameters:
davdata- von DAV empfangene Datenparameter-LMSParameter- Throws:
TIC3Exception- bei Ausnahmen
-
einlesenXML
Description copied from interface:TIC3InfoElementLiest die Daten aus dem zugehörige XML-Dokument-Knoten ein.- Specified by:
einlesenXMLin interfaceTIC3InfoElement- Overrides:
einlesenXMLin classAbstractTIC3InfoElement- Parameters:
node- der zugehörige XML-Dokument-Knoten- Throws:
TIC3Exception- bei Ausnahmen
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-