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()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public JaxbEmbeddableAttributes getAttributes()
JaxbEmbeddableAttributes
public void setAttributes(JaxbEmbeddableAttributes value)
value
- allowed object is
JaxbEmbeddableAttributes
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
public java.lang.Boolean isMetadataComplete()
Boolean
public void setMetadataComplete(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.