public class JspPropertyGroupType extends Object
Java-Klasse für jsp-property-groupType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der buffer-Eigenschaft ab.
|
String |
getDefaultContentType()
Ruft den Wert der defaultContentType-Eigenschaft ab.
|
TrueFalseType |
getDeferredSyntaxAllowedAsLiteral()
Ruft den Wert der deferredSyntaxAllowedAsLiteral-Eigenschaft ab.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
TrueFalseType |
getElIgnored()
Ruft den Wert der elIgnored-Eigenschaft ab.
|
TrueFalseType |
getErrorOnUndeclaredNamespace()
Ruft den Wert der errorOnUndeclaredNamespace-Eigenschaft ab.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
List<PathType> |
getIncludeCoda()
Gets the value of the includeCoda property.
|
List<PathType> |
getIncludePrelude()
Gets the value of the includePrelude property.
|
TrueFalseType |
getIsXml()
Ruft den Wert der isXml-Eigenschaft ab.
|
String |
getPageEncoding()
Ruft den Wert der pageEncoding-Eigenschaft ab.
|
TrueFalseType |
getScriptingInvalid()
Ruft den Wert der scriptingInvalid-Eigenschaft ab.
|
TrueFalseType |
getTrimDirectiveWhitespaces()
Ruft den Wert der trimDirectiveWhitespaces-Eigenschaft ab.
|
List<UrlPatternType> |
getUrlPattern()
Gets the value of the urlPattern property.
|
void |
setBuffer(String value)
Legt den Wert der buffer-Eigenschaft fest.
|
void |
setDefaultContentType(String value)
Legt den Wert der defaultContentType-Eigenschaft fest.
|
void |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Legt den Wert der deferredSyntaxAllowedAsLiteral-Eigenschaft fest.
|
void |
setElIgnored(TrueFalseType value)
Legt den Wert der elIgnored-Eigenschaft fest.
|
void |
setErrorOnUndeclaredNamespace(TrueFalseType value)
Legt den Wert der errorOnUndeclaredNamespace-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setIsXml(TrueFalseType value)
Legt den Wert der isXml-Eigenschaft fest.
|
void |
setPageEncoding(String value)
Legt den Wert der pageEncoding-Eigenschaft fest.
|
void |
setScriptingInvalid(TrueFalseType value)
Legt den Wert der scriptingInvalid-Eigenschaft fest.
|
void |
setTrimDirectiveWhitespaces(TrueFalseType value)
Legt den Wert der trimDirectiveWhitespaces-Eigenschaft fest.
|
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()
TrueFalseType
public void setElIgnored(TrueFalseType value)
value
- allowed object is
TrueFalseType
public String getPageEncoding()
String
public void setPageEncoding(String value)
value
- allowed object is
String
public TrueFalseType getScriptingInvalid()
TrueFalseType
public void setScriptingInvalid(TrueFalseType value)
value
- allowed object is
TrueFalseType
public TrueFalseType getIsXml()
TrueFalseType
public void setIsXml(TrueFalseType value)
value
- allowed object is
TrueFalseType
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
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()
TrueFalseType
public void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
value
- allowed object is
TrueFalseType
public TrueFalseType getTrimDirectiveWhitespaces()
TrueFalseType
public void setTrimDirectiveWhitespaces(TrueFalseType value)
value
- allowed object is
TrueFalseType
public String getDefaultContentType()
String
public void setDefaultContentType(String value)
value
- allowed object is
String
public String getBuffer()
String
public void setBuffer(String value)
value
- allowed object is
String
public TrueFalseType getErrorOnUndeclaredNamespace()
TrueFalseType
public void setErrorOnUndeclaredNamespace(TrueFalseType value)
value
- allowed object is
TrueFalseType
Copyright © 2015 buschmais GbR. All rights reserved.