ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface PublicRenderParameterType<T>
extends Child<T>

This interface defines the contract for the public-render-parameterType xsd type

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

Method Summary
 PublicRenderParameterType<T> alias(String... values)
          Creates for all String objects representing alias elements, a new alias element
 PublicRenderParameterType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllAlias()
          Returns all alias elements
 List<String> getAllDescription()
          Returns all description elements
 String getId()
          Returns the id attribute
 String getIdentifier()
          Returns the identifier element
 String getName()
          Returns the name element
 String getQname()
          Returns the qname element
 PublicRenderParameterType<T> id(String id)
          Sets the id attribute
 PublicRenderParameterType<T> identifier(String identifier)
          Sets the identifier element
 PublicRenderParameterType<T> name(String name)
          Sets the name element
 PublicRenderParameterType<T> qname(String qname)
          Sets the qname element
 PublicRenderParameterType<T> removeAllAlias()
          Removes the alias element
 PublicRenderParameterType<T> removeAllDescription()
          Removes the description element
 PublicRenderParameterType<T> removeId()
          Removes the id attribute
 PublicRenderParameterType<T> removeIdentifier()
          Removes the identifier element
 PublicRenderParameterType<T> removeName()
          Removes the name element
 PublicRenderParameterType<T> removeQname()
          Removes the qname element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

PublicRenderParameterType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of PublicRenderParameterType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

PublicRenderParameterType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of PublicRenderParameterType

identifier

PublicRenderParameterType<T> identifier(String identifier)
Sets the identifier element

Parameters:
identifier - the value for the element identifier
Returns:
the current instance of PublicRenderParameterType

getIdentifier

String getIdentifier()
Returns the identifier element

Returns:
the node defined for the element identifier

removeIdentifier

PublicRenderParameterType<T> removeIdentifier()
Removes the identifier element

Returns:
the current instance of PublicRenderParameterType

qname

PublicRenderParameterType<T> qname(String qname)
Sets the qname element

Parameters:
qname - the value for the element qname
Returns:
the current instance of PublicRenderParameterType

getQname

String getQname()
Returns the qname element

Returns:
the node defined for the element qname

removeQname

PublicRenderParameterType<T> removeQname()
Removes the qname element

Returns:
the current instance of PublicRenderParameterType

name

PublicRenderParameterType<T> name(String name)
Sets the name element

Parameters:
name - the value for the element name
Returns:
the current instance of PublicRenderParameterType

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

PublicRenderParameterType<T> removeName()
Removes the name element

Returns:
the current instance of PublicRenderParameterType

alias

PublicRenderParameterType<T> alias(String... values)
Creates for all String objects representing alias elements, a new alias element

Parameters:
values - list of alias objects
Returns:
the current instance of PublicRenderParameterType

getAllAlias

List<String> getAllAlias()
Returns all alias elements

Returns:
list of alias

removeAllAlias

PublicRenderParameterType<T> removeAllAlias()
Removes the alias element

Returns:
the current instance of PublicRenderParameterType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

PublicRenderParameterType<T> removeId()
Removes the id attribute

Returns:
the current instance of PublicRenderParameterType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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