// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vFCS // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2003.02.19 at 02:35:21 PST // package cust; /** * Java content class for annonymous complex type. *

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

*

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="books">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="book" type="{}bookType" maxOccurs="unbounded"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface CollectionType { cust.CollectionType.BooksType getBooks(); void setBooks(cust.CollectionType.BooksType value); boolean isSetBooks(); void unsetBooks(); /** * Java content class for annonymous complex type. *

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

*

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element name="book" type="{}bookType" maxOccurs="unbounded"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* */ public interface BooksType { java.util.List getBook(); boolean isSetBook(); void unsetBook(); } }