public class CreatedTime
extends java.lang.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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected ColumnName | columnName | 
| protected FieldName | fieldName | 
| protected JdbcType | jdbcType | 
| protected SqlType | sqlType | 
| Constructor and Description | 
|---|
| CreatedTime() | 
| Modifier and Type | Method and Description | 
|---|---|
| ColumnName | getColumnName()Gets the value of the columnName property. | 
| FieldName | getFieldName()Gets the value of the fieldName property. | 
| JdbcType | getJdbcType()Gets the value of the jdbcType property. | 
| SqlType | getSqlType()Gets the value of the sqlType property. | 
| void | setColumnName(ColumnName value)Sets the value of the columnName property. | 
| void | setFieldName(FieldName value)Sets the value of the fieldName property. | 
| void | setJdbcType(JdbcType value)Sets the value of the jdbcType property. | 
| void | setSqlType(SqlType value)Sets the value of the sqlType property. | 
protected FieldName fieldName
protected ColumnName columnName
protected JdbcType jdbcType
protected SqlType sqlType
public FieldName getFieldName()
FieldNamepublic void setFieldName(FieldName value)
value - allowed object is
              FieldNamepublic ColumnName getColumnName()
ColumnNamepublic void setColumnName(ColumnName value)
value - allowed object is
              ColumnNamepublic JdbcType getJdbcType()
JdbcTypepublic void setJdbcType(JdbcType value)
value - allowed object is
              JdbcTypepublic SqlType getSqlType()
SqlType