public class XJoinChain extends XField implements org.jvnet.jaxb2_commons.lang.ToString
Java class for x_join_chain complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="x_join_chain">
   <complexContent>
     <extension base="{uri:lens:cube:0.1}x_field">
       <sequence>
         <element name="paths" type="{uri:lens:cube:0.1}x_join_paths"/>
       </sequence>
       <attribute name="dest_table" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| XJoinChain() | 
| Modifier and Type | Method and Description | 
|---|---|
| StringBuilder | append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
      StringBuilder buffer,
      org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) | 
| StringBuilder | appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
            StringBuilder buffer,
            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) | 
| String | getDestTable()Gets the value of the destTable property. | 
| XJoinPaths | getPaths()Gets the value of the paths property. | 
| void | setDestTable(String value)Sets the value of the destTable property. | 
| void | setPaths(XJoinPaths value)Sets the value of the paths property. | 
| String | toString() | 
getDescription, getDisplayString, getName, setDescription, setDisplayString, setNamepublic XJoinPaths getPaths()
XJoinPathspublic void setPaths(XJoinPaths value)
value - allowed object is
     XJoinPathspublic String getDestTable()
Stringpublic void setDestTable(String value)
value - allowed object is
     Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class XFieldCopyright © 2014–2015 Apache Software Foundation. All rights reserved.