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 Summary
Modifier and TypeFieldDescriptionprotected TBitRateInMbPerSec
protected List<TConnectedAP>
protected String
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bitRate property.Gets the value of the connectedAP property.getType()
Gets the value of the type property.boolean
boolean
boolean
void
setBitRate
(TBitRateInMbPerSec value) Sets the value of the bitRate property.void
Sets the value of the type property.void
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
-
bitRate
-
connectedAP
-
type
-
-
Constructor Details
-
TSubNetwork
public TSubNetwork()
-
-
Method Details
-
getBitRate
Gets the value of the bitRate property.- Returns:
- possible object is
TBitRateInMbPerSec
-
setBitRate
Sets the value of the bitRate property.- Parameters:
value
- allowed object isTBitRateInMbPerSec
-
isSetBitRate
public boolean isSetBitRate() -
getConnectedAP
Gets 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
set
method 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
-
isSetConnectedAP
public boolean isSetConnectedAP() -
unsetConnectedAP
public void unsetConnectedAP() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-