net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class ValidatorTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ValidatorTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ValidatorType

public class ValidatorTypeImpl
extends Object
implements Serializable, Cloneable, ValidatorType

See Also:
Serialized Form

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.prot.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance.
ValidatorTypeImpl(ValidatorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ValidatorTypeImpl instance by copying a given instance.
 
Method Summary
 ValidatorTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
protected  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

description

protected DescriptionType[] description

validatorClass

protected FullyQualifiedClassTypeImpl validatorClass

initParam

protected ParamValueType[] initParam

id

protected String id
Constructor Detail

ValidatorTypeImpl

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


ValidatorTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getValidatorClass

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

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

setValidatorClass

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

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

getInitParam

public ParamValueType[] getInitParam()
Specified by:
getInitParam in interface ValidatorType
Returns:
array of ParamValueType

getInitParam

public ParamValueType getInitParam(int idx)
Specified by:
getInitParam in interface ValidatorType
Returns:
one of ParamValueType

getInitParamLength

public int getInitParamLength()
Specified by:
getInitParamLength in interface ValidatorType

setInitParam

public void setInitParam(ParamValueType[] values)
Specified by:
setInitParam in interface ValidatorType
Parameters:
values - allowed objects are ParamValueType

setInitParam

public ParamValueType setInitParam(int idx,
                                   ParamValueType value)
Specified by:
setInitParam in interface ValidatorType
value - allowed object is ParamValueType

getId

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

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

setId

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

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

copyDescription

protected void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyInitParam

protected void copyInitParam(ParamValueType[] source)
Copies all values of property InitParam.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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