net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100
Interface PortletAppType

All Known Implementing Classes:
PortletAppTypeImpl

public interface 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>
 


Method Summary
 CustomPortletModeType[] getCustomPortletMode()
           
 CustomPortletModeType getCustomPortletMode(int idx)
           
 int getCustomPortletModeLength()
           
 CustomWindowStateType[] getCustomWindowState()
           
 CustomWindowStateType getCustomWindowState(int idx)
           
 int getCustomWindowStateLength()
           
 String getId()
          Gets the value of the id property.
 PortletType[] getPortlet()
           
 PortletType getPortlet(int idx)
           
 int getPortletLength()
           
 SecurityConstraintType[] getSecurityConstraint()
           
 SecurityConstraintType getSecurityConstraint(int idx)
           
 int getSecurityConstraintLength()
           
 UserAttributeType[] getUserAttribute()
           
 UserAttributeType getUserAttribute(int idx)
           
 int getUserAttributeLength()
           
 String getVersion()
          Gets the value of the version property.
 void setCustomPortletMode(CustomPortletModeType[] values)
           
 CustomPortletModeType setCustomPortletMode(int idx, CustomPortletModeType value)
           
 void setCustomWindowState(CustomWindowStateType[] values)
           
 CustomWindowStateType setCustomWindowState(int idx, CustomWindowStateType value)
           
 void setId(String value)
          Sets the value of the id property.
 PortletType setPortlet(int idx, PortletType value)
           
 void setPortlet(PortletType[] values)
           
 SecurityConstraintType setSecurityConstraint(int idx, SecurityConstraintType value)
           
 void setSecurityConstraint(SecurityConstraintType[] values)
           
 UserAttributeType setUserAttribute(int idx, UserAttributeType value)
           
 void setUserAttribute(UserAttributeType[] values)
           
 void setVersion(String value)
          Sets the value of the version property.
 

Method Detail

getPortlet

PortletType[] getPortlet()
Returns:
array of PortletType

getPortlet

PortletType getPortlet(int idx)
Returns:
one of PortletType

getPortletLength

int getPortletLength()

setPortlet

void setPortlet(PortletType[] values)
Parameters:
values - allowed objects are PortletType

setPortlet

PortletType setPortlet(int idx,
                       PortletType value)
Parameters:
value - allowed object is PortletType

getCustomPortletMode

CustomPortletModeType[] getCustomPortletMode()
Returns:
array of CustomPortletModeType

getCustomPortletMode

CustomPortletModeType getCustomPortletMode(int idx)
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

int getCustomPortletModeLength()

setCustomPortletMode

void setCustomPortletMode(CustomPortletModeType[] values)
Parameters:
values - allowed objects are CustomPortletModeType

setCustomPortletMode

CustomPortletModeType setCustomPortletMode(int idx,
                                           CustomPortletModeType value)
Parameters:
value - allowed object is CustomPortletModeType

getCustomWindowState

CustomWindowStateType[] getCustomWindowState()
Returns:
array of CustomWindowStateType

getCustomWindowState

CustomWindowStateType getCustomWindowState(int idx)
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

int getCustomWindowStateLength()

setCustomWindowState

void setCustomWindowState(CustomWindowStateType[] values)
Parameters:
values - allowed objects are CustomWindowStateType

setCustomWindowState

CustomWindowStateType setCustomWindowState(int idx,
                                           CustomWindowStateType value)
Parameters:
value - allowed object is CustomWindowStateType

getUserAttribute

UserAttributeType[] getUserAttribute()
Returns:
array of UserAttributeType

getUserAttribute

UserAttributeType getUserAttribute(int idx)
Returns:
one of UserAttributeType

getUserAttributeLength

int getUserAttributeLength()

setUserAttribute

void setUserAttribute(UserAttributeType[] values)
Parameters:
values - allowed objects are UserAttributeType

setUserAttribute

UserAttributeType setUserAttribute(int idx,
                                   UserAttributeType value)
Parameters:
value - allowed object is UserAttributeType

getSecurityConstraint

SecurityConstraintType[] getSecurityConstraint()
Returns:
array of SecurityConstraintType

getSecurityConstraint

SecurityConstraintType getSecurityConstraint(int idx)
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

int getSecurityConstraintLength()

setSecurityConstraint

void setSecurityConstraint(SecurityConstraintType[] values)
Parameters:
values - allowed objects are SecurityConstraintType

setSecurityConstraint

SecurityConstraintType setSecurityConstraint(int idx,
                                             SecurityConstraintType value)
Parameters:
value - allowed object is SecurityConstraintType

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

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.