public interface ExtensibleType<T> extends Child<T>
extensibleType xsd type| Modifier and Type | Method and Description |
|---|---|
ExtensibleType<ExtensibleType<T>> |
createExtensibleType()
Creates a new
extensibleType element |
List<ExtensibleType<ExtensibleType<T>>> |
getAllExtensibleType()
Returns all
extensibleType elements |
ExtensibleType<ExtensibleType<T>> |
getOrCreateExtensibleType()
If not already created, a new
extensibleType element will be created and returned. |
ExtensibleType<T> |
removeAllExtensibleType()
Removes all
extensibleType elements |
ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
extensibleType element will be created and returned.
Otherwise, the first existing extensibleType element will be returned.extensibleTypeExtensibleType<ExtensibleType<T>> createExtensibleType()
extensibleType elementExtensibleType> List<ExtensibleType<ExtensibleType<T>>> getAllExtensibleType()
extensibleType elementsextensibleTypeExtensibleType<T> removeAllExtensibleType()
extensibleType elementsExtensibleType> Copyright © 2016 JBoss by Red Hat. All rights reserved.