net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class FacesConfigFacetTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigFacetTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigFacetType

public class FacesConfigFacetTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigFacetType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFacetExtensionType[] facetExtension
           
protected  JavaIdentifierTypeImpl facetName
           
protected  IconType[] icon
           
protected  String id
           
 
Constructor Summary
FacesConfigFacetTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigFacetTypeImpl instance.
FacesConfigFacetTypeImpl(FacesConfigFacetTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigFacetTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigFacetTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 FacesConfigFacetExtensionType[] getFacetExtension()
           
 FacesConfigFacetExtensionType getFacetExtension(int idx)
           
 int getFacetExtensionLength()
           
 JavaIdentifierType getFacetName()
          Gets the value of the facetName property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFacetExtension(FacesConfigFacetExtensionType[] values)
           
 FacesConfigFacetExtensionType setFacetExtension(int idx, FacesConfigFacetExtensionType value)
           
 void setFacetName(JavaIdentifierType value)
          Sets the value of the facetName property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 
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

facetName

protected JavaIdentifierTypeImpl facetName

facetExtension

protected FacesConfigFacetExtensionType[] facetExtension

id

protected String id
Constructor Detail

FacesConfigFacetTypeImpl

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


FacesConfigFacetTypeImpl

public FacesConfigFacetTypeImpl(FacesConfigFacetTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigFacetTypeImpl 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 FacesConfigFacetType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getFacetName

public JavaIdentifierType getFacetName()
Description copied from interface: FacesConfigFacetType
Gets the value of the facetName property.

Specified by:
getFacetName in interface FacesConfigFacetType
Returns:
possible object is JavaIdentifierType

setFacetName

public void setFacetName(JavaIdentifierType value)
Description copied from interface: FacesConfigFacetType
Sets the value of the facetName property.

Specified by:
setFacetName in interface FacesConfigFacetType
Parameters:
value - allowed object is JavaIdentifierType

getFacetExtension

public FacesConfigFacetExtensionType[] getFacetExtension()
Specified by:
getFacetExtension in interface FacesConfigFacetType
Returns:
array of FacesConfigFacetExtensionType

getFacetExtension

public FacesConfigFacetExtensionType getFacetExtension(int idx)
Specified by:
getFacetExtension in interface FacesConfigFacetType
Returns:
one of FacesConfigFacetExtensionType

getFacetExtensionLength

public int getFacetExtensionLength()
Specified by:
getFacetExtensionLength in interface FacesConfigFacetType

setFacetExtension

public void setFacetExtension(FacesConfigFacetExtensionType[] values)
Specified by:
setFacetExtension in interface FacesConfigFacetType
Parameters:
values - allowed objects are FacesConfigFacetExtensionType

setFacetExtension

public FacesConfigFacetExtensionType setFacetExtension(int idx,
                                                       FacesConfigFacetExtensionType value)
Specified by:
setFacetExtension in interface FacesConfigFacetType
value - allowed object is FacesConfigFacetExtensionType

getId

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

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

setId

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

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

clone

public FacesConfigFacetTypeImpl 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.