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 the
validationType xsd type-
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-failelementuseFastFail(Boolean useFastFail) Sets theuse-fast-failelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
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
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
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
-