Class TBDA
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TAbstractDataAttribute
org.lfenergy.compas.scl2007b4.model.TBDA
Java class for tBDA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBDA"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAbstractDataAttribute"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TAbstractDataAttribute
bType, count, name, sAddr, type, val, valImport, valKind
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TAbstractDataAttribute
getBType, getCount, getName, getSAddr, getType, getVal, getValKind, isSetBType, isSetCount, isSetName, isSetSAddr, isSetType, isSetVal, isSetValImport, isSetValKind, isValImport, setBType, setName, setSAddr, setType, setValImport, setValKind, unsetCount, unsetVal, unsetValImport
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Constructor Details
-
TBDA
public TBDA()
-