
public interface PathSetType<T> extends Child<T>
pathSetType xsd type| Modifier and Type | Method and Description |
|---|---|
PathType<PathSetType<T>> |
createPath()
Creates a new
path element |
List<PathType<PathSetType<T>>> |
getAllPath()
Returns all
path elements |
PathType<PathSetType<T>> |
getOrCreatePath()
If not already created, a new
path element will be created and returned. |
PathSetType<T> |
removeAllPath()
Removes all
path elements |
PathType<PathSetType<T>> getOrCreatePath()
path element will be created and returned.
Otherwise, the first existing path element will be returned.pathPathType<PathSetType<T>> createPath()
path elementPathType> List<PathType<PathSetType<T>>> getAllPath()
path elementspathPathSetType<T> removeAllPath()
path elementsPathType> Copyright © 2025 JBoss by Red Hat. All rights reserved.