org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class PortletApp

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.jetspeed.jaxb.PortletApp

public class PortletApp
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="security-constraint-ref" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://portals.apache.org/jetspeed}metadataGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://portals.apache.org/jetspeed}custom-portlet-mode" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://portals.apache.org/jetspeed}custom-window-state" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://portals.apache.org/jetspeed}portlet" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://portals.apache.org/jetspeed}services" minOccurs="0"/>
         <element ref="{http://portals.apache.org/jetspeed}user-attribute-ref" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CustomPortletMode> customPortletMode
           
protected  java.util.List<CustomWindowState> customWindowState
           
protected  java.lang.String id
           
protected  java.util.List<MetadataType> metadataGroup
           
protected  java.util.List<Portlet> portlet
           
protected  java.lang.String securityConstraintRef
           
protected  Services services
           
protected  java.util.List<UserAttributeRef> userAttributeRef
           
protected  java.lang.String version
           
 
Constructor Summary
PortletApp()
           
 
Method Summary
 void addMetaData(java.lang.String name, java.lang.String lang, java.lang.String content)
           
 java.util.List<CustomPortletMode> getCustomPortletModes()
           
 java.util.List<CustomWindowState> getCustomWindowStates()
           
 java.lang.String getId()
           
 java.util.List<MetadataType> getMetadata()
          Gets the value of the metadataGroup property.
 java.util.List<Portlet> getPortlets()
           
 java.lang.String getSecurityConstraintRef()
           
 java.util.List<Service> getServices()
           
 java.util.List<UserAttributeRef> getUserAttributeRefs()
           
 java.lang.String getVersion()
           
 void setId(java.lang.String value)
           
 void setSecurityConstraintRef(java.lang.String value)
           
 void setVersion(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityConstraintRef

protected java.lang.String securityConstraintRef

metadataGroup

protected java.util.List<MetadataType> metadataGroup

customPortletMode

protected java.util.List<CustomPortletMode> customPortletMode

customWindowState

protected java.util.List<CustomWindowState> customWindowState

portlet

protected java.util.List<Portlet> portlet

services

protected Services services

userAttributeRef

protected java.util.List<UserAttributeRef> userAttributeRef

id

protected java.lang.String id

version

protected java.lang.String version
Constructor Detail

PortletApp

public PortletApp()
Method Detail

getSecurityConstraintRef

public java.lang.String getSecurityConstraintRef()

setSecurityConstraintRef

public void setSecurityConstraintRef(java.lang.String value)

getMetadata

public java.util.List<MetadataType> getMetadata()
Gets the value of the metadataGroup property.

This accessor method returns a reference to the live list, not a snapshot.

Objects of the following type(s) are allowed in the list Coverage Description Metadata Contributor Title Source Right Language Identifer Subject Publisher Relation Type Format Creator


addMetaData

public void addMetaData(java.lang.String name,
                        java.lang.String lang,
                        java.lang.String content)

getCustomPortletModes

public java.util.List<CustomPortletMode> getCustomPortletModes()

getCustomWindowStates

public java.util.List<CustomWindowState> getCustomWindowStates()

getPortlets

public java.util.List<Portlet> getPortlets()

getServices

public java.util.List<Service> getServices()

getUserAttributeRefs

public java.util.List<UserAttributeRef> getUserAttributeRefs()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.