Class 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
    • Field Detail

      • tables

        protected String tables
      • fields

        protected String fields
    • Constructor Detail

      • SyntheticIdentityType

        public SyntheticIdentityType()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object