public class SupportsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected MimeTypeType |
mimeType |
protected java.util.List<PortletModeType> |
portletMode |
protected java.util.List<WindowStateType> |
windowState |
| Constructor and Description |
|---|
SupportsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
MimeTypeType |
getMimeType()
Gets the value of the mimeType property.
|
java.util.List<PortletModeType> |
getPortletMode()
Gets the value of the portletMode property.
|
java.util.List<WindowStateType> |
getWindowState()
Gets the value of the windowState property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMimeType(MimeTypeType value)
Sets the value of the mimeType property.
|
protected MimeTypeType mimeType
protected java.util.List<PortletModeType> portletMode
protected java.util.List<WindowStateType> windowState
protected java.lang.String id
public MimeTypeType getMimeType()
MimeTypeTypepublic void setMimeType(MimeTypeType value)
value - allowed object is
MimeTypeTypepublic java.util.List<PortletModeType> getPortletMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the portletMode property.
For example, to add a new item, do as follows:
getPortletMode().add(newItem);
Objects of the following type(s) are allowed in the list
PortletModeType
public java.util.List<WindowStateType> getWindowState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the windowState property.
For example, to add a new item, do as follows:
getWindowState().add(newItem);
Objects of the following type(s) are allowed in the list
WindowStateType
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String