|
||||||||||
| 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.app100.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_1_0.xsd}mime-typeType"/>
<element name="portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected MimeTypeType |
mimeType
|
protected PortletModeType[] |
portletMode
|
| Constructor Summary | |
|---|---|
SupportsType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app100.SupportsType instance. |
|
SupportsType(SupportsType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app100.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. |
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()
|
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)
|
| 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 String id
| Constructor Detail |
|---|
public SupportsType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app100.SupportsType instance.
public SupportsType(SupportsType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app100.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 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 SupportsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||