com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface ResourcesT

All Known Implementing Classes:
ResourcesTImpl

public interface ResourcesT

Java content class for resources_t 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/TestScenario/testscenario.xsd line 139)

 <complexType name="resources_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="jar" type="{www.pushtotest.com/tm5}jar_t"/>
           <element name="soapui" type="{www.pushtotest.com/tm5}soapuiT"/>
           <element name="testgen4web" type="{www.pushtotest.com/tm5}testgen4web_t"/>
           <element name="data" type="{www.pushtotest.com/tm5}data_t"/>
           <element name="module" type="{www.pushtotest.com/tm5}module_t"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ResourcesT.Data
          Java content class for data element declaration.
static interface ResourcesT.Jar
          Java content class for jar element declaration.
static interface ResourcesT.Module
          Java content class for module element declaration.
static interface ResourcesT.Soapui
          Java content class for soapui element declaration.
static interface ResourcesT.Testgen4Web
          Java content class for testgen4web element declaration.
 
Method Summary
 java.util.List getJarOrSoapuiOrTestgen4Web()
          Gets the value of the JarOrSoapuiOrTestgen4Web property.
 

Method Detail

getJarOrSoapuiOrTestgen4Web

java.util.List getJarOrSoapuiOrTestgen4Web()
Gets the value of the JarOrSoapuiOrTestgen4Web property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the JarOrSoapuiOrTestgen4Web property.

For example, to add a new item, do as follows:

    getJarOrSoapuiOrTestgen4Web().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourcesT.Data ResourcesT.Soapui ResourcesT.Module ResourcesT.Testgen4Web ResourcesT.Jar