public interface Embedded<T> extends Child<T>
embedded
xsd typeModifier and Type | Method and Description |
---|---|
AttributeOverride<Embedded<T>> |
createAttributeOverride()
Creates a new
attribute-override element |
List<AttributeOverride<Embedded<T>>> |
getAllAttributeOverride()
Returns all
attribute-override elements |
String |
getName()
Returns the
name attribute |
AttributeOverride<Embedded<T>> |
getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
Embedded<T> |
name(String name)
Sets the
name attribute |
Embedded<T> |
removeAllAttributeOverride()
Removes all
attribute-override elements |
Embedded<T> |
removeName()
Removes the
name attribute |
AttributeOverride<Embedded<T>> getOrCreateAttributeOverride()
attribute-override
element will be created and returned.
Otherwise, the first existing attribute-override
element will be returned.attribute-override
AttributeOverride<Embedded<T>> createAttributeOverride()
attribute-override
elementAttributeOverride>
List<AttributeOverride<Embedded<T>>> getAllAttributeOverride()
attribute-override
elementsattribute-override
Embedded<T> removeAllAttributeOverride()
attribute-override
elementsAttributeOverride>
Embedded<T> name(String name)
name
attributename
- the value for the attribute name
Embedded
String getName()
name
attributename
Copyright © 2017 JBoss by Red Hat. All rights reserved.