public class Embedded extends Object
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected List<AssociationOverride> |
associationOverride |
protected List<AttributeOverride> |
attributeOverride |
protected List<Convert> |
convert |
protected String |
name |
Constructor and Description |
---|
Embedded() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
List<AssociationOverride> |
getAssociationOverride()
Gets the value of the associationOverride property.
|
List<AttributeOverride> |
getAttributeOverride()
Gets the value of the attributeOverride property.
|
List<Convert> |
getConvert()
Gets the value of the convert property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<AttributeOverride> attributeOverride
protected List<AssociationOverride> associationOverride
protected String name
protected AccessType access
public List<AttributeOverride> getAttributeOverride()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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 List<AssociationOverride> getAssociationOverride()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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 List<Convert> getConvert()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the convert property.
For example, to add a new item, do as follows:
getConvert().add(newItem);
Objects of the following type(s) are allowed in the list
Convert
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.