net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class JspPropertyGroupTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  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.priv.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.
JspPropertyGroupTypeImpl(JspPropertyGroupTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

urlPattern

protected List<UrlPatternType> urlPattern

elIgnored

protected TrueFalseTypeImpl elIgnored

pageEncoding

protected StringImpl pageEncoding

scriptingInvalid

protected TrueFalseTypeImpl scriptingInvalid

isXml

protected TrueFalseTypeImpl isXml

includePrelude

protected List<PathType> includePrelude

includeCoda

protected List<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.priv.collections.novalueclass.javaee.impl.JspPropertyGroupTypeImpl instance.


JspPropertyGroupTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: JspPropertyGroupType
Gets the value of the description property.

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

Specified by:
getDescription in interface JspPropertyGroupType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: JspPropertyGroupType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface JspPropertyGroupType

getIcon

public List<IconType> getIcon()
Description copied from interface: JspPropertyGroupType
Gets the value of the icon property.

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

Specified by:
getIcon in interface JspPropertyGroupType

getUrlPattern

public List<UrlPatternType> getUrlPattern()
Description copied from interface: JspPropertyGroupType
Gets the value of the urlPattern property.

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

Specified by:
getUrlPattern in interface JspPropertyGroupType

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 List<PathType> getIncludePrelude()
Description copied from interface: JspPropertyGroupType
Gets the value of the includePrelude property.

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

Specified by:
getIncludePrelude in interface JspPropertyGroupType

getIncludeCoda

public List<PathType> getIncludeCoda()
Description copied from interface: JspPropertyGroupType
Gets the value of the includeCoda property.

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

Specified by:
getIncludeCoda in interface JspPropertyGroupType

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

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.