|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.whatsitcalled.webflange.service.TestTO
public class TestTO
Java class for testTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="testName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
projectName
|
protected java.lang.String |
properties
|
protected java.lang.String |
script
|
protected java.lang.String |
testName
|
| Constructor Summary | |
|---|---|
TestTO()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getProjectName()
Gets the value of the projectName property. |
java.lang.String |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getScript()
Gets the value of the script property. |
java.lang.String |
getTestName()
Gets the value of the testName property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setProjectName(java.lang.String value)
Sets the value of the projectName property. |
void |
setProperties(java.lang.String value)
Sets the value of the properties property. |
void |
setScript(java.lang.String value)
Sets the value of the script property. |
void |
setTestName(java.lang.String value)
Sets the value of the testName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String projectName
protected java.lang.String properties
protected java.lang.String script
protected java.lang.String testName
| Constructor Detail |
|---|
public TestTO()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProjectName()
Stringpublic void setProjectName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProperties()
Stringpublic void setProperties(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScript()
Stringpublic void setScript(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTestName()
Stringpublic void setTestName(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 | ||||||||