org.whatsitcalled.webflange.service
Class TestTO

java.lang.Object
  extended by org.whatsitcalled.webflange.service.TestTO

public class TestTO
extends java.lang.Object

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

description

protected java.lang.String description

projectName

protected java.lang.String projectName

properties

protected java.lang.String properties

script

protected java.lang.String script

testName

protected java.lang.String testName
Constructor Detail

TestTO

public TestTO()
Method Detail

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getProjectName

public java.lang.String getProjectName()
Gets the value of the projectName property.

Returns:
possible object is String

setProjectName

public void setProjectName(java.lang.String value)
Sets the value of the projectName property.

Parameters:
value - allowed object is String

getProperties

public java.lang.String getProperties()
Gets the value of the properties property.

Returns:
possible object is String

setProperties

public void setProperties(java.lang.String value)
Sets the value of the properties property.

Parameters:
value - allowed object is String

getScript

public java.lang.String getScript()
Gets the value of the script property.

Returns:
possible object is String

setScript

public void setScript(java.lang.String value)
Sets the value of the script property.

Parameters:
value - allowed object is String

getTestName

public java.lang.String getTestName()
Gets the value of the testName property.

Returns:
possible object is String

setTestName

public void setTestName(java.lang.String value)
Sets the value of the testName property.

Parameters:
value - allowed object is String


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.