public class TDO extends TUnNaming

Java class for tDO complex type.

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

 <complexType name="tDO">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tDataName" />
       <attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="accessControl" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="transient" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • accessControl

      protected String accessControl
    • _transient

      protected Boolean _transient
  • Constructor Details

    • TDO

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

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()
    • getAccessControl

      public String getAccessControl()
      Gets the value of the accessControl property.
      Returns:
      possible object is String
    • setAccessControl

      public void setAccessControl(String value)
      Sets the value of the accessControl property.
      Parameters:
      value - allowed object is String
    • isSetAccessControl

      public boolean isSetAccessControl()
    • isTransient

      public boolean isTransient()
      Gets the value of the transient property.
      Returns:
      possible object is Boolean
    • setTransient

      public void setTransient(boolean value)
      Sets the value of the transient property.
      Parameters:
      value - allowed object is Boolean
    • isSetTransient

      public boolean isSetTransient()
    • unsetTransient

      public void unsetTransient()