- java.lang.Object
-
- org.jooq.meta.jaxb.SyntheticReadonlyColumnType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class SyntheticReadonlyColumnType extends Object implements Serializable, XMLAppendable
Java class for SyntheticReadonlyColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticReadonlyColumnType"> <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 SyntheticReadonlyColumnType()
-
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 readonly column.StringgetTables()A regular expression matching all tables on which to apply this synthetic readonly column.inthashCode()voidsetFields(String value)A regular expression matching all fields on which to apply this synthetic readonly column.voidsetTables(String value)A regular expression matching all tables on which to apply this synthetic readonly column.StringtoString()SyntheticReadonlyColumnTypewithFields(String value)A regular expression matching all fields on which to apply this synthetic readonly column.SyntheticReadonlyColumnTypewithTables(String value)A regular expression matching all tables on which to apply this synthetic readonly column.
-
-
-
Method Detail
-
getTables
public String getTables()
A regular expression matching all tables on which to apply this synthetic readonly column.
-
setTables
public void setTables(String value)
A regular expression matching all tables on which to apply this synthetic readonly column.
-
getFields
public String getFields()
A regular expression matching all fields on which to apply this synthetic readonly column.
-
setFields
public void setFields(String value)
A regular expression matching all fields on which to apply this synthetic readonly column.
-
withTables
public SyntheticReadonlyColumnType withTables(String value)
A regular expression matching all tables on which to apply this synthetic readonly column.
-
withFields
public SyntheticReadonlyColumnType withFields(String value)
A regular expression matching all fields on which to apply this synthetic readonly column.
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-