|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletInfoType
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_1_0.xsd}titleType"/>
<element name="short-title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}short-titleType" minOccurs="0"/>
<element name="keywords" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}keywordsType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
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(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. |
| Method Detail |
|---|
TitleType getTitle()
TitleTypevoid setTitle(TitleType value)
value - allowed object is
TitleTypeShortTitleType getShortTitle()
ShortTitleTypevoid setShortTitle(ShortTitleType value)
value - allowed object is
ShortTitleTypeKeywordsType getKeywords()
KeywordsTypevoid setKeywords(KeywordsType value)
value - allowed object is
KeywordsTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||