|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl
public class JspPropertyGroupTypeImpl
| Field Summary | |
|---|---|
protected TrueFalseTypeImpl |
deferredSyntaxAllowedAsLiteral
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected TrueFalseTypeImpl |
elIgnored
|
protected List<IconType> |
icon
|
protected String |
id
|
protected List<PathType> |
includeCoda
|
protected List<PathType> |
includePrelude
|
protected TrueFalseTypeImpl |
isXml
|
protected StringImpl |
pageEncoding
|
protected TrueFalseTypeImpl |
scriptingInvalid
|
protected TrueFalseTypeImpl |
trimDirectiveWhitespaces
|
protected List<UrlPatternType> |
urlPattern
|
| Constructor Summary | |
|---|---|
JspPropertyGroupTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance. |
|
JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
JspPropertyGroupTypeImpl |
clone()
Creates and returns a copy of this object. |
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. |
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 |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property. |
void |
setElIgnored(TrueFalseType value)
Sets the value of the elIgnored 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected List<UrlPatternType> urlPattern
protected TrueFalseTypeImpl elIgnored
protected StringImpl pageEncoding
protected TrueFalseTypeImpl scriptingInvalid
protected TrueFalseTypeImpl isXml
protected List<PathType> includePrelude
protected List<PathType> includeCoda
protected TrueFalseTypeImpl deferredSyntaxAllowedAsLiteral
protected TrueFalseTypeImpl trimDirectiveWhitespaces
protected String id
| Constructor Detail |
|---|
public JspPropertyGroupTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.
public JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
JspPropertyGroupType
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
getDescription in interface JspPropertyGroupTypepublic List<DisplayNameType> getDisplayName()
JspPropertyGroupType
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
getDisplayName in interface JspPropertyGroupTypepublic List<IconType> getIcon()
JspPropertyGroupType
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
getIcon in interface JspPropertyGroupTypepublic List<UrlPatternType> getUrlPattern()
JspPropertyGroupType
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
getUrlPattern in interface JspPropertyGroupTypepublic TrueFalseType getElIgnored()
JspPropertyGroupType
getElIgnored in interface JspPropertyGroupTypeTrueFalseTypepublic void setElIgnored(TrueFalseType value)
JspPropertyGroupType
setElIgnored in interface JspPropertyGroupTypevalue - allowed object is
TrueFalseTypepublic String getPageEncoding()
JspPropertyGroupType
getPageEncoding in interface JspPropertyGroupTypeStringpublic void setPageEncoding(String value)
JspPropertyGroupType
setPageEncoding in interface JspPropertyGroupTypevalue - allowed object is
Stringpublic TrueFalseType getScriptingInvalid()
JspPropertyGroupType
getScriptingInvalid in interface JspPropertyGroupTypeTrueFalseTypepublic void setScriptingInvalid(TrueFalseType value)
JspPropertyGroupType
setScriptingInvalid in interface JspPropertyGroupTypevalue - allowed object is
TrueFalseTypepublic TrueFalseType getIsXml()
JspPropertyGroupType
getIsXml in interface JspPropertyGroupTypeTrueFalseTypepublic void setIsXml(TrueFalseType value)
JspPropertyGroupType
setIsXml in interface JspPropertyGroupTypevalue - allowed object is
TrueFalseTypepublic List<PathType> getIncludePrelude()
JspPropertyGroupType
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
getIncludePrelude in interface JspPropertyGroupTypepublic List<PathType> getIncludeCoda()
JspPropertyGroupType
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
getIncludeCoda in interface JspPropertyGroupTypepublic TrueFalseType getDeferredSyntaxAllowedAsLiteral()
JspPropertyGroupType
getDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupTypeTrueFalseTypepublic void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
JspPropertyGroupType
setDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupTypevalue - allowed object is
TrueFalseTypepublic TrueFalseType getTrimDirectiveWhitespaces()
JspPropertyGroupType
getTrimDirectiveWhitespaces in interface JspPropertyGroupTypeTrueFalseTypepublic void setTrimDirectiveWhitespaces(TrueFalseType value)
JspPropertyGroupType
setTrimDirectiveWhitespaces in interface JspPropertyGroupTypevalue - allowed object is
TrueFalseTypepublic String getId()
JspPropertyGroupType
getId in interface JspPropertyGroupTypeStringpublic void setId(String value)
JspPropertyGroupType
setId in interface JspPropertyGroupTypevalue - allowed object is
Stringpublic JspPropertyGroupTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||