com.pushtotest.testmaker.XSTest.xml
Interface XSTestType.UseCasesType.UsecaseType

All Known Implementing Classes:
XSTestTypeImpl.UseCasesTypeImpl.UsecaseTypeImpl
Enclosing interface:
XSTestType.UseCasesType

public static interface XSTestType.UseCasesType.UsecaseType

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/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/XSTestProps.xsd line 93)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Properties" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Agent" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DPLMap" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Payloads" type="{}dicttype"/>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAgent()
          Gets the value of the agent property.
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.String getDPLMap()
          Gets the value of the dplMap property.
 java.lang.String getName()
          Gets the value of the name property.
 Dicttype getPayloads()
          Gets the value of the payloads property.
 java.lang.String getProperties()
          Gets the value of the properties property.
 void setAgent(java.lang.String value)
          Sets the value of the agent property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setDPLMap(java.lang.String value)
          Sets the value of the dplMap property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPayloads(Dicttype value)
          Sets the value of the payloads property.
 void setProperties(java.lang.String value)
          Sets the value of the properties property.
 

Method Detail

getDPLMap

java.lang.String getDPLMap()
Gets the value of the dplMap property.

Returns:
possible object is String

setDPLMap

void setDPLMap(java.lang.String value)
Sets the value of the dplMap property.

Parameters:
value - allowed object is String

getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getAgent

java.lang.String getAgent()
Gets the value of the agent property.

Returns:
possible object is String

setAgent

void setAgent(java.lang.String value)
Sets the value of the agent property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPayloads

Dicttype getPayloads()
Gets the value of the payloads property.

Returns:
possible object is Dicttype

setPayloads

void setPayloads(Dicttype value)
Sets the value of the payloads property.

Parameters:
value - allowed object is Dicttype

getProperties

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

Returns:
possible object is String

setProperties

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

Parameters:
value - allowed object is String