Class TAbstractDataAttribute
Java class for tAbstractDataAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAbstractDataAttribute"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="Val" type="{http://www.iec.ch/61850/2003/SCL}tVal" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAttributeNameEnum" /> <attribute name="sAddr" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="bType" use="required" type="{http://www.iec.ch/61850/2003/SCL}tBasicTypeEnum" /> <attribute name="valKind" type="{http://www.iec.ch/61850/2003/SCL}tValKindEnum" default="Set" /> <attribute name="type" type="{http://www.iec.ch/61850/2003/SCL}tAnyName" /> <attribute name="count" type="{http://www.iec.ch/61850/2003/SCL}tDACount" default="0" /> <attribute name="valImport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected TPredefinedBasicTypeEnum
protected String
protected String
protected String
protected Boolean
protected TValKindEnum
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBType()
Gets the value of the bType property.getCount()
Gets the value of the count property.getName()
Gets the value of the name property.getSAddr()
Gets the value of the sAddr property.getType()
Gets the value of the type property.getVal()
Gets the value of the val property.Gets the value of the valKind property.boolean
boolean
boolean
boolean
boolean
boolean
isSetVal()
boolean
boolean
boolean
Gets the value of the valImport property.void
setBType
(TPredefinedBasicTypeEnum value) Sets the value of the bType property.void
Sets the value of the name property.void
Sets the value of the sAddr property.void
Sets the value of the type property.void
setValImport
(boolean value) Sets the value of the valImport property.void
setValKind
(TValKindEnum value) Sets the value of the valKind property.void
void
unsetVal()
void
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
-
val
-
name
-
sAddr
-
bType
-
valKind
-
type
-
count
-
valImport
-
-
Constructor Details
-
TAbstractDataAttribute
public TAbstractDataAttribute()
-
-
Method Details
-
getVal
Gets the value of the val 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 val property.For example, to add a new item, do as follows:
getVal().add(newItem);
Objects of the following type(s) are allowed in the list
TVal
-
isSetVal
public boolean isSetVal() -
unsetVal
public void unsetVal() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getSAddr
Gets the value of the sAddr property.- Returns:
- possible object is
String
-
setSAddr
Sets the value of the sAddr property.- Parameters:
value
- allowed object isString
-
isSetSAddr
public boolean isSetSAddr() -
getBType
Gets the value of the bType property.- Returns:
- possible object is
TPredefinedBasicTypeEnum
-
setBType
Sets the value of the bType property.- Parameters:
value
- allowed object isTPredefinedBasicTypeEnum
-
isSetBType
public boolean isSetBType() -
getValKind
Gets the value of the valKind property.- Returns:
- possible object is
TValKindEnum
-
setValKind
Sets the value of the valKind property.- Parameters:
value
- allowed object isTValKindEnum
-
isSetValKind
public boolean isSetValKind() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getCount
Gets the value of the count 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 count property.For example, to add a new item, do as follows:
getCount().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetCount
public boolean isSetCount() -
unsetCount
public void unsetCount() -
isValImport
public boolean isValImport()Gets the value of the valImport property.- Returns:
- possible object is
Boolean
-
setValImport
public void setValImport(boolean value) Sets the value of the valImport property.- Parameters:
value
- allowed object isBoolean
-
isSetValImport
public boolean isSetValImport() -
unsetValImport
public void unsetValImport()
-