com.pushtotest.tool.xml.Summary
Interface TestcaseType

All Known Implementing Classes:
TestcaseTypeImpl

public interface TestcaseType

Java content class for testcase_type complex type.

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/Summary.xsd line 63)

 <complexType name="testcase_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="node" type="{}node_type" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="cvus" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="payload_desc" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getCvus()
          Gets the value of the cvus property.
 java.util.List getNode()
          Gets the value of the Node property.
 java.lang.String getPayloadDesc()
          Gets the value of the payloadDesc property.
 int getSize()
          Gets the value of the size property.
 void setCvus(int value)
          Sets the value of the cvus property.
 void setPayloadDesc(java.lang.String value)
          Sets the value of the payloadDesc property.
 void setSize(int value)
          Sets the value of the size property.
 

Method Detail

getPayloadDesc

java.lang.String getPayloadDesc()
Gets the value of the payloadDesc property.

Returns:
possible object is String

setPayloadDesc

void setPayloadDesc(java.lang.String value)
Sets the value of the payloadDesc property.

Parameters:
value - allowed object is String

getNode

java.util.List getNode()
Gets the value of the Node property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Node property.

For example, to add a new item, do as follows:

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list NodeType


getSize

int getSize()
Gets the value of the size property.


setSize

void setSize(int value)
Sets the value of the size property.


getCvus

int getCvus()
Gets the value of the cvus property.


setCvus

void setCvus(int value)
Sets the value of the cvus property.