|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletCollectionType
public class 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>
| Field Summary | |
|---|---|
protected PortletNameType[] |
portletName
|
| Constructor Summary | |
|---|---|
PortletCollectionType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletCollectionType instance. |
|
PortletCollectionType(PortletCollectionType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletCollectionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletCollectionType |
clone()
Creates and returns a copy of this object. |
PortletNameType[] |
getPortletName()
|
PortletNameType |
getPortletName(int idx)
|
int |
getPortletNameLength()
|
PortletNameType |
setPortletName(int idx,
PortletNameType value)
|
void |
setPortletName(PortletNameType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PortletNameType[] portletName
| Constructor Detail |
|---|
public PortletCollectionType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletCollectionType instance.
public PortletCollectionType(PortletCollectionType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletCollectionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PortletNameType[] getPortletName()
PortletNameTypepublic PortletNameType getPortletName(int idx)
PortletNameTypepublic int getPortletNameLength()
public void setPortletName(PortletNameType[] values)
values - allowed objects are
PortletNameType
public PortletNameType setPortletName(int idx,
PortletNameType value)
value - allowed object is
PortletNameTypepublic PortletCollectionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||