public interface Embedded<T> extends Child<T>
embedded
xsd typeModifier and Type | Method and Description |
---|---|
Embedded<T> |
access(AccessType access)
Sets the
access attribute |
Embedded<T> |
access(String access)
Sets the
access attribute |
AssociationOverride<Embedded<T>> |
createAssociationOverride()
Creates a new
association-override element |
AttributeOverride<Embedded<T>> |
createAttributeOverride()
Creates a new
attribute-override element |
AccessType |
getAccess()
Returns the
access attribute |
String |
getAccessAsString()
Returns the
access attribute |
List<AssociationOverride<Embedded<T>>> |
getAllAssociationOverride()
Returns all
association-override elements |
List<AttributeOverride<Embedded<T>>> |
getAllAttributeOverride()
Returns all
attribute-override elements |
String |
getName()
Returns the
name attribute |
AssociationOverride<Embedded<T>> |
getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
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> |
removeAccess()
Removes the
access attribute |
Embedded<T> |
removeAllAssociationOverride()
Removes all
association-override elements |
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>
AssociationOverride<Embedded<T>> getOrCreateAssociationOverride()
association-override
element will be created and returned.
Otherwise, the first existing association-override
element will be returned.association-override
AssociationOverride<Embedded<T>> createAssociationOverride()
association-override
elementAssociationOverride>
List<AssociationOverride<Embedded<T>>> getAllAssociationOverride()
association-override
elementsassociation-override
Embedded<T> removeAllAssociationOverride()
association-override
elementsAssociationOverride>
Embedded<T> name(String name)
name
attributename
- the value for the attribute name
Embedded
String getName()
name
attributename
Embedded<T> removeName()
name
attributeEmbedded
Embedded<T> access(AccessType access)
access
attributeaccess
- the value for the attribute access
Embedded
Embedded<T> access(String access)
access
attributeaccess
- the value for the attribute access
Embedded
AccessType getAccess()
access
attributeaccess
String getAccessAsString()
access
attributeaccess
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.