Interface ValidationType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
ValidationTypeImpl
public interface ValidationType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for thevalidationTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract 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-failelementValidationType<T>useFastFail(Boolean useFastFail)Sets theuse-fast-failelement
-
-
-
Method Detail
-
backgroundValidation
ValidationType<T> backgroundValidation(Boolean backgroundValidation)
Sets thebackground-validationelement- Parameters:
backgroundValidation- the value for the elementbackground-validation- Returns:
- the current instance of
ValidationType
-
isBackgroundValidation
Boolean isBackgroundValidation()
Returns thebackground-validationelement- Returns:
- the node defined for the element
background-validation
-
removeBackgroundValidation
ValidationType<T> removeBackgroundValidation()
Removes thebackground-validationelement- Returns:
- the current instance of
ValidationType
-
backgroundValidationMillis
ValidationType<T> backgroundValidationMillis(Integer backgroundValidationMillis)
Sets thebackground-validation-milliselement- Parameters:
backgroundValidationMillis- the value for the elementbackground-validation-millis- Returns:
- the current instance of
ValidationType
-
getBackgroundValidationMillis
Integer getBackgroundValidationMillis()
Returns thebackground-validation-milliselement- Returns:
- the node defined for the element
background-validation-millis
-
removeBackgroundValidationMillis
ValidationType<T> removeBackgroundValidationMillis()
Removes thebackground-validation-milliselement- Returns:
- the current instance of
ValidationType
-
useFastFail
ValidationType<T> useFastFail(Boolean useFastFail)
Sets theuse-fast-failelement- Parameters:
useFastFail- the value for the elementuse-fast-fail- Returns:
- the current instance of
ValidationType
-
isUseFastFail
Boolean isUseFastFail()
Returns theuse-fast-failelement- Returns:
- the node defined for the element
use-fast-fail
-
removeUseFastFail
ValidationType<T> removeUseFastFail()
Removes theuse-fast-failelement- Returns:
- the current instance of
ValidationType
-
-