Class TControl

Direct Known Subclasses:
TControlWithIEDName, TControlWithTriggerOpt

public abstract class TControl extends TUnNaming

Java class for tControl complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tControl">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tCBName" />
       <attribute name="datSet" type="{http://www.iec.ch/61850/2003/SCL}tDataSetName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • datSet

      protected String datSet
  • Constructor Details

    • TControl

      public TControl()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getDatSet

      public String getDatSet()
      Gets the value of the datSet property.
      Returns:
      possible object is String
    • setDatSet

      public void setDatSet(String value)
      Sets the value of the datSet property.
      Parameters:
      value - allowed object is String
    • isSetDatSet

      public boolean isSetDatSet()