public class Embedded
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected java.util.List<AssociationOverride> |
associationOverride |
protected java.util.List<AttributeOverride> |
attributeOverride |
protected java.lang.String |
name |
Constructor and Description |
---|
Embedded() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
java.util.List<AssociationOverride> |
getAssociationOverride()
Gets the value of the associationOverride property.
|
java.util.List<AttributeOverride> |
getAttributeOverride()
Gets the value of the attributeOverride property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.util.List<AttributeOverride> attributeOverride
protected java.util.List<AssociationOverride> associationOverride
protected java.lang.String name
protected AccessType access
public java.util.List<AttributeOverride> getAttributeOverride()
set
method for the attributeOverride property.
For example, to add a new item, do as follows:
getAttributeOverride().add(newItem);Objects of the following type(s) are allowed in the list
AttributeOverride
public java.util.List<AssociationOverride> getAssociationOverride()
set
method for the associationOverride property.
For example, to add a new item, do as follows:
getAssociationOverride().add(newItem);Objects of the following type(s) are allowed in the list
AssociationOverride
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType