public class XTableReference 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_table_reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_table_reference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maps_to_many" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XTableReference() |
| 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) |
String |
getColumn()
Gets the value of the column property.
|
String |
getTable()
Gets the value of the table property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isMapsToMany()
Gets the value of the mapsToMany property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setMapsToMany(Boolean value)
Sets the value of the mapsToMany property.
|
void |
setTable(String value)
Sets the value of the table property.
|
String |
toString() |
XTableReference |
withColumn(String value) |
XTableReference |
withMapsToMany(Boolean value) |
XTableReference |
withTable(String value) |
public String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic boolean isMapsToMany()
Booleanpublic void setMapsToMany(Boolean value)
value - allowed object is
Booleanpublic 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.HashCodepublic XTableReference withTable(String value)
public XTableReference withColumn(String value)
public XTableReference withMapsToMany(Boolean value)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.