public class JaxbAttributeOverride extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbColumn |
column |
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
JaxbAttributeOverride() |
| Modifier and Type | Method and Description |
|---|---|
JaxbColumn |
getColumn()
Gets the value of the column property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
void |
setColumn(JaxbColumn value)
Sets the value of the column property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected JaxbColumn column
protected String name
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic JaxbColumn getColumn()
JaxbColumnpublic void setColumn(JaxbColumn value)
value - allowed object is
JaxbColumnpublic String getName()
StringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.