Class ValidationTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.resourceadapters11.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 the
validationType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionValidationTypeImpl(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
Modifier and TypeMethodDescriptionbackgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementbackgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementReturns thebackground-validation-milliselementReturns thebackground-validationelementReturns theuse-fast-failelementRemoves thebackground-validationelementRemoves thebackground-validation-milliselementRemoves theuse-fast-failelementup()useFastFail(Boolean useFastFail) Sets theuse-fast-failelement
-
Constructor Details
-
ValidationTypeImpl
-
ValidationTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
backgroundValidation
Sets thebackground-validationelement- Specified by:
backgroundValidationin interfaceValidationType<T>- Parameters:
backgroundValidation- the value for the elementbackground-validation- Returns:
- the current instance of
ValidationType
-
isBackgroundValidation
Returns thebackground-validationelement- Specified by:
isBackgroundValidationin interfaceValidationType<T>- Returns:
- the node defined for the element
background-validation
-
removeBackgroundValidation
Removes thebackground-validationelement- Specified by:
removeBackgroundValidationin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-
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
Returns thebackground-validation-milliselement- Specified by:
getBackgroundValidationMillisin interfaceValidationType<T>- Returns:
- the node defined for the element
background-validation-millis
-
removeBackgroundValidationMillis
Removes thebackground-validation-milliselement- Specified by:
removeBackgroundValidationMillisin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-
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
Returns theuse-fast-failelement- Specified by:
isUseFastFailin interfaceValidationType<T>- Returns:
- the node defined for the element
use-fast-fail
-
removeUseFastFail
Removes theuse-fast-failelement- Specified by:
removeUseFastFailin interfaceValidationType<T>- Returns:
- the current instance of
ValidationType
-