net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app100
Interface SupportsType

All Known Implementing Classes:
SupportsTypeImpl

public interface 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>
 


Method Summary
 String getId()
          Gets the value of the id property.
 MimeTypeType getMimeType()
          Gets the value of the mimeType property.
 List<PortletModeType> getPortletMode()
          Gets the value of the portletMode property.
 void setId(String value)
          Sets the value of the id property.
 void setMimeType(MimeTypeType value)
          Sets the value of the mimeType property.
 

Method Detail

getMimeType

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

Returns:
possible object is MimeTypeType

setMimeType

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

Parameters:
value - allowed object is MimeTypeType

getPortletMode

List<PortletModeType> getPortletMode()
Gets the value of the portletMode property.

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


getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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