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>
| name | data type | description |
|---|---|---|
| chain_name | string | |
| ref_col | string | |
| dest_table | string |
Example
{
"chain_name" : "...",
"ref_col" : "...",
"dest_table" : "..."
}