Class ValidationTypeImpl<T>
- java.lang.Object
-
- org.jboss.jca.embedded.dsl.ironjacamar11.impl.ValidationTypeImpl<T>
-
- All Implemented Interfaces:
ValidationType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class ValidationTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, ValidationType<T>
This class implements thevalidationTypexsd type
-
-
Constructor Summary
Constructors Constructor Description ValidationTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)ValidationTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationType<T>backgroundValidation(Boolean backgroundValidation)Sets thebackground-validationelementValidationType<T>backgroundValidationMillis(Integer backgroundValidationMillis)Sets thebackground-validation-milliselementIntegergetBackgroundValidationMillis()Returns thebackground-validation-milliselementBooleanisBackgroundValidation()Returns thebackground-validationelementBooleanisUseFastFail()Returns theuse-fast-failelementValidationType<T>removeBackgroundValidation()Removes thebackground-validationelementValidationType<T>removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType<T>removeUseFastFail()Removes theuse-fast-failelementTup()ValidationType<T>useFastFail(Boolean useFastFail)Sets theuse-fast-failelement
-
-
-
Method Detail
-
backgroundValidation
public ValidationType<T> backgroundValidation(Boolean backgroundValidation)
Sets thebackground-validationelement- Specified by:
backgroundValidationin interfaceValidationType<T>- Parameters:
backgroundValidation- the value for the elementbackground-validation- Returns:
- the current instance of
ValidationType
-
isBackgroundValidation
public Boolean isBackgroundValidation()
Returns thebackground-validationelement- Specified by:
isBackgroundValidationin interfaceValidationType<T>- Returns:
- the node defined for the element
background-validation
-
removeBackgroundValidation
public ValidationType<T> removeBackgroundValidation()
Removes thebackground-validationelement- Specified by:
removeBackgroundValidationin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-
backgroundValidationMillis
public ValidationType<T> backgroundValidationMillis(Integer backgroundValidationMillis)
Sets thebackground-validation-milliselement- Specified by:
backgroundValidationMillisin interfaceValidationType<T>- Parameters:
backgroundValidationMillis- the value for the elementbackground-validation-millis- Returns:
- the current instance of
ValidationType
-
getBackgroundValidationMillis
public Integer getBackgroundValidationMillis()
Returns thebackground-validation-milliselement- Specified by:
getBackgroundValidationMillisin interfaceValidationType<T>- Returns:
- the node defined for the element
background-validation-millis
-
removeBackgroundValidationMillis
public ValidationType<T> removeBackgroundValidationMillis()
Removes thebackground-validation-milliselement- Specified by:
removeBackgroundValidationMillisin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-
useFastFail
public ValidationType<T> useFastFail(Boolean useFastFail)
Sets theuse-fast-failelement- Specified by:
useFastFailin interfaceValidationType<T>- Parameters:
useFastFail- the value for the elementuse-fast-fail- Returns:
- the current instance of
ValidationType
-
isUseFastFail
public Boolean isUseFastFail()
Returns theuse-fast-failelement- Specified by:
isUseFastFailin interfaceValidationType<T>- Returns:
- the node defined for the element
use-fast-fail
-
removeUseFastFail
public ValidationType<T> removeUseFastFail()
Removes theuse-fast-failelement- Specified by:
removeUseFastFailin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-
-