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() |
public XColumns getColumns()
XColumnspublic void setColumns(XColumns value)
value - allowed object is
XColumnspublic XStorageTableDesc getStorageDescriptor()
XStorageTableDescpublic void setStorageDescriptor(XStorageTableDesc value)
value - allowed object is
XStorageTableDescpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDbname()
Stringpublic void setDbname(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getTableType()
Stringpublic void setTableType(String value)
value - allowed object is
Stringpublic 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.ToStringpublic 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.ToStringpublic 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.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2014–2016 Apache Software Foundation. All rights reserved.