
public interface Scan<T> extends Child<T>, JavaeeScanCommType<T,Scan<T>,Exclude<Scan<T>>>
scan xsd type| Modifier 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.excludeExclude<Scan<T>> createExclude()
exclude elementExclude> List<Exclude<Scan<T>>> getAllExclude()
exclude elementsexcludeCopyright © 2021 JBoss by Red Hat. All rights reserved.