|
||||||||||
| 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.ValidatorTypeImpl
public class ValidatorTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected String |
id
|
protected ParamValueType[] |
initParam
|
protected FullyQualifiedClassTypeImpl |
validatorClass
|
| Constructor Summary | |
|---|---|
ValidatorTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance. |
|
ValidatorTypeImpl(ValidatorTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ValidatorTypeImpl |
clone()
Creates and returns a copy of this object. |
void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
void |
copyInitParam(ParamValueType[] source)
Copies all values of property InitParam. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
String |
getId()
Gets the value of the id property. |
ParamValueType[] |
getInitParam()
|
ParamValueType |
getInitParam(int idx)
|
int |
getInitParamLength()
|
FullyQualifiedClassType |
getValidatorClass()
Gets the value of the validatorClass property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setId(String value)
Sets the value of the id property. |
ParamValueType |
setInitParam(int idx,
ParamValueType value)
|
void |
setInitParam(ParamValueType[] values)
|
void |
setValidatorClass(FullyQualifiedClassType value)
Sets the value of the validatorClass property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected FullyQualifiedClassTypeImpl validatorClass
protected ParamValueType[] initParam
protected String id
| Constructor Detail |
|---|
public ValidatorTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance.
public ValidatorTypeImpl(ValidatorTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface ValidatorTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface ValidatorTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface ValidatorTypepublic void setDescription(DescriptionType[] values)
setDescription in interface ValidatorTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface ValidatorTypevalue - allowed object is
DescriptionTypepublic FullyQualifiedClassType getValidatorClass()
ValidatorType
getValidatorClass in interface ValidatorTypeFullyQualifiedClassTypepublic void setValidatorClass(FullyQualifiedClassType value)
ValidatorType
setValidatorClass in interface ValidatorTypevalue - allowed object is
FullyQualifiedClassTypepublic ParamValueType[] getInitParam()
getInitParam in interface ValidatorTypeParamValueTypepublic ParamValueType getInitParam(int idx)
getInitParam in interface ValidatorTypeParamValueTypepublic int getInitParamLength()
getInitParamLength in interface ValidatorTypepublic void setInitParam(ParamValueType[] values)
setInitParam in interface ValidatorTypevalues - allowed objects are
ParamValueType
public ParamValueType setInitParam(int idx,
ParamValueType value)
setInitParam in interface ValidatorTypevalue - allowed object is
ParamValueTypepublic String getId()
ValidatorType
getId in interface ValidatorTypeStringpublic void setId(String value)
ValidatorType
setId in interface ValidatorTypevalue - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyInitParam(ParamValueType[] source)
InitParam.
source - The source to copy from.
NullPointerException - if source is null.public ValidatorTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||