com.pushtotest.testmaker.XSTest.xml
Interface Disttype

All Superinterfaces:
Summtype
All Known Implementing Classes:
DisttypeImpl

public interface Disttype
extends Summtype

Java content class for disttype 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/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/XSTestProps.xsd line 189)

 <complexType name="disttype">
   <simpleContent>
     <extension base="<>summtype">
       <attribute name="cvus" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="payload" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 int getCvus()
          Gets the value of the cvus property.
 java.lang.String getNode()
          Gets the value of the node property.
 int getPayload()
          Gets the value of the payload property.
 void setCvus(int value)
          Sets the value of the cvus property.
 void setNode(java.lang.String value)
          Sets the value of the node property.
 void setPayload(int value)
          Sets the value of the payload property.
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.xml.Summtype
getTarget, getUsecase, getValue, setTarget, setUsecase, setValue
 

Method Detail

getNode

java.lang.String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

void setNode(java.lang.String value)
Sets the value of the node property.

Parameters:
value - allowed object is String

getCvus

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


setCvus

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


getPayload

int getPayload()
Gets the value of the payload property.


setPayload

void setPayload(int value)
Sets the value of the payload property.