|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.KeyField
public class KeyField
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"/>
<choice>
<sequence>
<element ref="{http://jboss.org}column-name"/>
<sequence minOccurs="0">
<element ref="{http://jboss.org}jdbc-type"/>
<element ref="{http://jboss.org}sql-type"/>
</sequence>
</sequence>
<sequence>
<element ref="{http://jboss.org}property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</choice>
<element ref="{http://jboss.org}dbindex" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ColumnName |
columnName
|
protected Dbindex |
dbindex
|
protected FieldName |
fieldName
|
protected JdbcType |
jdbcType
|
protected List<Property> |
property
|
protected SqlType |
sqlType
|
| Constructor Summary | |
|---|---|
KeyField()
|
|
| Method Summary | |
|---|---|
ColumnName |
getColumnName()
Gets the value of the columnName property. |
Dbindex |
getDbindex()
Gets the value of the dbindex property. |
FieldName |
getFieldName()
Gets the value of the fieldName property. |
JdbcType |
getJdbcType()
Gets the value of the jdbcType property. |
List<Property> |
getProperty()
Gets the value of the property property. |
SqlType |
getSqlType()
Gets the value of the sqlType property. |
void |
setColumnName(ColumnName value)
Sets the value of the columnName property. |
void |
setDbindex(Dbindex value)
Sets the value of the dbindex 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FieldName fieldName
protected ColumnName columnName
protected JdbcType jdbcType
protected SqlType sqlType
protected List<Property> property
protected Dbindex dbindex
| Constructor Detail |
|---|
public KeyField()
| Method Detail |
|---|
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()
SqlTypepublic void setSqlType(SqlType value)
value - allowed object is
SqlTypepublic List<Property> getProperty()
set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public Dbindex getDbindex()
Dbindexpublic void setDbindex(Dbindex value)
value - allowed object is
Dbindex
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||