Class TIDNaming

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TIDNaming
Direct Known Subclasses:
TDAType, TDOType, TEnumType, TLNodeType

public abstract class TIDNaming extends TBaseElement

Java class for tIDNaming complex type.

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

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

  • Constructor Details

    • TIDNaming

      public TIDNaming()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

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