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

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

public class FacesConfigValidatorTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigValidatorType

See Also:
Serialized Form

Field Summary
protected  FacesConfigAttributeType[] attribute
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigPropertyType[] property
           
protected  FullyQualifiedClassTypeImpl validatorClass
           
protected  FacesConfigValidatorExtensionType[] validatorExtension
           
protected  StringImpl validatorId
           
 
Constructor Summary
FacesConfigValidatorTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance.
FacesConfigValidatorTypeImpl(FacesConfigValidatorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigValidatorTypeImpl clone()
          Creates and returns a copy of this object.
 FacesConfigAttributeType[] getAttribute()
           
 FacesConfigAttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FacesConfigPropertyType[] getProperty()
           
 FacesConfigPropertyType getProperty(int idx)
           
 int getPropertyLength()
           
 FullyQualifiedClassType getValidatorClass()
          Gets the value of the validatorClass property.
 FacesConfigValidatorExtensionType[] getValidatorExtension()
           
 FacesConfigValidatorExtensionType getValidatorExtension(int idx)
           
 int getValidatorExtensionLength()
           
 String getValidatorId()
          Gets the value of the validatorId property.
 void setAttribute(FacesConfigAttributeType[] values)
           
 FacesConfigAttributeType setAttribute(int idx, FacesConfigAttributeType value)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setProperty(FacesConfigPropertyType[] values)
           
 FacesConfigPropertyType setProperty(int idx, FacesConfigPropertyType value)
           
 void setValidatorClass(FullyQualifiedClassType value)
          Sets the value of the validatorClass property.
 void setValidatorExtension(FacesConfigValidatorExtensionType[] values)
           
 FacesConfigValidatorExtensionType setValidatorExtension(int idx, FacesConfigValidatorExtensionType value)
           
 void setValidatorId(String value)
          Sets the value of the validatorId 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

validatorId

protected StringImpl validatorId

validatorClass

protected FullyQualifiedClassTypeImpl validatorClass

attribute

protected FacesConfigAttributeType[] attribute

property

protected FacesConfigPropertyType[] property

validatorExtension

protected FacesConfigValidatorExtensionType[] validatorExtension

id

protected String id
Constructor Detail

FacesConfigValidatorTypeImpl

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


FacesConfigValidatorTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getValidatorId

public String getValidatorId()
Description copied from interface: FacesConfigValidatorType
Gets the value of the validatorId property.

Specified by:
getValidatorId in interface FacesConfigValidatorType
Returns:
possible object is String

setValidatorId

public void setValidatorId(String value)
Description copied from interface: FacesConfigValidatorType
Sets the value of the validatorId property.

Specified by:
setValidatorId in interface FacesConfigValidatorType
Parameters:
value - allowed object is String

getValidatorClass

public FullyQualifiedClassType getValidatorClass()
Description copied from interface: FacesConfigValidatorType
Gets the value of the validatorClass property.

Specified by:
getValidatorClass in interface FacesConfigValidatorType
Returns:
possible object is FullyQualifiedClassType

setValidatorClass

public void setValidatorClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigValidatorType
Sets the value of the validatorClass property.

Specified by:
setValidatorClass in interface FacesConfigValidatorType
Parameters:
value - allowed object is FullyQualifiedClassType

getAttribute

public FacesConfigAttributeType[] getAttribute()
Specified by:
getAttribute in interface FacesConfigValidatorType
Returns:
array of FacesConfigAttributeType

getAttribute

public FacesConfigAttributeType getAttribute(int idx)
Specified by:
getAttribute in interface FacesConfigValidatorType
Returns:
one of FacesConfigAttributeType

getAttributeLength

public int getAttributeLength()
Specified by:
getAttributeLength in interface FacesConfigValidatorType

setAttribute

public void setAttribute(FacesConfigAttributeType[] values)
Specified by:
setAttribute in interface FacesConfigValidatorType
Parameters:
values - allowed objects are FacesConfigAttributeType

setAttribute

public FacesConfigAttributeType setAttribute(int idx,
                                             FacesConfigAttributeType value)
Specified by:
setAttribute in interface FacesConfigValidatorType
value - allowed object is FacesConfigAttributeType

getProperty

public FacesConfigPropertyType[] getProperty()
Specified by:
getProperty in interface FacesConfigValidatorType
Returns:
array of FacesConfigPropertyType

getProperty

public FacesConfigPropertyType getProperty(int idx)
Specified by:
getProperty in interface FacesConfigValidatorType
Returns:
one of FacesConfigPropertyType

getPropertyLength

public int getPropertyLength()
Specified by:
getPropertyLength in interface FacesConfigValidatorType

setProperty

public void setProperty(FacesConfigPropertyType[] values)
Specified by:
setProperty in interface FacesConfigValidatorType
Parameters:
values - allowed objects are FacesConfigPropertyType

setProperty

public FacesConfigPropertyType setProperty(int idx,
                                           FacesConfigPropertyType value)
Specified by:
setProperty in interface FacesConfigValidatorType
value - allowed object is FacesConfigPropertyType

getValidatorExtension

public FacesConfigValidatorExtensionType[] getValidatorExtension()
Specified by:
getValidatorExtension in interface FacesConfigValidatorType
Returns:
array of FacesConfigValidatorExtensionType

getValidatorExtension

public FacesConfigValidatorExtensionType getValidatorExtension(int idx)
Specified by:
getValidatorExtension in interface FacesConfigValidatorType
Returns:
one of FacesConfigValidatorExtensionType

getValidatorExtensionLength

public int getValidatorExtensionLength()
Specified by:
getValidatorExtensionLength in interface FacesConfigValidatorType

setValidatorExtension

public void setValidatorExtension(FacesConfigValidatorExtensionType[] values)
Specified by:
setValidatorExtension in interface FacesConfigValidatorType
Parameters:
values - allowed objects are FacesConfigValidatorExtensionType

setValidatorExtension

public FacesConfigValidatorExtensionType setValidatorExtension(int idx,
                                                               FacesConfigValidatorExtensionType value)
Specified by:
setValidatorExtension in interface FacesConfigValidatorType
value - allowed object is FacesConfigValidatorExtensionType

getId

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

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

setId

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

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

clone

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