net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface FacesConfigManagedBeanExtensionType

All Known Implementing Classes:
FacesConfigManagedBeanExtensionTypeImpl

public interface FacesConfigManagedBeanExtensionType

Extension element for managed-bean. It may contain implementation specific content.

Java class for faces-config-managed-bean-extensionType complex type.

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

 <complexType name="faces-config-managed-bean-extensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getId()
          Gets the value of the id property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getAny

Object[] getAny()
Returns:
array of Element Object

getAny

Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

int getAnyLength()

setAny

void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

Object setAny(int idx,
              Object value)
Parameters:
value - allowed object is Element Object

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.