net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class JspPropertyGroupTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, JspPropertyGroupType

public class JspPropertyGroupTypeImpl
extends Object
implements Serializable, Cloneable, JspPropertyGroupType

See Also:
Serialized Form

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.prot.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.
JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance by copying a given instance.
 
Method Summary
 JspPropertyGroupTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
protected  void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
protected  void copyIcon(IconType[] source)
          Copies all values of property Icon.
protected  void copyIncludeCoda(PathType[] source)
          Copies all values of property IncludeCoda.
protected  void copyIncludePrelude(PathType[] source)
          Copies all values of property IncludePrelude.
protected  void copyUrlPattern(UrlPatternType[] source)
          Copies all values of property UrlPattern.
 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

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

urlPattern

protected UrlPatternType[] urlPattern

elIgnored

protected TrueFalseTypeImpl elIgnored

pageEncoding

protected StringImpl pageEncoding

scriptingInvalid

protected TrueFalseTypeImpl scriptingInvalid

isXml

protected TrueFalseTypeImpl isXml

includePrelude

protected PathType[] includePrelude

includeCoda

protected PathType[] includeCoda

deferredSyntaxAllowedAsLiteral

protected TrueFalseTypeImpl deferredSyntaxAllowedAsLiteral

trimDirectiveWhitespaces

protected TrueFalseTypeImpl trimDirectiveWhitespaces

id

protected String id
Constructor Detail

JspPropertyGroupTypeImpl

public JspPropertyGroupTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.


JspPropertyGroupTypeImpl

public JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface JspPropertyGroupType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface JspPropertyGroupType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface JspPropertyGroupType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface JspPropertyGroupType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface JspPropertyGroupType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface JspPropertyGroupType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface JspPropertyGroupType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface JspPropertyGroupType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface JspPropertyGroupType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface JspPropertyGroupType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface JspPropertyGroupType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface JspPropertyGroupType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface JspPropertyGroupType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface JspPropertyGroupType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface JspPropertyGroupType
value - allowed object is IconType

getUrlPattern

public UrlPatternType[] getUrlPattern()
Specified by:
getUrlPattern in interface JspPropertyGroupType
Returns:
array of UrlPatternType

getUrlPattern

public UrlPatternType getUrlPattern(int idx)
Specified by:
getUrlPattern in interface JspPropertyGroupType
Returns:
one of UrlPatternType

getUrlPatternLength

public int getUrlPatternLength()
Specified by:
getUrlPatternLength in interface JspPropertyGroupType

setUrlPattern

public void setUrlPattern(UrlPatternType[] values)
Specified by:
setUrlPattern in interface JspPropertyGroupType
Parameters:
values - allowed objects are UrlPatternType

setUrlPattern

public UrlPatternType setUrlPattern(int idx,
                                    UrlPatternType value)
Specified by:
setUrlPattern in interface JspPropertyGroupType
value - allowed object is UrlPatternType

getElIgnored

public TrueFalseType getElIgnored()
Description copied from interface: JspPropertyGroupType
Gets the value of the elIgnored property.

Specified by:
getElIgnored in interface JspPropertyGroupType
Returns:
possible object is TrueFalseType

setElIgnored

public void setElIgnored(TrueFalseType value)
Description copied from interface: JspPropertyGroupType
Sets the value of the elIgnored property.

Specified by:
setElIgnored in interface JspPropertyGroupType
Parameters:
value - allowed object is TrueFalseType

getPageEncoding

public String getPageEncoding()
Description copied from interface: JspPropertyGroupType
Gets the value of the pageEncoding property.

Specified by:
getPageEncoding in interface JspPropertyGroupType
Returns:
possible object is String

setPageEncoding

public void setPageEncoding(String value)
Description copied from interface: JspPropertyGroupType
Sets the value of the pageEncoding property.

Specified by:
setPageEncoding in interface JspPropertyGroupType
Parameters:
value - allowed object is String

getScriptingInvalid

public TrueFalseType getScriptingInvalid()
Description copied from interface: JspPropertyGroupType
Gets the value of the scriptingInvalid property.

Specified by:
getScriptingInvalid in interface JspPropertyGroupType
Returns:
possible object is TrueFalseType

setScriptingInvalid

public void setScriptingInvalid(TrueFalseType value)
Description copied from interface: JspPropertyGroupType
Sets the value of the scriptingInvalid property.

