Class TControlBlock
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControlBlock
Java class for tControlBlock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tControlBlock"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming"> <sequence> <element name="Address" type="{http://www.iec.ch/61850/2003/SCL}tAddress" minOccurs="0"/> </sequence> <attribute name="ldInst" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" /> <attribute name="cbName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tCBName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the cbName property.Gets the value of the ldInst property.boolean
boolean
boolean
void
setAddress
(TAddress value) Sets the value of the address property.void
Sets the value of the cbName property.void
Sets the value of the ldInst property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
address
-
ldInst
-
cbName
-
-
Constructor Details
-
TControlBlock
public TControlBlock()
-
-
Method Details
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
TAddress
-
setAddress
Sets the value of the address property.- Parameters:
value
- allowed object isTAddress
-
isSetAddress
public boolean isSetAddress() -
getLdInst
Gets the value of the ldInst property.- Returns:
- possible object is
String
-
setLdInst
Sets the value of the ldInst property.- Parameters:
value
- allowed object isString
-
isSetLdInst
public boolean isSetLdInst() -
getCbName
Gets the value of the cbName property.- Returns:
- possible object is
String
-
setCbName
Sets the value of the cbName property.- Parameters:
value
- allowed object isString
-
isSetCbName
public boolean isSetCbName()
-