net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200
Interface PortletCollectionType

All Known Implementing Classes:
PortletCollectionTypeImpl

public interface PortletCollectionType

The portlet-collectionType is used to identify a subset of portlets within a portlet application to which a security constraint applies. Used in: security-constraint

Java class for portlet-collectionType complex type.

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

 <complexType name="portlet-collectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="portlet-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-nameType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 PortletNameType[] getPortletName()
           
 PortletNameType getPortletName(int idx)
           
 int getPortletNameLength()
           
 PortletNameType setPortletName(int idx, PortletNameType value)
           
 void setPortletName(PortletNameType[] values)
           
 

Method Detail

getPortletName

PortletNameType[] getPortletName()
Returns:
array of PortletNameType

getPortletName

PortletNameType getPortletName(int idx)
Returns:
one of PortletNameType

getPortletNameLength

int getPortletNameLength()

setPortletName

void setPortletName(PortletNameType[] values)
Parameters:
values - allowed objects are PortletNameType

setPortletName

PortletNameType setPortletName(int idx,
                               PortletNameType value)
Parameters:
value - allowed object is PortletNameType


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