Class TGeneralEquipmentContainer
Java class for tGeneralEquipmentContainer complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tGeneralEquipmentContainer">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tPowerSystemResource">
       <sequence>
         <element name="GeneralEquipment" type="{http://www.iec.ch/61850/2003/SCL}tGeneralEquipment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Function" type="{http://www.iec.ch/61850/2003/SCL}tFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsFields inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainerlNodeFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the function property.Gets the value of the generalEquipment property.booleanbooleanvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TLNodeContainergetLNode, isSetLNode, unsetLNodeMethods inherited from class org.lfenergy.compas.scl2007b4.model.TNaminggetDesc, getName, isSetDesc, isSetName, setDesc, setNameMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElementgetAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
- 
Field Details- 
generalEquipment
- 
function
 
- 
- 
Constructor Details- 
TGeneralEquipmentContainerpublic TGeneralEquipmentContainer()
 
- 
- 
Method Details- 
getGeneralEquipmentGets the value of the generalEquipment 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 generalEquipment property.For example, to add a new item, do as follows: getGeneralEquipment().add(newItem);Objects of the following type(s) are allowed in the list TGeneralEquipment
- 
isSetGeneralEquipmentpublic boolean isSetGeneralEquipment()
- 
unsetGeneralEquipmentpublic void unsetGeneralEquipment()
- 
getFunctionGets the value of the function 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 function property.For example, to add a new item, do as follows: getFunction().add(newItem);Objects of the following type(s) are allowed in the list TFunction
- 
isSetFunctionpublic boolean isSetFunction()
- 
unsetFunctionpublic void unsetFunction()
 
-