public class ValidationTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, ValidationType<T>
validationType
xsd typeConstructor and 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) |
Modifier and Type | Method and Description |
---|---|
ValidationType<T> |
backgroundValidation(Boolean backgroundValidation)
Sets the
background-validation element |
ValidationType<T> |
backgroundValidationMillis(Integer backgroundValidationMillis)
Sets the
background-validation-millis element |
Integer |
getBackgroundValidationMillis()
Returns the
background-validation-millis element |
Boolean |
isBackgroundValidation()
Returns the
background-validation element |
Boolean |
isUseFastFail()
Returns the
use-fast-fail element |
Boolean |
isValidateOnMatch()
Returns the
validate-on-match element |
ValidationType<T> |
removeBackgroundValidation()
Removes the
background-validation element |
ValidationType<T> |
removeBackgroundValidationMillis()
Removes the
background-validation-millis element |
ValidationType<T> |
removeUseFastFail()
Removes the
use-fast-fail element |
ValidationType<T> |
removeValidateOnMatch()
Removes the
validate-on-match element |
T |
up() |
ValidationType<T> |
useFastFail(Boolean useFastFail)
Sets the
use-fast-fail element |
ValidationType<T> |
validateOnMatch(Boolean validateOnMatch)
Sets the
validate-on-match element |
public ValidationTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ValidationType<T> validateOnMatch(Boolean validateOnMatch)
validate-on-match
elementvalidateOnMatch
in interface ValidationType<T>
validateOnMatch
- the value for the element validate-on-match
ValidationType
public Boolean isValidateOnMatch()
validate-on-match
elementisValidateOnMatch
in interface ValidationType<T>
validate-on-match
public ValidationType<T> removeValidateOnMatch()
validate-on-match
elementremoveValidateOnMatch
in interface ValidationType<T>
ValidationType
public ValidationType<T> backgroundValidation(Boolean backgroundValidation)
background-validation
elementbackgroundValidation
in interface ValidationType<T>
backgroundValidation
- the value for the element background-validation
ValidationType
public Boolean isBackgroundValidation()
background-validation
elementisBackgroundValidation
in interface ValidationType<T>
background-validation
public ValidationType<T> removeBackgroundValidation()
background-validation
elementremoveBackgroundValidation
in interface ValidationType<T>
ValidationType
public ValidationType<T> backgroundValidationMillis(Integer backgroundValidationMillis)
background-validation-millis
elementbackgroundValidationMillis
in interface ValidationType<T>
backgroundValidationMillis
- the value for the element background-validation-millis
ValidationType
public Integer getBackgroundValidationMillis()
background-validation-millis
elementgetBackgroundValidationMillis
in interface ValidationType<T>
background-validation-millis
public ValidationType<T> removeBackgroundValidationMillis()
background-validation-millis
elementremoveBackgroundValidationMillis
in interface ValidationType<T>
ValidationType
public ValidationType<T> useFastFail(Boolean useFastFail)
use-fast-fail
elementuseFastFail
in interface ValidationType<T>
useFastFail
- the value for the element use-fast-fail
ValidationType
public Boolean isUseFastFail()
use-fast-fail
elementisUseFastFail
in interface ValidationType<T>
use-fast-fail
public ValidationType<T> removeUseFastFail()
use-fast-fail
elementremoveUseFastFail
in interface ValidationType<T>
ValidationType
Copyright © 2021 JBoss by Red Hat. All rights reserved.