public class JaxbAliasTable
extends java.lang.Object
Java class for alias-table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alias-table">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alias |
protected java.lang.String |
table |
protected java.lang.String |
value |
| Constructor and Description |
|---|
JaxbAliasTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String alias
protected java.lang.String table
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTable()
Stringpublic void setTable(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.