java.lang.Object
org.lfenergy.compas.scl2007b4.model.TKDC

public class TKDC extends Object

Java class for tKDC complex type.

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

 <complexType name="tKDC">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="iedName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tIEDName" />
       <attribute name="apName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tAccessPointName" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • iedName

      protected String iedName
    • apName

      protected String apName
  • Constructor Details

    • TKDC

      public TKDC()
  • Method Details

    • getIedName

      public String getIedName()
      Gets the value of the iedName property.
      Returns:
      possible object is String
    • setIedName

      public void setIedName(String value)
      Sets the value of the iedName property.
      Parameters:
      value - allowed object is String
    • isSetIedName

      public boolean isSetIedName()
    • getApName

      public String getApName()
      Gets the value of the apName property.
      Returns:
      possible object is String
    • setApName

      public void setApName(String value)
      Sets the value of the apName property.
      Parameters:
      value - allowed object is String
    • isSetApName

      public boolean isSetApName()