Class TTapChanger
Java class for tTapChanger complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tTapChanger">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <element name="SubEquipment" type="{http://www.iec.ch/61850/2003/SCL}tSubEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EqFunction" type="{http://www.iec.ch/61850/2003/SCL}tEqFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agVirtual"/>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" fixed="LTC" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<TEqFunction>protected List<TSubEquipment>protected Stringprotected BooleanFields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainerlNodeFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the eqFunction property.Gets the value of the subEquipment property.getType()Gets the value of the type property.booleanbooleanbooleanbooleanbooleanGets the value of the virtual property.voidSets the value of the type property.voidsetVirtual(boolean value) Sets the value of the virtual property.voidvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainergetLNode, isSetLNode, unsetLNodeMethods inherited from class org.lfenergy.compas.scl2007b4.model.TNaminggetDesc, getName, isSetDesc, isSetName, setDesc, setNameMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElementgetAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
- 
Field Details- 
subEquipment
- 
eqFunction
- 
type
- 
virtual
 
- 
- 
Constructor Details- 
TTapChangerpublic TTapChanger()
 
- 
- 
Method Details- 
getSubEquipmentGets the value of the subEquipment 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 setmethod for the subEquipment property.For example, to add a new item, do as follows: getSubEquipment().add(newItem);Objects of the following type(s) are allowed in the list TSubEquipment
- 
isSetSubEquipmentpublic boolean isSetSubEquipment()
- 
unsetSubEquipmentpublic void unsetSubEquipment()
- 
getEqFunctionGets the value of the eqFunction 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 setmethod for the eqFunction property.For example, to add a new item, do as follows: getEqFunction().add(newItem);Objects of the following type(s) are allowed in the list TEqFunction
- 
isSetEqFunctionpublic boolean isSetEqFunction()
- 
unsetEqFunctionpublic void unsetEqFunction()
- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type property.- Parameters:
- value- allowed object is- String
 
- 
isSetTypepublic boolean isSetType()
- 
isVirtualpublic boolean isVirtual()Gets the value of the virtual property.- Returns:
- possible object is
     Boolean
 
- 
setVirtualpublic void setVirtual(boolean value) Sets the value of the virtual property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetVirtualpublic boolean isSetVirtual()
- 
unsetVirtualpublic void unsetVirtual()
 
-