public class JspPropertyGroupType extends Object
Java class for jsp-property-groupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jsp-property-groupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/>
<element name="el-ignored" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="page-encoding" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="scripting-invalid" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="is-xml" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="include-prelude" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
<element name="include-coda" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/>
<element name="deferred-syntax-allowed-as-literal" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="trim-directive-whitespaces" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="default-content-type" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="buffer" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="error-on-undeclared-namespace" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
buffer |
protected String |
defaultContentType |
protected TrueFalseType |
deferredSyntaxAllowedAsLiteral |
protected List<DescriptionType> |
description |
protected List<DisplayNameType> |
displayName |
protected TrueFalseType |
elIgnored |
protected TrueFalseType |
errorOnUndeclaredNamespace |
protected List<IconType> |
icon |
protected String |
id |
protected List<PathType> |
includeCoda |
protected List<PathType> |
includePrelude |
protected TrueFalseType |
isXml |
protected String |
pageEncoding |
protected TrueFalseType |
scriptingInvalid |
protected TrueFalseType |
trimDirectiveWhitespaces |
protected List<UrlPatternType> |
urlPattern |
| Constructor and Description |
|---|
JspPropertyGroupType() |
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<UrlPatternType> urlPattern
protected TrueFalseType elIgnored
protected String pageEncoding
protected TrueFalseType scriptingInvalid
protected TrueFalseType isXml
protected TrueFalseType deferredSyntaxAllowedAsLiteral
protected TrueFalseType trimDirectiveWhitespaces
protected String defaultContentType
protected String buffer
protected TrueFalseType errorOnUndeclaredNamespace
protected String id
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<DisplayNameType> getDisplayName()
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<IconType> getIcon()
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public List<UrlPatternType> getUrlPattern()
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 urlPattern property.
For example, to add a new item, do as follows:
getUrlPattern().add(newItem);
Objects of the following type(s) are allowed in the list
UrlPatternType
public TrueFalseType getElIgnored()
TrueFalseTypepublic void setElIgnored(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic String getPageEncoding()
Stringpublic void setPageEncoding(String value)
value - allowed object is
Stringpublic TrueFalseType getScriptingInvalid()
TrueFalseTypepublic void setScriptingInvalid(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getIsXml()
TrueFalseTypepublic void setIsXml(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic List<PathType> getIncludePrelude()
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 includePrelude property.
For example, to add a new item, do as follows:
getIncludePrelude().add(newItem);
Objects of the following type(s) are allowed in the list
PathType
public List<PathType> getIncludeCoda()
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 includeCoda property.
For example, to add a new item, do as follows:
getIncludeCoda().add(newItem);
Objects of the following type(s) are allowed in the list
PathType
public TrueFalseType getDeferredSyntaxAllowedAsLiteral()
TrueFalseTypepublic void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic TrueFalseType getTrimDirectiveWhitespaces()
TrueFalseTypepublic void setTrimDirectiveWhitespaces(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic String getDefaultContentType()
Stringpublic void setDefaultContentType(String value)
value - allowed object is
Stringpublic String getBuffer()
Stringpublic void setBuffer(String value)
value - allowed object is
Stringpublic TrueFalseType getErrorOnUndeclaredNamespace()
TrueFalseTypepublic void setErrorOnUndeclaredNamespace(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic void setId(String value)
value - allowed object is
Stringpublic JspPropertyGroupType withDescription(DescriptionType... values)
public JspPropertyGroupType withDescription(Collection<DescriptionType> values)
public JspPropertyGroupType withDisplayName(DisplayNameType... values)
public JspPropertyGroupType withDisplayName(Collection<DisplayNameType> values)
public JspPropertyGroupType withIcon(IconType... values)
public JspPropertyGroupType withIcon(Collection<IconType> values)
public JspPropertyGroupType withUrlPattern(UrlPatternType... values)
public JspPropertyGroupType withUrlPattern(Collection<UrlPatternType> values)
public JspPropertyGroupType withElIgnored(TrueFalseType value)
public JspPropertyGroupType withPageEncoding(String value)
public JspPropertyGroupType withScriptingInvalid(TrueFalseType value)
public JspPropertyGroupType withIsXml(TrueFalseType value)
public JspPropertyGroupType withIncludePrelude(PathType... values)
public JspPropertyGroupType withIncludePrelude(Collection<PathType> values)
public JspPropertyGroupType withIncludeCoda(PathType... values)
public JspPropertyGroupType withIncludeCoda(Collection<PathType> values)
public JspPropertyGroupType withDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
public JspPropertyGroupType withTrimDirectiveWhitespaces(TrueFalseType value)
public JspPropertyGroupType withDefaultContentType(String value)
public JspPropertyGroupType withBuffer(String value)
public JspPropertyGroupType withErrorOnUndeclaredNamespace(TrueFalseType value)
public JspPropertyGroupType withId(String value)
Copyright © 2020. All rights reserved.