ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.jsp22
Interface JspPropertyGroupType<T>

All Superinterfaces:
Child<T>

public interface JspPropertyGroupType<T>
extends Child<T>

This interface defines the contract for the jsp-property-groupType xsd type

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

Method Summary
 JspPropertyGroupType<T> buffer(String buffer)
          Sets the buffer element
 IconType<JspPropertyGroupType<T>> createIcon()
          Creates a new icon element
 JspPropertyGroupType<T> defaultContentType(String defaultContentType)
          Sets the default-content-type element
 JspPropertyGroupType<T> deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
          Sets the deferred-syntax-allowed-as-literal element
 JspPropertyGroupType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 JspPropertyGroupType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JspPropertyGroupType<T> elIgnored(Boolean elIgnored)
          Sets the el-ignored element
 JspPropertyGroupType<T> errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
          Sets the error-on-undeclared-namespace element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<JspPropertyGroupType<T>>> getAllIcon()
          Returns all icon elements
 List<String> getAllIncludeCoda()
          Returns all include-coda elements
 List<String> getAllIncludePrelude()
          Returns all include-prelude elements
 List<String> getAllUrlPattern()
          Returns all url-pattern elements
 String getBuffer()
          Returns the buffer element
 String getDefaultContentType()
          Returns the default-content-type element
 IconType<JspPropertyGroupType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 String getPageEncoding()
          Returns the page-encoding element
 JspPropertyGroupType<T> includeCoda(String... values)
          Creates for all String objects representing include-coda elements, a new include-coda element
 JspPropertyGroupType<T> includePrelude(String... values)
          Creates for all String objects representing include-prelude elements, a new include-prelude element
 Boolean isDeferredSyntaxAllowedAsLiteral()
          Returns the deferred-syntax-allowed-as-literal element
 Boolean isElIgnored()
          Returns the el-ignored element
 Boolean isErrorOnUndeclaredNamespace()
          Returns the error-on-undeclared-namespace element
 Boolean isIsXml()
          Returns the is-xml element
 Boolean isScriptingInvalid()
          Returns the scripting-invalid element
 Boolean isTrimDirectiveWhitespaces()
          Returns the trim-directive-whitespaces element
 JspPropertyGroupType<T> isXml(Boolean isXml)
          Sets the is-xml element
 JspPropertyGroupType<T> pageEncoding(String pageEncoding)
          Sets the page-encoding element
 JspPropertyGroupType<T> removeAllDescription()
          Removes the description element
 JspPropertyGroupType<T> removeAllDisplayName()
          Removes the display-name element
 JspPropertyGroupType<T> removeAllIcon()
          Removes all icon elements
 JspPropertyGroupType<T> removeAllIncludeCoda()
          Removes the include-coda element
 JspPropertyGroupType<T> removeAllIncludePrelude()
          Removes the include-prelude element
 JspPropertyGroupType<T> removeAllUrlPattern()
          Removes the url-pattern element
 JspPropertyGroupType<T> removeBuffer()
          Removes the buffer element
 JspPropertyGroupType<T> removeDefaultContentType()
          Removes the default-content-type element
 JspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
          Removes the deferred-syntax-allowed-as-literal element
 JspPropertyGroupType<T> removeElIgnored()
          Removes the el-ignored element
 JspPropertyGroupType<T> removeErrorOnUndeclaredNamespace()
          Removes the error-on-undeclared-namespace element
 JspPropertyGroupType<T> removeIsXml()
          Removes the is-xml element
 JspPropertyGroupType<T> removePageEncoding()
          Removes the page-encoding element
 JspPropertyGroupType<T> removeScriptingInvalid()
          Removes the scripting-invalid element
 JspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
          Removes the trim-directive-whitespaces element
 JspPropertyGroupType<T> scriptingInvalid(Boolean scriptingInvalid)
          Sets the scripting-invalid element
 JspPropertyGroupType<T> trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
          Sets the trim-directive-whitespaces element
 JspPropertyGroupType<T> urlPattern(String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

JspPropertyGroupType<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 JspPropertyGroupType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

JspPropertyGroupType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of JspPropertyGroupType

displayName

JspPropertyGroupType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of JspPropertyGroupType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

JspPropertyGroupType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of JspPropertyGroupType

getOrCreateIcon

IconType<JspPropertyGroupType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<JspPropertyGroupType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<JspPropertyGroupType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

JspPropertyGroupType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

urlPattern

JspPropertyGroupType<T> urlPattern(String... values)
Creates for all String objects representing url-pattern elements, a new url-pattern element

Parameters:
values - list of url-pattern objects
Returns:
the current instance of JspPropertyGroupType

getAllUrlPattern

List<String> getAllUrlPattern()
Returns all url-pattern elements

Returns:
list of url-pattern

removeAllUrlPattern

JspPropertyGroupType<T> removeAllUrlPattern()
Removes the url-pattern element

Returns:
the current instance of JspPropertyGroupType

elIgnored

JspPropertyGroupType<T> elIgnored(Boolean elIgnored)
Sets the el-ignored element

Parameters:
elIgnored - the value for the element el-ignored
Returns:
the current instance of JspPropertyGroupType

isElIgnored

Boolean isElIgnored()
Returns the el-ignored element

Returns:
the node defined for the element el-ignored

removeElIgnored

JspPropertyGroupType<T> removeElIgnored()
Removes the el-ignored element

Returns:
the current instance of JspPropertyGroupType

pageEncoding

JspPropertyGroupType<T> pageEncoding(String pageEncoding)
Sets the page-encoding element

Parameters:
pageEncoding - the value for the element page-encoding
Returns:
the current instance of JspPropertyGroupType

getPageEncoding

String getPageEncoding()
Returns the page-encoding element

Returns:
the node defined for the element page-encoding

removePageEncoding

JspPropertyGroupType<T> removePageEncoding()
Removes the page-encoding element

Returns:
the current instance of JspPropertyGroupType

scriptingInvalid

JspPropertyGroupType<T> scriptingInvalid(Boolean scriptingInvalid)
Sets the scripting-invalid element

Parameters:
scriptingInvalid - the value for the element scripting-invalid
Returns:
the current instance of JspPropertyGroupType

isScriptingInvalid

Boolean isScriptingInvalid()
Returns the scripting-invalid element

Returns:
the node defined for the element scripting-invalid

removeScriptingInvalid

JspPropertyGroupType<T> removeScriptingInvalid()
Removes the scripting-invalid element

Returns:
the current instance of JspPropertyGroupType

isXml

JspPropertyGroupType<T> isXml(Boolean isXml)
Sets the is-xml element

Parameters:
isXml - the value for the element is-xml
Returns:
the current instance of JspPropertyGroupType

isIsXml

Boolean isIsXml()
Returns the is-xml element

Returns:
the node defined for the element is-xml

removeIsXml

JspPropertyGroupType<T> removeIsXml()
Removes the is-xml element

Returns:
the current instance of JspPropertyGroupType

includePrelude

JspPropertyGroupType<T> includePrelude(String... values)
Creates for all String objects representing include-prelude elements, a new include-prelude element

Parameters:
values - list of include-prelude objects
Returns:
the current instance of JspPropertyGroupType

getAllIncludePrelude

List<String> getAllIncludePrelude()
Returns all include-prelude elements

Returns:
list of include-prelude

removeAllIncludePrelude

JspPropertyGroupType<T> removeAllIncludePrelude()
Removes the include-prelude element

Returns:
the current instance of JspPropertyGroupType

includeCoda

JspPropertyGroupType<T> includeCoda(String... values)
Creates for all String objects representing include-coda elements, a new include-coda element

Parameters:
values - list of include-coda objects
Returns:
the current instance of JspPropertyGroupType

getAllIncludeCoda

List<String> getAllIncludeCoda()
Returns all include-coda elements

Returns:
list of include-coda

removeAllIncludeCoda

JspPropertyGroupType<T> removeAllIncludeCoda()
Removes the include-coda element

Returns:
the current instance of JspPropertyGroupType

deferredSyntaxAllowedAsLiteral

JspPropertyGroupType<T> deferredSyntaxAllowedAsLiteral(Boolean deferredSyntaxAllowedAsLiteral)
Sets the deferred-syntax-allowed-as-literal element

Parameters:
deferredSyntaxAllowedAsLiteral - the value for the element deferred-syntax-allowed-as-literal
Returns:
the current instance of JspPropertyGroupType

isDeferredSyntaxAllowedAsLiteral

Boolean isDeferredSyntaxAllowedAsLiteral()
Returns the deferred-syntax-allowed-as-literal element

Returns:
the node defined for the element deferred-syntax-allowed-as-literal

removeDeferredSyntaxAllowedAsLiteral

JspPropertyGroupType<T> removeDeferredSyntaxAllowedAsLiteral()
Removes the deferred-syntax-allowed-as-literal element

Returns:
the current instance of JspPropertyGroupType

trimDirectiveWhitespaces

JspPropertyGroupType<T> trimDirectiveWhitespaces(Boolean trimDirectiveWhitespaces)
Sets the trim-directive-whitespaces element

Parameters:
trimDirectiveWhitespaces - the value for the element trim-directive-whitespaces
Returns:
the current instance of JspPropertyGroupType

isTrimDirectiveWhitespaces

Boolean isTrimDirectiveWhitespaces()
Returns the trim-directive-whitespaces element

Returns:
the node defined for the element trim-directive-whitespaces

removeTrimDirectiveWhitespaces

JspPropertyGroupType<T> removeTrimDirectiveWhitespaces()
Removes the trim-directive-whitespaces element

Returns:
the current instance of JspPropertyGroupType

defaultContentType

JspPropertyGroupType<T> defaultContentType(String defaultContentType)
Sets the default-content-type element

Parameters:
defaultContentType - the value for the element default-content-type
Returns:
the current instance of JspPropertyGroupType

getDefaultContentType

String getDefaultContentType()
Returns the default-content-type element

Returns:
the node defined for the element default-content-type

removeDefaultContentType

JspPropertyGroupType<T> removeDefaultContentType()
Removes the default-content-type element

Returns:
the current instance of JspPropertyGroupType

buffer

JspPropertyGroupType<T> buffer(String buffer)
Sets the buffer element

Parameters:
buffer - the value for the element buffer
Returns:
the current instance of JspPropertyGroupType

getBuffer

String getBuffer()
Returns the buffer element

Returns:
the node defined for the element buffer

removeBuffer

JspPropertyGroupType<T> removeBuffer()
Removes the buffer element

Returns:
the current instance of JspPropertyGroupType

errorOnUndeclaredNamespace

JspPropertyGroupType<T> errorOnUndeclaredNamespace(Boolean errorOnUndeclaredNamespace)
Sets the error-on-undeclared-namespace element

Parameters:
errorOnUndeclaredNamespace - the value for the element error-on-undeclared-namespace
Returns:
the current instance of JspPropertyGroupType

isErrorOnUndeclaredNamespace

Boolean isErrorOnUndeclaredNamespace()
Returns the error-on-undeclared-namespace element

Returns:
the node defined for the element error-on-undeclared-namespace

removeErrorOnUndeclaredNamespace

JspPropertyGroupType<T> removeErrorOnUndeclaredNamespace()
Removes the error-on-undeclared-namespace element

Returns:
the current instance of JspPropertyGroupType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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