org.jaffa.tools.loadtest.domain
Interface Users

All Known Implementing Classes:
UsersImpl

public interface Users

Java content class for users complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="users">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="user" type="{}user" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getUser()
           
 

Method Detail

getUser

public List getUser()


Copyright © 2002-2004 JAFFA Project.