Class TLNodeContainer
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TLNodeContainer
- Direct Known Subclasses:
 TConnectivityNode,TPowerSystemResource
Java class for tLNodeContainer complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tLNodeContainer">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tNaming">
       <sequence>
         <element name="LNode" type="{http://www.iec.ch/61850/2003/SCL}tLNode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field Summary
FieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TNaming
getDesc, getName, isSetDesc, isSetName, setDesc, setNameMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate 
- 
Field Details
- 
lNode
 
 - 
 - 
Constructor Details
- 
TLNodeContainer
public TLNodeContainer() 
 - 
 - 
Method Details
- 
getLNode
Gets the value of the lNode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the lNode property.For example, to add a new item, do as follows:
getLNode().add(newItem);Objects of the following type(s) are allowed in the list
TLNode - 
isSetLNode
public boolean isSetLNode() - 
unsetLNode
public void unsetLNode() 
 -