|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectName()
String
public void setProjectName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProperties()
String
public void setProperties(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScript()
String
public void setScript(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTestName()
String
public 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 |