Class TIC3NetzGebietBeschreibung
java.lang.Object
de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
de.bsvrz.kex.lmstic3.vew.daten.tic.elemente.TIC3NetzGebietBeschreibung
- All Implemented Interfaces:
TIC3InfoElement
public class TIC3NetzGebietBeschreibung extends AbstractTIC3InfoElement
TIC3 Netzgebietbeschreibung.
TIC Info XML Element: Description (DES), Descriptive information about the area such as the name and category, normally as a copy of the referenced "Area" data.
Entspricht TIC3 NetworkAreaDescriptionType.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringXML_ELEMENT_NETWORKAREA_DESCRIPTIONTIC Info XML Element: Description (DES), Descriptive information about the area such as the name and category, normally as a copy of the referenced "Area" data. -
Constructor Summary
Constructors Constructor Description TIC3NetzGebietBeschreibung()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.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_NETWORKAREA_DESCRIPTION
public static final java.lang.String XML_ELEMENT_NETWORKAREA_DESCRIPTIONTIC Info XML Element: Description (DES), Descriptive information about the area such as the name and category, normally as a copy of the referenced "Area" data.- See Also:
- Constant Field Values
-
-
Constructor Details
-
TIC3NetzGebietBeschreibung
public TIC3NetzGebietBeschreibung()Erzeugt ein neues Objekt.
-
-
Method Details
-
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
-
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
-