org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class Portlet
java.lang.Object
org.apache.jetspeed.om.portlet.jetspeed.jaxb.Portlet
public class Portlet
- 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="portlet-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletName
protected java.lang.String portletName
securityConstraintRef
protected java.lang.String securityConstraintRef
metadataGroup
protected java.util.List<MetadataType> metadataGroup
id
protected java.lang.String id
Portlet
public Portlet()
getPortletName
public java.lang.String getPortletName()
setPortletName
public void setPortletName(java.lang.String value)
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 Format Type
Creator
addMetaData
public void addMetaData(java.lang.String name,
java.lang.String lang,
java.lang.String content)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.