org.jaffa.security.businessfunctionsdomain
Interface BusinessFunctions

All Superinterfaces:
BusinessFunctionsType, javax.xml.bind.Element
All Known Implementing Classes:
BusinessFunctionsImpl

public interface BusinessFunctions
extends javax.xml.bind.Element, BusinessFunctionsType

Java content class for business-functions element declaration.

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

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


Methods inherited from interface org.jaffa.security.businessfunctionsdomain.BusinessFunctionsType
getBusinessFunction
 



Copyright © 2002-2004 JAFFA Project.