Specified by:
setScriptingInvalid in interface JspPropertyGroupType
Parameters:
value - allowed object is TrueFalseType

getIsXml

public TrueFalseType getIsXml()
Description copied from interface: JspPropertyGroupType
Gets the value of the isXml property.

Specified by:
getIsXml in interface JspPropertyGroupType
Returns:
possible object is TrueFalseType

setIsXml

public void setIsXml(TrueFalseType value)
Description copied from interface: JspPropertyGroupType
Sets the value of the isXml property.

Specified by:
setIsXml in interface JspPropertyGroupType
Parameters:
value - allowed object is TrueFalseType

getIncludePrelude

public PathType[] getIncludePrelude()
Specified by:
getIncludePrelude in interface JspPropertyGroupType
Returns:
array of PathType

getIncludePrelude

public PathType getIncludePrelude(int idx)
Specified by:
getIncludePrelude in interface JspPropertyGroupType
Returns:
one of PathType

getIncludePreludeLength

public int getIncludePreludeLength()
Specified by:
getIncludePreludeLength in interface JspPropertyGroupType

setIncludePrelude

public void setIncludePrelude(PathType[] values)
Specified by:
setIncludePrelude in interface JspPropertyGroupType
Parameters:
values - allowed objects are PathType

setIncludePrelude

public PathType setIncludePrelude(int idx,
                                  PathType value)
Specified by:
setIncludePrelude in interface JspPropertyGroupType
value - allowed object is PathType

getIncludeCoda

public PathType[] getIncludeCoda()
Specified by:
getIncludeCoda in interface JspPropertyGroupType
Returns:
array of PathType

getIncludeCoda

public PathType getIncludeCoda(int idx)
Specified by:
getIncludeCoda in interface JspPropertyGroupType
Returns:
one of PathType

getIncludeCodaLength

public int getIncludeCodaLength()
Specified by:
getIncludeCodaLength in interface JspPropertyGroupType

setIncludeCoda

public void setIncludeCoda(PathType[] values)
Specified by:
setIncludeCoda in interface JspPropertyGroupType
Parameters:
values - allowed objects are PathType

setIncludeCoda

public PathType setIncludeCoda(int idx,
                               PathType value)
Specified by:
setIncludeCoda in interface JspPropertyGroupType
value - allowed object is PathType

getDeferredSyntaxAllowedAsLiteral

public TrueFalseType getDeferredSyntaxAllowedAsLiteral()
Description copied from interface: JspPropertyGroupType
Gets the value of the deferredSyntaxAllowedAsLiteral property.

Specified by:
getDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupType
Returns:
possible object is TrueFalseType

setDeferredSyntaxAllowedAsLiteral

public void setDeferredSyntaxAllowedAsLiteral(TrueFalseType value)
Description copied from interface: JspPropertyGroupType
Sets the value of the deferredSyntaxAllowedAsLiteral property.

Specified by:
setDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupType
Parameters:
value - allowed object is TrueFalseType

getTrimDirectiveWhitespaces

public TrueFalseType getTrimDirectiveWhitespaces()
Description copied from interface: JspPropertyGroupType
Gets the value of the trimDirectiveWhitespaces property.

Specified by:
getTrimDirectiveWhitespaces in interface JspPropertyGroupType
Returns:
possible object is TrueFalseType

setTrimDirectiveWhitespaces

public void setTrimDirectiveWhitespaces(TrueFalseType value)
Description copied from interface: JspPropertyGroupType
Sets the value of the trimDirectiveWhitespaces property.

Specified by:
setTrimDirectiveWhitespaces in interface JspPropertyGroupType
Parameters:
value - allowed object is TrueFalseType

getId

public String getId()
Description copied from interface: JspPropertyGroupType
Gets the value of the id property.

Specified by:
getId in interface JspPropertyGroupType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: JspPropertyGroupType
Sets the value of the id property.

Specified by:
setId in interface JspPropertyGroupType
Parameters:
value - allowed object is String

copyDescription

protected void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyDisplayName

protected void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIcon

protected void copyIcon(IconType[] source)
Copies all values of property Icon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyUrlPattern

protected void copyUrlPattern(UrlPatternType[] source)
Copies all values of property UrlPattern.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIncludePrelude

protected void copyIncludePrelude(PathType[] source)
Copies all values of property IncludePrelude.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIncludeCoda

protected void copyIncludeCoda(PathType[] source)
Copies all values of property IncludeCoda.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public JspPropertyGroupTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.