- java.lang.Object
-
- org.jooq.meta.jaxb.SyntheticReadonlyRowidType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class SyntheticReadonlyRowidType extends Object implements Serializable, XMLAppendable
Java class for SyntheticReadonlyRowidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticReadonlyRowidType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntheticReadonlyRowidType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetName()The optional ROWID column name.StringgetTables()A regular expression matching all tables on which to apply this synthetic ROWID.inthashCode()voidsetName(String value)The optional ROWID column name.voidsetTables(String value)A regular expression matching all tables on which to apply this synthetic ROWID.StringtoString()SyntheticReadonlyRowidTypewithName(String value)The optional ROWID column name.SyntheticReadonlyRowidTypewithTables(String value)A regular expression matching all tables on which to apply this synthetic ROWID.
-
-
-
Method Detail
-
getName
public String getName()
The optional ROWID column name.
-
setName
public void setName(String value)
The optional ROWID column name.
-
getTables
public String getTables()
A regular expression matching all tables on which to apply this synthetic ROWID.
-
setTables
public void setTables(String value)
A regular expression matching all tables on which to apply this synthetic ROWID.
-
withName
public SyntheticReadonlyRowidType withName(String value)
The optional ROWID column name.
-
withTables
public SyntheticReadonlyRowidType withTables(String value)
A regular expression matching all tables on which to apply this synthetic ROWID.
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-