Class TUnNaming

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
Direct Known Subclasses:
TAbstractDataAttribute, TAccessPoint, TAnyLN, TCommunication, TConnectedAP, TControl, TControlBlock, TDAI, TDataSet, TDO, TDOI, TIED, TInputs, TLDevice, TLNode, TLog, TPhysConn, TRptEnabled, TSDI, TSDO, TServer, TServerAt, TSettingControl, TTerminal

public abstract class TUnNaming extends TBaseElement

Java class for tUnNaming complex type.

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

 <complexType name="tUnNaming">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tBaseElement">
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agDesc"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • desc

      protected String desc
  • Constructor Details

    • TUnNaming

      public TUnNaming()
  • Method Details

    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String
    • isSetDesc

      public boolean isSetDesc()