public class JaxbAliasTable extends 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 String |
alias |
protected String |
table |
protected String |
value |
Constructor and Description |
---|
JaxbAliasTable() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getTable()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.