com.pushtotest.tool.xml.results
Interface TestMakerType

All Known Subinterfaces:
TestMaker
All Known Implementing Classes:
TestMakerImpl, TestMakerTypeImpl

public interface TestMakerType

Java content class for anonymous 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/results.xsd line 65)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}message" maxOccurs="unbounded"/>
         <element ref="{}response" maxOccurs="unbounded"/>
         <element ref="{}transaction" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="usecase" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}byte" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List getMessage()
          Gets the value of the Message property.
 java.util.List getResponse()
          Gets the value of the Response property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.util.List getTransaction()
          Gets the value of the Transaction property.
 java.lang.String getUsecase()
          Gets the value of the usecase property.
 byte getVersion()
          Gets the value of the version property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setUsecase(java.lang.String value)
          Sets the value of the usecase property.
 void setVersion(byte value)
          Sets the value of the version property.
 

Method Detail

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getVersion

byte getVersion()
Gets the value of the version property.


setVersion

void setVersion(byte value)
Sets the value of the version property.


getUsecase

java.lang.String getUsecase()
Gets the value of the usecase property.

Returns:
possible object is String

setUsecase

void setUsecase(java.lang.String value)
Sets the value of the usecase property.

Parameters:
value - allowed object is String

getResponse

java.util.List getResponse()
Gets the value of the Response 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 Response property.

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

    getResponse().add(newItem);
 

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


getMessage

java.util.List getMessage()
Gets the value of the Message 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 Message property.

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

    getMessage().add(newItem);
 

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


getTransaction

java.util.List getTransaction()
Gets the value of the Transaction 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 Transaction property.

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

    getTransaction().add(newItem);
 

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


getTarget

java.lang.String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

Parameters:
value - allowed object is String