
public interface ValidatedByType<T> extends Child<T>, MapValidatedByCommonType<T,ValidatedByType<T>>
validated-byType xsd type| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllValue()
Returns all
value elements |
ValidatedByType<T> |
includeExistingValidators(Boolean includeExistingValidators)
Sets the
include-existing-validators attribute |
Boolean |
isIncludeExistingValidators()
Returns the
include-existing-validators attribute |
ValidatedByType<T> |
removeAllValue()
Removes the
value element |
ValidatedByType<T> |
removeIncludeExistingValidators()
Removes the
include-existing-validators attribute |
ValidatedByType<T> |
value(String... values)
Creates for all String objects representing
value elements,
a new value element |
ValidatedByType<T> value(String... values)
value elements,
a new value elementvalues - list of value objectsValidatedByTypeValidatedByType<T> removeAllValue()
value elementValidatedByTypeValidatedByType<T> includeExistingValidators(Boolean includeExistingValidators)
include-existing-validators attributeincludeExistingValidators - the value for the attribute include-existing-validatorsValidatedByTypeBoolean isIncludeExistingValidators()
include-existing-validators attributeinclude-existing-validatorsValidatedByType<T> removeIncludeExistingValidators()
include-existing-validators attributeValidatedByTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.