Class TDA
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.TDA
Java class for tDA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDA"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tAbstractDataAttribute"> <sequence> <element name="ProtNs" type="{http://www.iec.ch/61850/2003/SCL}tProtNs" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDATrgOp"/> <attribute name="fc" use="required" type="{http://www.iec.ch/61850/2003/SCL}tFCEnum" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected TFCEnum
protected Boolean
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
Modifier and TypeMethodDescriptiongetFc()
Gets the value of the fc property.Gets the value of the protNs property.boolean
isDchg()
Gets the value of the dchg property.boolean
isDupd()
Gets the value of the dupd property.boolean
isQchg()
Gets the value of the qchg property.boolean
boolean
boolean
isSetFc()
boolean
boolean
void
setDchg
(boolean value) Sets the value of the dchg property.void
setDupd
(boolean value) Sets the value of the dupd property.void
Sets the value of the fc property.void
setQchg
(boolean value) Sets the value of the qchg property.void
void
void
void
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
-
Field Details
-
protNs
-
fc
-
dchg
-
qchg
-
dupd
-
-
Constructor Details
-
TDA
public TDA()
-
-
Method Details
-
getProtNs
Gets the value of the protNs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the protNs property.For example, to add a new item, do as follows:
getProtNs().add(newItem);
Objects of the following type(s) are allowed in the list
TProtNs
-
isSetProtNs
public boolean isSetProtNs() -
unsetProtNs
public void unsetProtNs() -
getFc
Gets the value of the fc property.- Returns:
- possible object is
TFCEnum
-
setFc
Sets the value of the fc property.- Parameters:
value
- allowed object isTFCEnum
-
isSetFc
public boolean isSetFc() -
isDchg
public boolean isDchg()Gets the value of the dchg property.- Returns:
- possible object is
Boolean
-
setDchg
public void setDchg(boolean value) Sets the value of the dchg property.- Parameters:
value
- allowed object isBoolean
-
isSetDchg
public boolean isSetDchg() -
unsetDchg
public void unsetDchg() -
isQchg
public boolean isQchg()Gets the value of the qchg property.- Returns:
- possible object is
Boolean
-
setQchg
public void setQchg(boolean value) Sets the value of the qchg property.- Parameters:
value
- allowed object isBoolean
-
isSetQchg
public boolean isSetQchg() -
unsetQchg
public void unsetQchg() -
isDupd
public boolean isDupd()Gets the value of the dupd property.- Returns:
- possible object is
Boolean
-
setDupd
public void setDupd(boolean value) Sets the value of the dupd property.- Parameters:
value
- allowed object isBoolean
-
isSetDupd
public boolean isSetDupd() -
unsetDupd
public void unsetDupd()
-