org.apache.openejb.jee.jba.cmp
Class Property

java.lang.Object
  extended by org.apache.openejb.jee.jba.cmp.Property

public class Property
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}property-name"/>
         <element ref="{http://jboss.org}column-name" minOccurs="0"/>
         <element ref="{http://jboss.org}not-null" minOccurs="0"/>
         <sequence minOccurs="0">
           <element ref="{http://jboss.org}jdbc-type"/>
           <element ref="{http://jboss.org}sql-type"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ColumnName columnName
           
protected  JdbcType jdbcType
           
protected  NotNull notNull
           
protected  PropertyName propertyName
           
protected  SqlType sqlType
           
 
Constructor Summary
Property()
           
 
Method Summary
 ColumnName getColumnName()
          Gets the value of the columnName property.
 JdbcType getJdbcType()
          Gets the value of the jdbcType property.
 NotNull getNotNull()
          Gets the value of the notNull property.
 PropertyName getPropertyName()
          Gets the value of the propertyName property.
 SqlType getSqlType()
          Gets the value of the sqlType property.
 void setColumnName(ColumnName value)
          Sets the value of the columnName property.
 void setJdbcType(JdbcType value)
          Sets the value of the jdbcType property.
 void setNotNull(NotNull value)
          Sets the value of the notNull property.
 void setPropertyName(PropertyName value)
          Sets the value of the propertyName property.
 void setSqlType(SqlType value)
          Sets the value of the sqlType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

protected PropertyName propertyName

columnName

protected ColumnName columnName

notNull

protected NotNull notNull

jdbcType

protected JdbcType jdbcType

sqlType

protected SqlType sqlType
Constructor Detail

Property

public Property()
Method Detail

getPropertyName

public PropertyName getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is PropertyName

setPropertyName

public void setPropertyName(PropertyName value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is PropertyName

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

getNotNull

public NotNull getNotNull()
Gets the value of the notNull property.

Returns:
possible object is NotNull

setNotNull

public void setNotNull(NotNull value)
Sets the value of the notNull property.

Parameters:
value - allowed object is NotNull

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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.