|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.SupportsType
public class SupportsType
Supports indicates the portlet modes a portlet supports for a specific content type. All portlets must support the view mode. Used in: portlet
Java class for supportsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="supportsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mime-type" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}mime-typeType"/>
<element name="portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}window-stateType" maxOccurs="unbounded" 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 MimeTypeType |
mimeType
|
protected PortletModeType[] |
portletMode
|
protected WindowStateType[] |
windowState
|
| Constructor Summary | |
|---|---|
SupportsType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.SupportsType instance. |
|
SupportsType(SupportsType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.SupportsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SupportsType |
clone()
Creates and returns a copy of this object. |
void |
copyPortletMode(PortletModeType[] source)
Copies all values of property PortletMode. |
void |
copyWindowState(WindowStateType[] source)
Copies all values of property WindowState. |
String |
getId()
Gets the value of the id property. |
MimeTypeType |
getMimeType()
Gets the value of the mimeType property. |
PortletModeType[] |
getPortletMode()
|
PortletModeType |
getPortletMode(int idx)
|
int |
getPortletModeLength()
|
WindowStateType[] |
getWindowState()
|
WindowStateType |
getWindowState(int idx)
|
int |
getWindowStateLength()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setMimeType(MimeTypeType value)
Sets the value of the mimeType property. |
PortletModeType |
setPortletMode(int idx,
PortletModeType value)
|
void |
setPortletMode(PortletModeType[] values)
|
WindowStateType |
setWindowState(int idx,
WindowStateType value)
|
void |
setWindowState(WindowStateType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MimeTypeType mimeType
protected PortletModeType[] portletMode
protected WindowStateType[] windowState
protected String id
| Constructor Detail |
|---|
public SupportsType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.SupportsType instance.
public SupportsType(SupportsType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.SupportsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public MimeTypeType getMimeType()
MimeTypeTypepublic void setMimeType(MimeTypeType value)
value - allowed object is
MimeTypeTypepublic PortletModeType[] getPortletMode()
PortletModeTypepublic PortletModeType getPortletMode(int idx)
PortletModeTypepublic int getPortletModeLength()
public void setPortletMode(PortletModeType[] values)
values - allowed objects are
PortletModeType
public PortletModeType setPortletMode(int idx,
PortletModeType value)
value - allowed object is
PortletModeTypepublic WindowStateType[] getWindowState()
WindowStateTypepublic WindowStateType getWindowState(int idx)
WindowStateTypepublic int getWindowStateLength()
public void setWindowState(WindowStateType[] values)
values - allowed objects are
WindowStateType
public WindowStateType setWindowState(int idx,
WindowStateType value)
value - allowed object is
WindowStateTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void copyPortletMode(PortletModeType[] source)
PortletMode.
source - The source to copy from.
NullPointerException - if source is null.public void copyWindowState(WindowStateType[] source)
WindowState.
source - The source to copy from.
NullPointerException - if source is null.public SupportsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||