Class TAddress

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TAddress

public class TAddress extends Object

Java class for tAddress complex type.

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

 <complexType name="tAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="P" type="{http://www.iec.ch/61850/2003/SCL}tP" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAddress

      public TAddress()
  • Method Details

    • getP

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

    • isSetP

      public boolean isSetP()
    • unsetP

      public void unsetP()