com.pushtotest.tool.xml.results
Interface Header

All Superinterfaces:
javax.xml.bind.Element, HeaderType
All Known Implementing Classes:
HeaderImpl

public interface Header
extends javax.xml.bind.Element, HeaderType

Java content class for header element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/tool/src/com/pushtotest/tool/xml/results.xsd line 77)

 <element name="header">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.results.HeaderType
getName, getValue, setName, setValue