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