Class TIC3Quelle
java.lang.Object
de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
de.bsvrz.kex.lmstic3.vew.daten.tic.elemente.TIC3Quelle
- All Implemented Interfaces:
TIC3InfoElement
public class TIC3Quelle extends AbstractTIC3InfoElement
TIC3-Quelle.
Entspricht TIC3-Typ 'UnspecificVersionReferenceExtendedType'.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
XML_ELEMENT_QUELLE
TIC3 Info XML Element: Source (SRC), A list of references to and information about the source data used to create the data contained in this object. -
Constructor Summary
Constructors Constructor Description TIC3Quelle()
Erzeugt ein neues Objekt.TIC3Quelle(java.lang.String xmlName, java.lang.String davName)
Erzeugt ein neues Objekt. -
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class de.bsvrz.kex.lmstic3.vew.daten.tic.AbstractTIC3InfoElement
addAttribut, addAttribut, addKindElement, einlesenXML, erzeugeDocumentElement, getAttribute, getDavAttributName, getDavDaten, getKindElemente, getLocalDavData, getNameAttribut, getWertAttribut, getXmlDaten, getXmlElementName, hatNodeHandler, publizieren, setDavDaten, setDavDaten, setXmlDaten, useAttributValue
-
Field Details
-
XML_ELEMENT_QUELLE
public static final java.lang.String XML_ELEMENT_QUELLETIC3 Info XML Element: Source (SRC), A list of references to and information about the source data used to create the data contained in this object.- See Also:
- Constant Field Values
-
-
Constructor Details
-
TIC3Quelle
public TIC3Quelle()Erzeugt ein neues Objekt. -
TIC3Quelle
public TIC3Quelle(java.lang.String xmlName, java.lang.String davName)Erzeugt ein neues Objekt.- Parameters:
xmlName
- Name des XML-ELementesdavName
- Name des DAV-Attributes
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-