|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XChainColumn
public class XChainColumn
Java class for x_chain_column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_chain_column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="chain_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref_col" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dest_table" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XChainColumn()
|
|
| Method Summary | |
|---|---|
String |
getChainName()
Gets the value of the chainName property. |
String |
getDestTable()
Gets the value of the destTable property. |
String |
getRefCol()
Gets the value of the refCol property. |
void |
setChainName(String value)
Sets the value of the chainName property. |
void |
setDestTable(String value)
Sets the value of the destTable property. |
void |
setRefCol(String value)
Sets the value of the refCol property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XChainColumn()
| Method Detail |
|---|
public String getChainName()
Stringpublic void setChainName(String value)
value - allowed object is
Stringpublic String getRefCol()
Stringpublic void setRefCol(String value)
value - allowed object is
Stringpublic String getDestTable()
Stringpublic void setDestTable(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||