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

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

public static interface XSTestType.UseCasesType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="usecase" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface XSTestType.UseCasesType.UsecaseType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getUsecase()
          Gets the value of the Usecase property.
 

Method Detail

getUsecase

java.util.List getUsecase()
Gets the value of the Usecase 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 Usecase property.

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

    getUsecase().add(newItem);
 

Objects of the following type(s) are allowed in the list XSTestType.UseCasesType.UsecaseType