com.pushtotest.testmaker.XSTest.xml
Interface XSTestType.TargetsType.TargetType

All Known Implementing Classes:
XSTestTypeImpl.TargetsTypeImpl.TargetTypeImpl
Enclosing interface:
XSTestType.TargetsType

public static interface XSTestType.TargetsType.TargetType

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 111)

 <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="Classpath" type="{}itemlist"/>
         <choice>
           <element name="ConnectionURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="Connections" type="{}dicttype"/>
         </choice>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Itemlist getClasspath()
          Gets the value of the classpath property.
 java.lang.String getCode()
          Gets the value of the code property.
 Dicttype getConnections()
          Gets the value of the connections property.
 java.lang.String getConnectionURI()
          Gets the value of the connectionURI property.
 java.lang.String getName()
          Gets the value of the name property.
 void setClasspath(Itemlist value)
          Sets the value of the classpath property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setConnections(Dicttype value)
          Sets the value of the connections property.
 void setConnectionURI(java.lang.String value)
          Sets the value of the connectionURI property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getConnections

Dicttype getConnections()
Gets the value of the connections property.

Returns:
possible object is Dicttype

setConnections

void setConnections(Dicttype value)
Sets the value of the connections property.

Parameters:
value - allowed object is Dicttype

getConnectionURI

java.lang.String getConnectionURI()
Gets the value of the connectionURI property.

Returns:
possible object is String

setConnectionURI

void setConnectionURI(java.lang.String value)
Sets the value of the connectionURI 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

getClasspath

Itemlist getClasspath()
Gets the value of the classpath property.

Returns:
possible object is Itemlist

setClasspath

void setClasspath(Itemlist value)
Sets the value of the classpath property.

Parameters:
value - allowed object is Itemlist

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