|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getPayloadDesc()
Stringvoid setPayloadDesc(java.lang.String value)
value - allowed object is
Stringjava.util.List getNode()
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
int getSize()
void setSize(int value)
int getCvus()
void setCvus(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||