Class TSubNetwork


public class TSubNetwork extends TNaming

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 Details

  • Constructor Details

    • TSubNetwork

      public TSubNetwork()
  • Method Details

    • getBitRate

      public TBitRateInMbPerSec getBitRate()
      Gets the value of the bitRate property.
      Returns:
      possible object is TBitRateInMbPerSec
    • setBitRate

      public void setBitRate(TBitRateInMbPerSec value)
      Sets the value of the bitRate property.
      Parameters:
      value - allowed object is TBitRateInMbPerSec
    • isSetBitRate

      public boolean isSetBitRate()
    • getConnectedAP

      public List<TConnectedAP> 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

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isSetType

      public boolean isSetType()