|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.ValidationTypeImpl<T>
public class ValidationTypeImpl<T>
This class implements the validationType
xsd type
Constructor Summary | |
---|---|
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 | |
---|---|
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 |
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 |
T |
up()
Returns the parent of this Child |
ValidationType<T> |
useFastFail(Boolean useFastFail)
Sets the use-fast-fail element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ValidationTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public ValidationType<T> backgroundValidation(Boolean backgroundValidation)
background-validation
element
backgroundValidation
in interface ValidationType<T>
backgroundValidation
- the value for the element background-validation
ValidationType
public Boolean isBackgroundValidation()
background-validation
element
isBackgroundValidation
in interface ValidationType<T>
background-validation
public ValidationType<T> removeBackgroundValidation()
background-validation
element
removeBackgroundValidation
in interface ValidationType<T>
ValidationType
public ValidationType<T> backgroundValidationMillis(Integer backgroundValidationMillis)
background-validation-millis
element
backgroundValidationMillis
in interface ValidationType<T>
backgroundValidationMillis
- the value for the element background-validation-millis
ValidationType
public Integer getBackgroundValidationMillis()
background-validation-millis
element
getBackgroundValidationMillis
in interface ValidationType<T>
background-validation-millis
public ValidationType<T> removeBackgroundValidationMillis()
background-validation-millis
element
removeBackgroundValidationMillis
in interface ValidationType<T>
ValidationType
public ValidationType<T> useFastFail(Boolean useFastFail)
use-fast-fail
element
useFastFail
in interface ValidationType<T>
useFastFail
- the value for the element use-fast-fail
ValidationType
public Boolean isUseFastFail()
use-fast-fail
element
isUseFastFail
in interface ValidationType<T>
use-fast-fail
public ValidationType<T> removeUseFastFail()
use-fast-fail
element
removeUseFastFail
in interface ValidationType<T>
ValidationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |