public interface PathSetType<T> extends Child<T>
pathSetType
xsd typeModifier 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.path
PathType<PathSetType<T>> createPath()
path
elementPathType>
List<PathType<PathSetType<T>>> getAllPath()
path
elementspath
PathSetType<T> removeAllPath()
path
elementsPathType>
Copyright © 2020 JBoss by Red Hat. All rights reserved.