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
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
lNodeFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanGets the value of the virtual property.voidsetVirtual(boolean value) Sets the value of the virtual property.voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
getLNode, isSetLNode, unsetLNodeMethods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setNameMethods 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() 
 -