public interface PropertyListType<T> extends Child<T>
propertyListType
xsd typeModifier and Type | Method and Description |
---|---|
PropertyType<PropertyListType<T>> |
createProperty()
Creates a new
property element |
List<PropertyType<PropertyListType<T>>> |
getAllProperty()
Returns all
property elements |
PropertyType<PropertyListType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyListType<T> |
removeAllProperty()
Removes all
property elements |
PropertyType<PropertyListType<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
PropertyType<PropertyListType<T>> createProperty()
property
elementPropertyType>
List<PropertyType<PropertyListType<T>>> getAllProperty()
property
elementsproperty
PropertyListType<T> removeAllProperty()
property
elementsPropertyType>
Copyright © 2024 JBoss by Red Hat. All rights reserved.