public class TText extends TAnyContentFromOtherNamespace

Java class for tText complex type.

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

 <complexType name="tText">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyContentFromOtherNamespace">
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • source

      protected String source
  • Constructor Details

    • TText

      public TText()
  • Method Details

    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • isSetSource

      public boolean isSetSource()