public class JaxbEmbeddable extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected JaxbAccessType | 
access  | 
protected JaxbEmbeddableAttributes | 
attributes  | 
protected String | 
clazz  | 
protected String | 
description  | 
protected Boolean | 
metadataComplete  | 
| Constructor and Description | 
|---|
JaxbEmbeddable()  | 
| Modifier and Type | Method and Description | 
|---|---|
JaxbAccessType | 
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(JaxbAccessType 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 JaxbAccessType access
protected Boolean metadataComplete
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic JaxbEmbeddableAttributes getAttributes()
JaxbEmbeddableAttributespublic void setAttributes(JaxbEmbeddableAttributes value)
value - allowed object is
     JaxbEmbeddableAttributespublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
     Stringpublic JaxbAccessType getAccess()
JaxbAccessTypepublic void setAccess(JaxbAccessType value)
value - allowed object is
     JaxbAccessTypepublic Boolean isMetadataComplete()
BooleanCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.