|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl
public class JspPropertyGroupTypeImpl
| Field Summary | |
|---|---|
protected TrueFalseTypeImpl |
deferredSyntaxAllowedAsLiteral
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected TrueFalseTypeImpl |
elIgnored
|
protected IconType[] |
icon
|
protected String |
id
|
protected PathType[] |
includeCoda
|
protected PathType[] |
includePrelude
|
protected TrueFalseTypeImpl |
isXml
|
protected StringImpl |
pageEncoding
|
protected TrueFalseTypeImpl |
scriptingInvalid
|
protected TrueFalseTypeImpl |
trimDirectiveWhitespaces
|
protected UrlPatternType[] |
urlPattern
|
| Constructor Summary | |
|---|---|
JspPropertyGroupTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance. |
|
JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
TrueFalseType |
getElIgnored()
Gets the value of the elIgnored property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
PathType[] |
getIncludeCoda()
|
PathType |
getIncludeCoda(int idx)
|
int |
getIncludeCodaLength()
|
PathType[] |
getIncludePrelude()
|
PathType |
getIncludePrelude(int idx)
|
int |
getIncludePreludeLength()
|
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. |
UrlPatternType[] |
getUrlPattern()
|
UrlPatternType |
getUrlPattern(int idx)
|
int |
getUrlPatternLength()
|
void |
setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Sets the value of the deferredSyntaxAllowedAsLiteral property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setElIgnored(TrueFalseType value)
Sets the value of the elIgnored property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
PathType |
setIncludeCoda(int idx,
PathType value)
|
void |
setIncludeCoda(PathType[] values)
|
PathType |
setIncludePrelude(int idx,
PathType value)
|
void |
setIncludePrelude(PathType[] values)
|
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. |
UrlPatternType |
setUrlPattern(int idx,
UrlPatternType value)
|
void |
setUrlPattern(UrlPatternType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected UrlPatternType[] urlPattern
protected TrueFalseTypeImpl elIgnored
protected StringImpl pageEncoding
protected TrueFalseTypeImpl scriptingInvalid
protected TrueFalseTypeImpl isXml
protected PathType[] includePrelude
protected PathType[] includeCoda
protected TrueFalseTypeImpl deferredSyntaxAllowedAsLiteral
protected TrueFalseTypeImpl trimDirectiveWhitespaces
protected String id
| Constructor Detail |
|---|
public JspPropertyGroupTypeImpl()
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.
public JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface JspPropertyGroupTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface JspPropertyGroupTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface JspPropertyGroupTypepublic void setDescription(DescriptionType[] values)
setDescription in interface JspPropertyGroupTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface JspPropertyGroupTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface JspPropertyGroupTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface JspPropertyGroupTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface JspPropertyGroupTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface JspPropertyGroupTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface JspPropertyGroupTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface JspPropertyGroupTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface JspPropertyGroupTypeIconTypepublic int getIconLength()
getIconLength in interface JspPropertyGroupTypepublic void setIcon(IconType[] values)
setIcon in interface JspPropertyGroupTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface JspPropertyGroupTypevalue - allowed object is
IconTypepublic UrlPatternType[] getUrlPattern()
getUrlPattern in interface JspPropertyGroupTypeUrlPatternTypepublic UrlPatternType getUrlPattern(int idx)
getUrlPattern in interface JspPropertyGroupTypeUrlPatternTypepublic int getUrlPatternLength()
getUrlPatternLength in interface JspPropertyGroupTypepublic void setUrlPattern(UrlPatternType[] values)
setUrlPattern in interface JspPropertyGroupTypevalues - allowed objects are
UrlPatternType
public UrlPatternType setUrlPattern(int idx,
UrlPatternType value)
setUrlPattern in interface JspPropertyGroupTypevalue - allowed object is
UrlPatternTypepublic 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 PathType[] getIncludePrelude()
getIncludePrelude in interface JspPropertyGroupTypePathTypepublic PathType getIncludePrelude(int idx)
getIncludePrelude in interface JspPropertyGroupTypePathTypepublic int getIncludePreludeLength()
getIncludePreludeLength in interface JspPropertyGroupTypepublic void setIncludePrelude(PathType[] values)
setIncludePrelude in interface JspPropertyGroupTypevalues - allowed objects are
PathType
public PathType setIncludePrelude(int idx,
PathType value)
setIncludePrelude in interface JspPropertyGroupTypevalue - allowed object is
PathTypepublic PathType[] getIncludeCoda()
getIncludeCoda in interface JspPropertyGroupTypePathTypepublic PathType getIncludeCoda(int idx)
getIncludeCoda in interface JspPropertyGroupTypePathTypepublic int getIncludeCodaLength()
getIncludeCodaLength in interface JspPropertyGroupTypepublic void setIncludeCoda(PathType[] values)
setIncludeCoda in interface JspPropertyGroupTypevalues - allowed objects are
PathType
public PathType setIncludeCoda(int idx,
PathType value)
setIncludeCoda in interface JspPropertyGroupTypevalue - allowed object is
PathTypepublic 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 | |||||||||