
public interface PropertyListType<T> extends Child<T>
propertyListType xsd type| Type | Property and Description |
|---|---|
PropertyType<PropertyListType<T>> |
create
Creates a new
property element |
PropertyListType<T> |
removeAll
Removes all
property elements |
| 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>> createProperty
property elementPropertyListType<T> removeAllProperty
property elementsPropertyType<PropertyListType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<PropertyListType<T>> createProperty()
property elementList<PropertyType<PropertyListType<T>>> getAllProperty()
property elementspropertyPropertyListType<T> removeAllProperty()
property elementsCopyright © 2018 JBoss by Red Hat. All rights reserved.