@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuffer()
Gets the value of the buffer property.
|
String |
getDefaultContentType()
Gets the value of the defaultContentType property.
|
TrueFalseType |
getDeferredSyntaxAllowedAsLiteral()
Gets the value of the deferredSyntaxAllowedAsLiteral property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
TrueFalseType |
getElIgnored()
Gets the value of the elIgnored property.
|
TrueFalseType |
getErrorOnUndeclaredNamespace()
Gets the value of the errorOnUndeclaredNamespace property.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
List<PathType> |
getIncludeCoda()
Gets the value of the includeCoda property.
|
List<PathType> |
getIncludePrelude()
Gets the value of the includePrelude property.
|
TrueFalseType |
getIsXml()
Gets the value of the isXml property.
|
String |
getPageEncoding()
Gets the value of the pageEncoding property.
|
TrueFalseType |
getScriptingInvalid()
Gets the value of the scriptingInvalid property.
|
TrueFalseType |
getTrimDirectiveWhitespaces()
Gets the value of the trimDirectiveWhitespaces property.
|
List<UrlPatternType> |
getUrlPattern()
Gets the value of the urlPattern property.
|
void |
setBuffer(String value)
Sets the value of the buffer property.
|
void |
setDefaultContentType(String value)
Sets the value of the defaultContentType property.
|
void |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property.
|
void |
setElIgnored(TrueFalseType value)
Sets the value of the elIgnored property.
|
void |
setErrorOnUndeclaredNamespace(TrueFalseType value)
Sets the value of the errorOnUndeclaredNamespace property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsXml(TrueFalseType value)
Sets the value of the isXml property.
|
void |
setPageEncoding(String value)
Sets the value of the pageEncoding property.
|
void |
setScriptingInvalid(TrueFalseType value)
Sets the value of the scriptingInvalid property.
|
void |
setTrimDirectiveWhitespaces(TrueFalseType value)
Sets the value of the trimDirectiveWhitespaces property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<DescriptionType> description
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<DisplayNameType> displayName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<IconType> icon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<UrlPatternType> urlPattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType elIgnored
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String pageEncoding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType scriptingInvalid
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType isXml
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<PathType> includePrelude
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<PathType> includeCoda
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType deferredSyntaxAllowedAsLiteral
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType trimDirectiveWhitespaces
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String defaultContentType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String buffer
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType errorOnUndeclaredNamespace
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getElIgnored()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setElIgnored(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getPageEncoding()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setPageEncoding(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getScriptingInvalid()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setScriptingInvalid(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getIsXml()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setIsXml(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getDeferredSyntaxAllowedAsLiteral()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getTrimDirectiveWhitespaces()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setTrimDirectiveWhitespaces(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getDefaultContentType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setDefaultContentType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getBuffer()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setBuffer(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getErrorOnUndeclaredNamespace()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setErrorOnUndeclaredNamespace(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
StringCopyright © 2016 buschmais GbR. All rights reserved.