Class TPhysConn


public class TPhysConn extends TUnNaming

Java class for tPhysConn complex type.

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

 <complexType name="tPhysConn">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tUnNaming">
       <sequence>
         <element name="P" type="{http://www.iec.ch/61850/2003/SCL}tP_PhysConn" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.iec.ch/61850/2003/SCL}tPhysConnTypeEnum" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TPhysConn

      public TPhysConn()
  • Method Details

    • getP

      public List<TPPhysConn> getP()
      Gets the value of the p 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 p property.

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

          getP().add(newItem);
       

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

    • isSetP

      public boolean isSetP()
    • unsetP

      public void unsetP()
    • 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()