public interface ExtensibleType<T> extends Child<T>
extensibleType
xsd typeModifier 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.extensibleType
ExtensibleType<ExtensibleType<T>> createExtensibleType()
extensibleType
elementExtensibleType>
List<ExtensibleType<ExtensibleType<T>>> getAllExtensibleType()
extensibleType
elementsextensibleType
ExtensibleType<T> removeAllExtensibleType()
extensibleType
elementsExtensibleType>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.