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 Summary
Modifier and TypeFieldDescriptionprotected List<TEqFunction>
protected List<TSubEquipment>
protected String
protected Boolean
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 TypeMethodDescriptionGets the value of the eqFunction property.Gets the value of the subEquipment property.getType()
Gets the value of the type property.boolean
boolean
boolean
boolean
boolean
Gets the value of the virtual property.void
Sets the value of the type property.void
setVirtual
(boolean value) Sets the value of the virtual property.void
void
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
-
subEquipment
-
eqFunction
-
type
-
virtual
-
-
Constructor Details
-
TTapChanger
public TTapChanger()
-
-
Method Details
-
getSubEquipment
Gets 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
set
method 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
-
isSetSubEquipment
public boolean isSetSubEquipment() -
unsetSubEquipment
public void unsetSubEquipment() -
getEqFunction
Gets 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
set
method 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
-
isSetEqFunction
public boolean isSetEqFunction() -
unsetEqFunction
public void unsetEqFunction() -
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() -
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()
-