net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200
Class SupportsType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.SupportsType
All Implemented Interfaces:
Serializable, Cloneable

public class SupportsType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.priv.indexed.valueclass.portlet.app200.SupportsType instance.
SupportsType(SupportsType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.SupportsType instance by copying a given instance.
 
Method Summary
 SupportsType clone()
          Creates and returns a copy of this object.
 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

mimeType

protected MimeTypeType mimeType

portletMode

protected PortletModeType[] portletMode

windowState

protected WindowStateType[] windowState

id

protected String id
Constructor Detail

SupportsType

public SupportsType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.SupportsType instance.


SupportsType

public SupportsType(SupportsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.SupportsType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMimeType

public MimeTypeType getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is MimeTypeType

setMimeType

public void setMimeType(MimeTypeType value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is MimeTypeType

getPortletMode

public PortletModeType[] getPortletMode()
Returns:
array of PortletModeType

getPortletMode

public PortletModeType getPortletMode(int idx)
Returns:
one of PortletModeType

getPortletModeLength

public int getPortletModeLength()

setPortletMode

public void setPortletMode(PortletModeType[] values)
Parameters:
values - allowed objects are PortletModeType

setPortletMode

public PortletModeType setPortletMode(int idx,
                                      PortletModeType value)
Parameters:
value - allowed object is PortletModeType

getWindowState

public WindowStateType[] getWindowState()
Returns:
array of WindowStateType

getWindowState

public WindowStateType getWindowState(int idx)
Returns:
one of WindowStateType

getWindowStateLength

public int getWindowStateLength()

setWindowState

public void setWindowState(WindowStateType[] values)
Parameters:
values - allowed objects are WindowStateType

setWindowState

public WindowStateType setWindowState(int idx,
                                      WindowStateType value)
Parameters:
value - allowed object is WindowStateType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public SupportsType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.