Class TConnectivityNode


public class TConnectivityNode extends TLNodeContainer

Java class for tConnectivityNode complex type.

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

 <complexType name="tConnectivityNode">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tLNodeContainer">
       <attribute name="pathName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tConnectivityNodeReference" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • pathName

      protected String pathName
  • Constructor Details

    • TConnectivityNode

      public TConnectivityNode()
  • Method Details

    • getPathName

      public String getPathName()
      Gets the value of the pathName property.
      Returns:
      possible object is String
    • setPathName

      public void setPathName(String value)
      Sets the value of the pathName property.
      Parameters:
      value - allowed object is String
    • isSetPathName

      public boolean isSetPathName()