
public interface Embedded<T> extends Child<T>, OrmEmbeddedCommType<T,Embedded<T>,AttributeOverride<Embedded<T>>>
embedded xsd type| Modifier 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 |
Convert<Embedded<T>> |
createConvert()
Creates a new
convert 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 |
List<Convert<Embedded<T>>> |
getAllConvert()
Returns all
convert 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. |
Convert<Embedded<T>> |
getOrCreateConvert()
If not already created, a new
convert 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> |
removeAllConvert()
Removes all
convert 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> AssociationOverride<Embedded<T>> getOrCreateAssociationOverride()
association-override element will be created and returned.
Otherwise, the first existing association-override element will be returned.association-overrideAssociationOverride<Embedded<T>> createAssociationOverride()
association-override elementAssociationOverride> List<AssociationOverride<Embedded<T>>> getAllAssociationOverride()
association-override elementsassociation-overrideEmbedded<T> removeAllAssociationOverride()
association-override elementsAssociationOverride> Convert<Embedded<T>> getOrCreateConvert()
convert element will be created and returned.
Otherwise, the first existing convert element will be returned.convertConvert<Embedded<T>> createConvert()
convert elementConvert> List<Convert<Embedded<T>>> getAllConvert()
convert elementsconvertEmbedded<T> removeAllConvert()
convert elementsConvert> Embedded<T> name(String name)
name attributename - the value for the attribute nameEmbeddedString getName()
name attributenameEmbedded<T> removeName()
name attributeEmbeddedEmbedded<T> access(AccessType access)
access attributeaccess - the value for the attribute accessEmbeddedEmbedded<T> access(String access)
access attributeaccess - the value for the attribute accessEmbeddedAccessType getAccess()
access attributeaccessString getAccessAsString()
access attributeaccessCopyright © 2025 JBoss by Red Hat. All rights reserved.