|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType
public class PortletAppType
Java class for portlet-appType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portlet-appType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="portlet" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portletType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="custom-window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}custom-window-stateType" maxOccurs="unbounded" minOccurs="0"/>
<element name="user-attribute" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}user-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="security-constraint" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}security-constraintType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CustomPortletModeType[] |
customPortletMode
|
protected CustomWindowStateType[] |
customWindowState
|
protected String |
id
|
protected PortletType[] |
portlet
|
protected SecurityConstraintType[] |
securityConstraint
|
protected UserAttributeType[] |
userAttribute
|
protected String |
version
|
| Constructor Summary | |
|---|---|
PortletAppType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance. |
|
PortletAppType(PortletAppType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PortletType[] portlet
protected CustomPortletModeType[] customPortletMode
protected CustomWindowStateType[] customWindowState
protected UserAttributeType[] userAttribute
protected SecurityConstraintType[] securityConstraint
protected String version
protected String id
| Constructor Detail |
|---|
public PortletAppType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance.
public PortletAppType(PortletAppType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app100.PortletAppType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PortletType[] getPortlet()
PortletTypepublic PortletType getPortlet(int idx)
PortletTypepublic int getPortletLength()
public void setPortlet(PortletType[] values)
values - allowed objects are
PortletType
public PortletType setPortlet(int idx,
PortletType value)
value - allowed object is
PortletTypepublic CustomPortletModeType[] getCustomPortletMode()
CustomPortletModeTypepublic CustomPortletModeType getCustomPortletMode(int idx)
CustomPortletModeTypepublic int getCustomPortletModeLength()
public void setCustomPortletMode(CustomPortletModeType[] values)
values - allowed objects are
CustomPortletModeType
public CustomPortletModeType setCustomPortletMode(int idx,
CustomPortletModeType value)
value - allowed object is
CustomPortletModeTypepublic CustomWindowStateType[] getCustomWindowState()
CustomWindowStateTypepublic CustomWindowStateType getCustomWindowState(int idx)
CustomWindowStateTypepublic int getCustomWindowStateLength()
public void setCustomWindowState(CustomWindowStateType[] values)
values - allowed objects are
CustomWindowStateType
public CustomWindowStateType setCustomWindowState(int idx,
CustomWindowStateType value)
value - allowed object is
CustomWindowStateTypepublic UserAttributeType[] getUserAttribute()
UserAttributeTypepublic UserAttributeType getUserAttribute(int idx)
UserAttributeTypepublic int getUserAttributeLength()
public void setUserAttribute(UserAttributeType[] values)
values - allowed objects are
UserAttributeType
public UserAttributeType setUserAttribute(int idx,
UserAttributeType value)
value - allowed object is
UserAttributeTypepublic SecurityConstraintType[] getSecurityConstraint()
SecurityConstraintTypepublic SecurityConstraintType getSecurityConstraint(int idx)
SecurityConstraintTypepublic int getSecurityConstraintLength()
public void setSecurityConstraint(SecurityConstraintType[] values)
values - allowed objects are
SecurityConstraintType
public SecurityConstraintType setSecurityConstraint(int idx,
SecurityConstraintType value)
value - allowed object is
SecurityConstraintTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringprotected void copyPortlet(PortletType[] source)
Portlet.
source - The source to copy from.
NullPointerException - if source is null.protected void copyCustomPortletMode(CustomPortletModeType[] source)
CustomPortletMode.
source - The source to copy from.
NullPointerException - if source is null.protected void copyCustomWindowState(CustomWindowStateType[] source)
CustomWindowState.
source - The source to copy from.
NullPointerException - if source is null.protected void copyUserAttribute(UserAttributeType[] source)
UserAttribute.
source - The source to copy from.
NullPointerException - if source is null.protected void copySecurityConstraint(SecurityConstraintType[] source)
SecurityConstraint.
source - The source to copy from.
NullPointerException - if source is null.public PortletAppType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||