public class JaxbEmbeddable extends Object implements Serializable, ManagedType
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected JaxbEmbeddableAttributes |
attributes |
protected String |
clazz |
protected String |
description |
protected Boolean |
metadataComplete |
| Constructor and Description |
|---|
JaxbEmbeddable() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
JaxbEmbeddableAttributes |
getAttributes()
Gets the value of the attributes property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setAttributes(JaxbEmbeddableAttributes value)
Sets the value of the attributes property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.
|
protected String description
protected JaxbEmbeddableAttributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
public String getDescription()
getDescription in interface ManagedTypeStringpublic void setDescription(String value)
setDescription in interface ManagedTypevalue - allowed object is
Stringpublic JaxbEmbeddableAttributes getAttributes()
getAttributes in interface ManagedTypeJaxbEmbeddableAttributespublic void setAttributes(JaxbEmbeddableAttributes value)
value - allowed object is
JaxbEmbeddableAttributespublic String getClazz()
getClazz in interface ManagedTypeStringpublic void setClazz(String value)
setClazz in interface ManagedTypevalue - allowed object is
Stringpublic AccessType getAccess()
getAccess in interface ManagedTypeStringpublic void setAccess(AccessType value)
setAccess in interface ManagedTypevalue - allowed object is
Stringpublic Boolean isMetadataComplete()
isMetadataComplete in interface ManagedTypeBooleanpublic void setMetadataComplete(Boolean value)
setMetadataComplete in interface ManagedTypevalue - allowed object is
BooleanCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.