org.jaffa.presentation.portlet.component.componentdomain
Interface Components

All Superinterfaces:
ComponentsType, javax.xml.bind.Element
All Known Implementing Classes:
ComponentsImpl

public interface Components
extends javax.xml.bind.Element, ComponentsType

Java content class for components element declaration.

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

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


Methods inherited from interface org.jaffa.presentation.portlet.component.componentdomain.ComponentsType
getComponent
 



Copyright © 2002-2004 JAFFA Project.