- java.lang.Object
-
- org.jooq.meta.jaxb.SyntheticIdentityType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntheticIdentityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetFields()A regular expression matching all fields on which to apply this synthetic identity.StringgetTables()A regular expression matching all tables on which to apply this synthetic identity.inthashCode()voidsetFields(String value)A regular expression matching all fields on which to apply this synthetic identity.voidsetTables(String value)A regular expression matching all tables on which to apply this synthetic identity.StringtoString()SyntheticIdentityTypewithFields(String value)A regular expression matching all fields on which to apply this synthetic identity.SyntheticIdentityTypewithTables(String value)A regular expression matching all tables on which to apply this synthetic identity.
-
-
-
Method Detail
-
getTables
public String getTables()
A regular expression matching all tables on which to apply this synthetic identity.
-
setTables
public void setTables(String value)
A regular expression matching all tables on which to apply this synthetic identity.
-
getFields
public String getFields()
A regular expression matching all fields on which to apply this synthetic identity.
-
setFields
public void setFields(String value)
A regular expression matching all fields on which to apply this synthetic identity.
-
withTables
public SyntheticIdentityType withTables(String value)
A regular expression matching all tables on which to apply this synthetic identity.
-
withFields
public SyntheticIdentityType withFields(String value)
A regular expression matching all fields on which to apply this synthetic identity.
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-