
public interface PropertyListType<T> extends Child<T>
propertyListType xsd type| Modifier 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.propertyPropertyType<PropertyListType<T>> createProperty()
property elementPropertyType> List<PropertyType<PropertyListType<T>>> getAllProperty()
property elementspropertyPropertyListType<T> removeAllProperty()
property elementsPropertyType> Copyright © 2021 JBoss by Red Hat. All rights reserved.