public class TSDO extends TUnNaming

Java class for tSDO complex type.

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

 <complexType name="tSDO">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <attribute name="name" use="required" type="{http://www.iec.ch/61850/2003/SCL}tSubDataName" />
       <attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tName" />
       <attribute name="count" type="{http://www.iec.ch/61850/2003/SCL}tSDOCount" default="0" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • count

      protected String count
  • Constructor Details

    • TSDO

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

      public String getCount()
      Gets the value of the count property.
      Returns:
      possible object is String
    • setCount

      public void setCount(String value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is String
    • isSetCount

      public boolean isSetCount()