Class TPrivate


public class TPrivate extends TAnyContentFromOtherNamespace

Java class for tPrivate complex type.

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

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

    • type

      protected String type
    • source

      protected String source
  • Constructor Details

    • TPrivate

      public TPrivate()
  • Method Details

    • 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()
    • 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()