Class TNaming

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
Direct Known Subclasses:
TCertificate, TLNodeContainer, TSubNetwork

public abstract class TNaming extends TBaseElement

Java class for tNaming complex type.

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

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

  • Constructor Details

    • TNaming

      public TNaming()
  • 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()
    • 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()