Class CreatedBy


  • public class CreatedBy
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://jboss.org}field-name" minOccurs="0"/>
             <element ref="{http://jboss.org}column-name" minOccurs="0"/>
             <sequence minOccurs="0">
               <element ref="{http://jboss.org}jdbc-type"/>
               <element ref="{http://jboss.org}sql-type"/>
             </sequence>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CreatedBy

        public CreatedBy()
    • Method Detail

      • getFieldName

        public FieldName getFieldName()
        Gets the value of the fieldName property.
        Returns:
        possible object is FieldName
      • setFieldName

        public void setFieldName​(FieldName value)
        Sets the value of the fieldName property.
        Parameters:
        value - allowed object is FieldName
      • getColumnName

        public ColumnName getColumnName()
        Gets the value of the columnName property.
        Returns:
        possible object is ColumnName
      • setColumnName

        public void setColumnName​(ColumnName value)
        Sets the value of the columnName property.
        Parameters:
        value - allowed object is ColumnName
      • getJdbcType

        public JdbcType getJdbcType()
        Gets the value of the jdbcType property.
        Returns:
        possible object is JdbcType
      • setJdbcType

        public void setJdbcType​(JdbcType value)
        Sets the value of the jdbcType property.
        Parameters:
        value - allowed object is JdbcType
      • getSqlType

        public SqlType getSqlType()
        Gets the value of the sqlType property.
        Returns:
        possible object is SqlType
      • setSqlType

        public void setSqlType​(SqlType value)
        Sets the value of the sqlType property.
        Parameters:
        value - allowed object is SqlType