Class TEquipment
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TLNodeContainer
org.lfenergy.compas.scl2007b4.model.TPowerSystemResource
org.lfenergy.compas.scl2007b4.model.TEquipment
- Direct Known Subclasses:
TAbstractConductingEquipment
,TGeneralEquipment
,TPowerTransformer
Java class for tEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEquipment"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agVirtual"/> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
lNode
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Gets the value of the virtual property.void
setVirtual
(boolean value) Sets the value of the virtual property.void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
getLNode, isSetLNode, unsetLNode
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
virtual
-
-
Constructor Details
-
TEquipment
public TEquipment()
-
-
Method Details
-
isVirtual
public boolean isVirtual()Gets the value of the virtual property.- Returns:
- possible object is
Boolean
-
setVirtual
public void setVirtual(boolean value) Sets the value of the virtual property.- Parameters:
value
- allowed object isBoolean
-
isSetVirtual
public boolean isSetVirtual() -
unsetVirtual
public void unsetVirtual()
-