public class XNativeTable extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_native_table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_native_table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="columns" type="{uri:lens:cube:0.1}x_columns"/> <element name="storage_descriptor" type="{uri:lens:cube:0.1}x_storage_table_desc"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dbname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="createtime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="lastAccessTime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
XNativeTable() |
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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XColumns |
getColumns()
Gets the value of the columns property.
|
int |
getCreatetime()
Gets the value of the createtime property.
|
String |
getDbname()
Gets the value of the dbname property.
|
int |
getLastAccessTime()
Gets the value of the lastAccessTime property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOwner()
Gets the value of the owner property.
|
XStorageTableDesc |
getStorageDescriptor()
Gets the value of the storageDescriptor property.
|
String |
getTableType()
Gets the value of the tableType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setColumns(XColumns value)
Sets the value of the columns property.
|
void |
setCreatetime(int value)
Sets the value of the createtime property.
|
void |
setDbname(String value)
Sets the value of the dbname property.
|
void |
setLastAccessTime(int value)
Sets the value of the lastAccessTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setStorageDescriptor(XStorageTableDesc value)
Sets the value of the storageDescriptor property.
|
void |
setTableType(String value)
Sets the value of the tableType property.
|
String |
toString() |
XNativeTable |
withColumns(XColumns value) |
XNativeTable |
withCreatetime(int value) |
XNativeTable |
withDbname(String value) |
XNativeTable |
withLastAccessTime(int value) |
XNativeTable |
withName(String value) |
XNativeTable |
withOwner(String value) |
XNativeTable |
withStorageDescriptor(XStorageTableDesc value) |
XNativeTable |
withTableType(String value) |
public XColumns getColumns()
XColumns
public void setColumns(XColumns value)
value
- allowed object is
XColumns
public XStorageTableDesc getStorageDescriptor()
XStorageTableDesc
public void setStorageDescriptor(XStorageTableDesc value)
value
- allowed object is
XStorageTableDesc
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDbname()
String
public void setDbname(String value)
value
- allowed object is
String
public String getOwner()
String
public void setOwner(String value)
value
- allowed object is
String
public String getTableType()
String
public void setTableType(String value)
value
- allowed object is
String
public int getCreatetime()
public void setCreatetime(int value)
public int getLastAccessTime()
public void setLastAccessTime(int value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
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.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public XNativeTable withColumns(XColumns value)
public XNativeTable withStorageDescriptor(XStorageTableDesc value)
public XNativeTable withName(String value)
public XNativeTable withDbname(String value)
public XNativeTable withOwner(String value)
public XNativeTable withTableType(String value)
public XNativeTable withCreatetime(int value)
public XNativeTable withLastAccessTime(int value)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.