Class THitem


public class THitem extends TAnyContentFromOtherNamespace

Java class for tHitem complex type.

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

 <complexType name="tHitem">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tAnyContentFromOtherNamespace">
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="revision" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="when" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="who" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="what" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="why" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • version

      protected String version
    • revision

      protected String revision
    • when

      protected String when
    • who

      protected String who
    • what

      protected String what
    • why

      protected String why
  • Constructor Details

    • THitem

      public THitem()
  • Method Details

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • isSetVersion

      public boolean isSetVersion()
    • getRevision

      public String getRevision()
      Gets the value of the revision property.
      Returns:
      possible object is String
    • setRevision

      public void setRevision(String value)
      Sets the value of the revision property.
      Parameters:
      value - allowed object is String
    • isSetRevision

      public boolean isSetRevision()
    • getWhen

      public String getWhen()
      Gets the value of the when property.
      Returns:
      possible object is String
    • setWhen

      public void setWhen(String value)
      Sets the value of the when property.
      Parameters:
      value - allowed object is String
    • isSetWhen

      public boolean isSetWhen()
    • getWho

      public String getWho()
      Gets the value of the who property.
      Returns:
      possible object is String
    • setWho

      public void setWho(String value)
      Sets the value of the who property.
      Parameters:
      value - allowed object is String
    • isSetWho

      public boolean isSetWho()
    • getWhat

      public String getWhat()
      Gets the value of the what property.
      Returns:
      possible object is String
    • setWhat

      public void setWhat(String value)
      Sets the value of the what property.
      Parameters:
      value - allowed object is String
    • isSetWhat

      public boolean isSetWhat()
    • getWhy

      public String getWhy()
      Gets the value of the why property.
      Returns:
      possible object is String
    • setWhy

      public void setWhy(String value)
      Sets the value of the why property.
      Parameters:
      value - allowed object is String
    • isSetWhy

      public boolean isSetWhy()