|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.PortletInfoType
public class 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_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>
| Field Summary | |
|---|---|
protected String |
id
|
protected KeywordsType |
keywords
|
protected ShortTitleType |
shortTitle
|
protected TitleType |
title
|
| Constructor Summary | |
|---|---|
PortletInfoType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.PortletInfoType instance. |
|
PortletInfoType(PortletInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.PortletInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletInfoType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TitleType title
protected ShortTitleType shortTitle
protected KeywordsType keywords
protected String id
| Constructor Detail |
|---|
public PortletInfoType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.PortletInfoType instance.
public PortletInfoType(PortletInfoType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.portlet.app200.PortletInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
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 String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PortletInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||