Class TSubNetwork
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TNaming
org.lfenergy.compas.scl2007b4.model.TSubNetwork
Java class for tSubNetwork complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="tSubNetwork">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tNaming">
       <sequence>
         <element name="BitRate" type="{http://www.iec.ch/61850/2003/SCL}tBitRateInMbPerSec" minOccurs="0"/>
         <element name="ConnectedAP" type="{http://www.iec.ch/61850/2003/SCL}tConnectedAP" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected TBitRateInMbPerSecprotected List<TConnectedAP>protected StringFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement_private, any, text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the bitRate property.Gets the value of the connectedAP property.getType()Gets the value of the type property.booleanbooleanbooleanvoidsetBitRate(TBitRateInMbPerSec value) Sets the value of the bitRate property.voidSets the value of the type property.voidMethods 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- 
bitRate
- 
connectedAP
- 
type
 
- 
- 
Constructor Details- 
TSubNetworkpublic TSubNetwork()
 
- 
- 
Method Details- 
getBitRateGets the value of the bitRate property.- Returns:
- possible object is
     TBitRateInMbPerSec
 
- 
setBitRateSets the value of the bitRate property.- Parameters:
- value- allowed object is- TBitRateInMbPerSec
 
- 
isSetBitRatepublic boolean isSetBitRate()
- 
getConnectedAPGets the value of the connectedAP 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 connectedAP property.For example, to add a new item, do as follows: getConnectedAP().add(newItem);Objects of the following type(s) are allowed in the list TConnectedAP
- 
isSetConnectedAPpublic boolean isSetConnectedAP()
- 
unsetConnectedAPpublic void unsetConnectedAP()
- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type property.- Parameters:
- value- allowed object is- String
 
- 
isSetTypepublic boolean isSetType()
 
-