Class TConnectivityNode
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TLNodeContainer
org.lfenergy.compas.scl2007b4.model.TConnectivityNode
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 Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
lNode
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pathName property.boolean
void
setPathName
(String value) Sets the value of the pathName property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainer
getLNode, isSetLNode, unsetLNode
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
pathName
-
-
Constructor Details
-
TConnectivityNode
public TConnectivityNode()
-
-
Method Details