public class SyntheticIdentityType extends Object implements Serializable, XMLAppendable
Java class for SyntheticIdentityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticIdentityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fields" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fields |
protected String |
tables |
| Constructor and Description |
|---|
SyntheticIdentityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getFields()
A regular expression matching all fields on which to apply this synthetic identity.
|
String |
getTables()
A regular expression matching all tables on which to apply this synthetic identity.
|
int |
hashCode() |
void |
setFields(String value)
A regular expression matching all fields on which to apply this synthetic identity.
|
void |
setTables(String value)
A regular expression matching all tables on which to apply this synthetic identity.
|
String |
toString() |
SyntheticIdentityType |
withFields(String value)
A regular expression matching all fields on which to apply this synthetic identity.
|
SyntheticIdentityType |
withTables(String value)
A regular expression matching all tables on which to apply this synthetic identity.
|
public String getTables()
public void setTables(String value)
public String getFields()
public void setFields(String value)
public SyntheticIdentityType withTables(String value)
public SyntheticIdentityType withFields(String value)
public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.