public interface Scan<T> extends Child<T>, JavaeeScanCommType<T,Scan<T>,Exclude<Scan<T>>>
scan
xsd typeModifier and Type | Method and Description |
---|---|
Exclude<Scan<T>> |
createExclude()
Creates a new
exclude element |
List<Exclude<Scan<T>>> |
getAllExclude()
Returns all
exclude elements |
Exclude<Scan<T>> |
getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Scan<T> |
removeAllExclude()
Removes all
exclude elements |
Exclude<Scan<T>> getOrCreateExclude()
exclude
element will be created and returned.
Otherwise, the first existing exclude
element will be returned.exclude
Exclude<Scan<T>> createExclude()
exclude
elementExclude>
List<Exclude<Scan<T>>> getAllExclude()
exclude
elementsexclude
Copyright © 2020 JBoss by Red Hat. All rights reserved.