Class THeader

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

public class THeader extends Object

Java class for tHeader complex type.

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

 <complexType name="tHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Text" type="{http://www.iec.ch/61850/2003/SCL}tText" minOccurs="0"/>
         <element name="History" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Hitem" type="{http://www.iec.ch/61850/2003/SCL}tHitem" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="revision" type="{http://www.w3.org/2001/XMLSchema}normalizedString" default="" />
       <attribute name="toolID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
       <attribute name="nameStructure" default="IEDName">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}Name">
             <enumeration value="IEDName"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • text

      protected TText text
    • history

      protected THeader.History history
    • id

      protected String id
    • version

      protected String version
    • revision

      protected String revision
    • toolID

      protected String toolID
    • nameStructure

      protected String nameStructure
  • Constructor Details

    • THeader

      public THeader()
  • Method Details

    • getText

      public TText getText()
      Gets the value of the text property.
      Returns:
      possible object is TText
    • setText

      public void setText(TText value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is TText
    • isSetText

      public boolean isSetText()
    • getHistory

      public THeader.History getHistory()
      Gets the value of the history property.
      Returns:
      possible object is THeader.History
    • setHistory

      public void setHistory(THeader.History value)
      Sets the value of the history property.
      Parameters:
      value - allowed object is THeader.History
    • isSetHistory

      public boolean isSetHistory()
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • 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()
    • getToolID

      public String getToolID()
      Gets the value of the toolID property.
      Returns:
      possible object is String
    • setToolID

      public void setToolID(String value)
      Sets the value of the toolID property.
      Parameters:
      value - allowed object is String
    • isSetToolID

      public boolean isSetToolID()
    • getNameStructure

      public String getNameStructure()
      Gets the value of the nameStructure property.
      Returns:
      possible object is String
    • setNameStructure

      public void setNameStructure(String value)
      Sets the value of the nameStructure property.
      Parameters:
      value - allowed object is String
    • isSetNameStructure

      public boolean isSetNameStructure()