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