Class TCommunication


public class TCommunication extends TUnNaming

Java class for tCommunication complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tCommunication">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="SubNetwork" type="{http://www.iec.ch/61850/2003/SCL}tSubNetwork" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TCommunication

      public TCommunication()
  • Method Details

    • getSubNetwork

      public List<TSubNetwork> getSubNetwork()
      Gets the value of the subNetwork 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 subNetwork property.

      For example, to add a new item, do as follows:

          getSubNetwork().add(newItem);
       

      Objects of the following type(s) are allowed in the list TSubNetwork

    • isSetSubNetwork

      public boolean isSetSubNetwork()
    • unsetSubNetwork

      public void unsetSubNetwork()