public class PortletInfoType
extends java.lang.Object
Java class for portlet-infoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portlet-infoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}titleType" minOccurs="0"/>
<element name="short-title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}short-titleType" minOccurs="0"/>
<element name="keywords" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}keywordsType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected KeywordsType |
keywords |
protected ShortTitleType |
shortTitle |
protected TitleType |
title |
| Constructor and Description |
|---|
PortletInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
KeywordsType |
getKeywords()
Gets the value of the keywords property.
|
ShortTitleType |
getShortTitle()
Gets the value of the shortTitle property.
|
TitleType |
getTitle()
Gets the value of the title property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setKeywords(KeywordsType value)
Sets the value of the keywords property.
|
void |
setShortTitle(ShortTitleType value)
Sets the value of the shortTitle property.
|
void |
setTitle(TitleType value)
Sets the value of the title property.
|
protected TitleType title
protected ShortTitleType shortTitle
protected KeywordsType keywords
protected java.lang.String id
public TitleType getTitle()
TitleTypepublic void setTitle(TitleType value)
value - allowed object is
TitleTypepublic ShortTitleType getShortTitle()
ShortTitleTypepublic void setShortTitle(ShortTitleType value)
value - allowed object is
ShortTitleTypepublic KeywordsType getKeywords()
KeywordsTypepublic void setKeywords(KeywordsType value)
value - allowed object is
KeywordsTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String