Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class ColumnType

java.lang.Object
  extended by oracle.bpm.services.organization.model.ColumnType

All Implemented Interfaces:
java.io.Serializable

public class ColumnType
extends java.lang.Object
implements java.io.Serializable

Java class for columnType complex type.

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

 <complexType name="columnType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="tableName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ColumnType()
           

 

Method Summary
 java.lang.String getColumnName()
          Gets the value of the columnName property.
 java.lang.String getTableName()
          Gets the value of the tableName property.
 boolean isSetColumnName()
           
 boolean isSetTableName()
           
 void setColumnName(java.lang.String value)
          Sets the value of the columnName property.
 void setTableName(java.lang.String value)
          Sets the value of the tableName property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ColumnType

public ColumnType()

Method Detail

getColumnName

public java.lang.String getColumnName()
Gets the value of the columnName property.
Returns:
possible object is String

setColumnName

public void setColumnName(java.lang.String value)
Sets the value of the columnName property.
Parameters:
value - allowed object is String

isSetColumnName

public boolean isSetColumnName()

getTableName

public java.lang.String getTableName()
Gets the value of the tableName property.
Returns:
possible object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.
Parameters:
value - allowed object is String

isSetTableName

public boolean isSetTableName()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.