Class TControlBlock

Direct Known Subclasses:
TGSE, TSMV

public abstract class TControlBlock extends TUnNaming

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 Details

    • address

      protected TAddress address
    • ldInst

      protected String ldInst
    • cbName

      protected String cbName
  • Constructor Details

    • TControlBlock

      public TControlBlock()
  • Method Details

    • getAddress

      public TAddress getAddress()
      Gets the value of the address property.
      Returns:
      possible object is TAddress
    • setAddress

      public void setAddress(TAddress value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is TAddress
    • isSetAddress

      public boolean isSetAddress()
    • getLdInst

      public String getLdInst()
      Gets the value of the ldInst property.
      Returns:
      possible object is String
    • setLdInst

      public void setLdInst(String value)
      Sets the value of the ldInst property.
      Parameters:
      value - allowed object is String
    • isSetLdInst

      public boolean isSetLdInst()
    • getCbName

      public String getCbName()
      Gets the value of the cbName property.
      Returns:
      possible object is String
    • setCbName

      public void setCbName(String value)
      Sets the value of the cbName property.
      Parameters:
      value - allowed object is String
    • isSetCbName

      public boolean isSetCbName()