ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.portletapp20
Interface PortletInfoType<T>

All Superinterfaces:
Child<T>

public interface PortletInfoType<T>
extends Child<T>

This interface defines the contract for the portlet-infoType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getId()
          Returns the id attribute
 String getKeywords()
          Returns the keywords element
 String getShortTitle()
          Returns the short-title element
 String getTitle()
          Returns the title element
 PortletInfoType<T> id(String id)
          Sets the id attribute
 PortletInfoType<T> keywords(String keywords)
          Sets the keywords element
 PortletInfoType<T> removeId()
          Removes the id attribute
 PortletInfoType<T> removeKeywords()
          Removes the keywords element
 PortletInfoType<T> removeShortTitle()
          Removes the short-title element
 PortletInfoType<T> removeTitle()
          Removes the title element
 PortletInfoType<T> shortTitle(String shortTitle)
          Sets the short-title element
 PortletInfoType<T> title(String title)
          Sets the title element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

title

PortletInfoType<T> title(String title)
Sets the title element

Parameters:
title - the value for the element title
Returns:
the current instance of PortletInfoType

getTitle

String getTitle()
Returns the title element

Returns:
the node defined for the element title

removeTitle

PortletInfoType<T> removeTitle()
Removes the title element

Returns:
the current instance of PortletInfoType

shortTitle

PortletInfoType<T> shortTitle(String shortTitle)
Sets the short-title element

Parameters:
shortTitle - the value for the element short-title
Returns:
the current instance of PortletInfoType

getShortTitle

String getShortTitle()
Returns the short-title element

Returns:
the node defined for the element short-title

removeShortTitle

PortletInfoType<T> removeShortTitle()
Removes the short-title element

Returns:
the current instance of PortletInfoType

keywords

PortletInfoType<T> keywords(String keywords)
Sets the keywords element

Parameters:
keywords - the value for the element keywords
Returns:
the current instance of PortletInfoType

getKeywords

String getKeywords()
Returns the keywords element

Returns:
the node defined for the element keywords

removeKeywords

PortletInfoType<T> removeKeywords()
Removes the keywords element

Returns:
the current instance of PortletInfoType

id

PortletInfoType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of PortletInfoType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

PortletInfoType<T> removeId()
Removes the id attribute

Returns:
the current instance of PortletInfoType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.