|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringbyte getVersion()
void setVersion(byte value)
java.lang.String getUsecase()
Stringvoid setUsecase(java.lang.String value)
value - allowed object is
Stringjava.util.List getResponse()
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
java.util.List getMessage()
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
java.util.List getTransaction()
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
java.lang.String getTarget()
Stringvoid setTarget(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||