|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl
public class FacesConfigValidatorTypeImpl
| 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.pub.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance. |
|
FacesConfigValidatorTypeImpl(FacesConfigValidatorTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance by copying a given instance. |
|
| 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 StringImpl validatorId
protected FullyQualifiedClassTypeImpl validatorClass
protected FacesConfigAttributeType[] attribute
protected FacesConfigPropertyType[] property
protected FacesConfigValidatorExtensionType[] validatorExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigValidatorTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance.
public FacesConfigValidatorTypeImpl(FacesConfigValidatorTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigValidatorTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface FacesConfigValidatorTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface FacesConfigValidatorTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface FacesConfigValidatorTypepublic void setDescription(DescriptionType[] values)
setDescription in interface FacesConfigValidatorTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface FacesConfigValidatorTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface FacesConfigValidatorTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface FacesConfigValidatorTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface FacesConfigValidatorTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface FacesConfigValidatorTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface FacesConfigValidatorTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface FacesConfigValidatorTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface FacesConfigValidatorTypeIconTypepublic int getIconLength()
getIconLength in interface FacesConfigValidatorTypepublic void setIcon(IconType[] values)
setIcon in interface FacesConfigValidatorTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface FacesConfigValidatorTypevalue - allowed object is
IconTypepublic String getValidatorId()
FacesConfigValidatorType
getValidatorId in interface FacesConfigValidatorTypeStringpublic void setValidatorId(String value)
FacesConfigValidatorType
setValidatorId in interface FacesConfigValidatorTypevalue - allowed object is
Stringpublic FullyQualifiedClassType getValidatorClass()
FacesConfigValidatorType
getValidatorClass in interface FacesConfigValidatorTypeFullyQualifiedClassTypepublic void setValidatorClass(FullyQualifiedClassType value)
FacesConfigValidatorType
setValidatorClass in interface FacesConfigValidatorTypevalue - allowed object is
FullyQualifiedClassTypepublic FacesConfigAttributeType[] getAttribute()
getAttribute in interface FacesConfigValidatorTypeFacesConfigAttributeTypepublic FacesConfigAttributeType getAttribute(int idx)
getAttribute in interface FacesConfigValidatorTypeFacesConfigAttributeTypepublic int getAttributeLength()
getAttributeLength in interface FacesConfigValidatorTypepublic void setAttribute(FacesConfigAttributeType[] values)
setAttribute in interface FacesConfigValidatorTypevalues - allowed objects are
FacesConfigAttributeType
public FacesConfigAttributeType setAttribute(int idx,
FacesConfigAttributeType value)
setAttribute in interface FacesConfigValidatorTypevalue - allowed object is
FacesConfigAttributeTypepublic FacesConfigPropertyType[] getProperty()
getProperty in interface FacesConfigValidatorTypeFacesConfigPropertyTypepublic FacesConfigPropertyType getProperty(int idx)
getProperty in interface FacesConfigValidatorTypeFacesConfigPropertyTypepublic int getPropertyLength()
getPropertyLength in interface FacesConfigValidatorTypepublic void setProperty(FacesConfigPropertyType[] values)
setProperty in interface FacesConfigValidatorTypevalues - allowed objects are
FacesConfigPropertyType
public FacesConfigPropertyType setProperty(int idx,
FacesConfigPropertyType value)
setProperty in interface FacesConfigValidatorTypevalue - allowed object is
FacesConfigPropertyTypepublic FacesConfigValidatorExtensionType[] getValidatorExtension()
getValidatorExtension in interface FacesConfigValidatorTypeFacesConfigValidatorExtensionTypepublic FacesConfigValidatorExtensionType getValidatorExtension(int idx)
getValidatorExtension in interface FacesConfigValidatorTypeFacesConfigValidatorExtensionTypepublic int getValidatorExtensionLength()
getValidatorExtensionLength in interface FacesConfigValidatorTypepublic void setValidatorExtension(FacesConfigValidatorExtensionType[] values)
setValidatorExtension in interface FacesConfigValidatorTypevalues - allowed objects are
FacesConfigValidatorExtensionType
public FacesConfigValidatorExtensionType setValidatorExtension(int idx,
FacesConfigValidatorExtensionType value)
setValidatorExtension in interface FacesConfigValidatorTypevalue - allowed object is
FacesConfigValidatorExtensionTypepublic String getId()
FacesConfigValidatorType
getId in interface FacesConfigValidatorTypeStringpublic void setId(String value)
FacesConfigValidatorType
setId in interface FacesConfigValidatorTypevalue - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.public void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.public void copyAttribute(FacesConfigAttributeType[] source)
Attribute.
source - The source to copy from.
NullPointerException - if source is null.public void copyProperty(FacesConfigPropertyType[] source)
Property.
source - The source to copy from.
NullPointerException - if source is null.public void copyValidatorExtension(FacesConfigValidatorExtensionType[] source)
ValidatorExtension.
source - The source to copy from.
NullPointerException - if source is null.public FacesConfigValidatorTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||