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

All Known Implementing Classes:
PortletInfoTypeImpl

public interface PortletInfoType

Java class for portlet-infoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portlet-infoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}titleType"/>
         <element name="short-title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}short-titleType" minOccurs="0"/>
         <element name="keywords" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}keywordsType" 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.
 KeywordsType getKeywords()
          Gets the value of the keywords property.
 ShortTitleType getShortTitle()
          Gets the value of the shortTitle property.
 TitleType getTitle()
          Gets the value of the title property.
 void setId(String value)
          Sets the value of the id property.
 void setKeywords(KeywordsType value)
          Sets the value of the keywords property.
 void setShortTitle(ShortTitleType value)
          Sets the value of the shortTitle property.
 void setTitle(TitleType value)
          Sets the value of the title property.
 

Method Detail

getTitle

TitleType getTitle()
Gets the value of the title property.

Returns:
possible object is TitleType

setTitle

void setTitle(TitleType value)
Sets the value of the title property.

Parameters:
value - allowed object is TitleType

getShortTitle

ShortTitleType getShortTitle()
Gets the value of the shortTitle property.

Returns:
possible object is ShortTitleType

setShortTitle

void setShortTitle(ShortTitleType value)
Sets the value of the shortTitle property.

Parameters:
value - allowed object is ShortTitleType

getKeywords

KeywordsType getKeywords()
Gets the value of the keywords property.

Returns:
possible object is KeywordsType

setKeywords

void setKeywords(KeywordsType value)
Sets the value of the keywords property.

Parameters:
value - allowed object is KeywordsType

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.