public class JaxbEmbedded
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected JaxbAccessType |
access |
protected java.util.List<JaxbAssociationOverride> |
associationOverride |
protected java.util.List<JaxbAttributeOverride> |
attributeOverride |
protected java.lang.String |
name |
Constructor and Description |
---|
JaxbEmbedded() |
Modifier and Type | Method and Description |
---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property.
|
java.util.List<JaxbAssociationOverride> |
getAssociationOverride()
Gets the value of the associationOverride property.
|
java.util.List<JaxbAttributeOverride> |
getAttributeOverride()
Gets the value of the attributeOverride property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setAccess(JaxbAccessType 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<JaxbAttributeOverride> attributeOverride
protected java.util.List<JaxbAssociationOverride> associationOverride
protected java.lang.String name
protected JaxbAccessType access
public java.util.List<JaxbAttributeOverride> 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
JaxbAttributeOverride
public java.util.List<JaxbAssociationOverride> 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
JaxbAssociationOverride
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.