org.apache.lens.api.metastore
Class XChaincolumn

java.lang.Object
  extended by org.apache.lens.api.metastore.XChaincolumn

public class XChaincolumn
extends Object

Java class for x_chaincolumn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_chaincolumn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="chainName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="refcol" use="required" 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 getRefcol()
          Gets the value of the refcol property.
 void setChainName(String value)
          Sets the value of the chainName 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

XChaincolumn

public XChaincolumn()
Method Detail

getChainName

public String getChainName()
Gets the value of the chainName property.

Returns:
possible object is String

setChainName

public void setChainName(String value)
Sets the value of the chainName property.

Parameters:
value - allowed object is String

getRefcol

public String getRefcol()
Gets the value of the refcol property.

Returns:
possible object is String

setRefcol

public void setRefcol(String value)
Sets the value of the refcol property.

Parameters:
value - allowed object is String


Copyright © 2014 Apache Software Foundation. All rights reserved.