
public interface Embedded<T> extends Child<T>, OrmEmbeddedCommType<T,Embedded<T>,AttributeOverride<Embedded<T>>>
embedded xsd type| Modifier 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-overrideAttributeOverride<Embedded<T>> createAttributeOverride()
attribute-override elementAttributeOverride> List<AttributeOverride<Embedded<T>>> getAllAttributeOverride()
attribute-override elementsattribute-overrideEmbedded<T> removeAllAttributeOverride()
attribute-override elementsAttributeOverride> Embedded<T> name(String name)
name attributename - the value for the attribute nameEmbeddedString getName()
name attributenameCopyright © 2021 JBoss by Red Hat. All rights reserved.