com.pushtotest.tool.xml.results
Interface Transaction

All Superinterfaces:
javax.xml.bind.Element, TransactionType
All Known Implementing Classes:
TransactionImpl

public interface Transaction
extends javax.xml.bind.Element, TransactionType

Java content class for transaction 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 148)

 <element name="transaction">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="cpu_utilization" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="cvus" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="error" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         <attribute name="network_utilization" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="result" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long" />
         <attribute name="totaltime" type="{http://www.w3.org/2001/XMLSchema}long" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.tool.xml.results.TransactionType
getCpuUtilization, getCvus, getDuration, getError, getName, getNetworkUtilization, getTimestamp, getTotaltime, isResult, setCpuUtilization, setCvus, setDuration, setError, setName, setNetworkUtilization, setResult, setTimestamp, setTotaltime