Class TControl
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControl
- Direct Known Subclasses:
TControlWithIEDName,TControlWithTriggerOpt
Java class for tControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tControl">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
<attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tCBName" />
<attribute name="datSet" type="{http://www.iec.ch/61850/2003/SCL}tDataSetName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datSet property.getName()Gets the value of the name property.booleanbooleanvoidSets the value of the datSet property.voidSets the value of the name property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
name
-
datSet
-
-
Constructor Details
-
TControl
public TControl()
-
-
Method Details
-
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() -
getDatSet
Gets the value of the datSet property.- Returns:
- possible object is
String
-
setDatSet
Sets the value of the datSet property.- Parameters:
value- allowed object isString
-
isSetDatSet
public boolean isSetDatSet()
-