org.openejb.xbeans.ejbjar
Interface OpenejbEntityBeanType.CmpFieldMapping

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbEntityBeanTypeImpl.CmpFieldMappingImpl
Enclosing interface:
OpenejbEntityBeanType

public static interface OpenejbEntityBeanType.CmpFieldMapping
extends org.apache.xmlbeans.XmlObject

An XML cmp-field-mapping(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static class OpenejbEntityBeanType.CmpFieldMapping.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getCmpFieldClass()
          Gets the "cmp-field-class" element
 String getCmpFieldName()
          Gets the "cmp-field-name" element
 String getSqlType()
          Gets the "sql-type" element
 String getTableColumn()
          Gets the "table-column" element
 String getTypeConverter()
          Gets the "type-converter" element
 boolean isSetCmpFieldClass()
          True if has "cmp-field-class" element
 boolean isSetSqlType()
          True if has "sql-type" element
 boolean isSetTypeConverter()
          True if has "type-converter" element
 void setCmpFieldClass(String cmpFieldClass)
          Sets the "cmp-field-class" element
 void setCmpFieldName(String cmpFieldName)
          Sets the "cmp-field-name" element
 void setSqlType(String sqlType)
          Sets the "sql-type" element
 void setTableColumn(String tableColumn)
          Sets the "table-column" element
 void setTypeConverter(String typeConverter)
          Sets the "type-converter" element
 void unsetCmpFieldClass()
          Unsets the "cmp-field-class" element
 void unsetSqlType()
          Unsets the "sql-type" element
 void unsetTypeConverter()
          Unsets the "type-converter" element
 org.apache.xmlbeans.XmlString xgetCmpFieldClass()
          Gets (as xml) the "cmp-field-class" element
 org.apache.xmlbeans.XmlString xgetCmpFieldName()
          Gets (as xml) the "cmp-field-name" element
 org.apache.xmlbeans.XmlString xgetSqlType()
          Gets (as xml) the "sql-type" element
 org.apache.xmlbeans.XmlString xgetTableColumn()
          Gets (as xml) the "table-column" element
 org.apache.xmlbeans.XmlString xgetTypeConverter()
          Gets (as xml) the "type-converter" element
 void xsetCmpFieldClass(org.apache.xmlbeans.XmlString cmpFieldClass)
          Sets (as xml) the "cmp-field-class" element
 void xsetCmpFieldName(org.apache.xmlbeans.XmlString cmpFieldName)
          Sets (as xml) the "cmp-field-name" element
 void xsetSqlType(org.apache.xmlbeans.XmlString sqlType)
          Sets (as xml) the "sql-type" element
 void xsetTableColumn(org.apache.xmlbeans.XmlString tableColumn)
          Sets (as xml) the "table-column" element
 void xsetTypeConverter(org.apache.xmlbeans.XmlString typeConverter)
          Sets (as xml) the "type-converter" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getCmpFieldName

public String getCmpFieldName()
Gets the "cmp-field-name" element


xgetCmpFieldName

public org.apache.xmlbeans.XmlString xgetCmpFieldName()
Gets (as xml) the "cmp-field-name" element


setCmpFieldName

public void setCmpFieldName(String cmpFieldName)
Sets the "cmp-field-name" element


xsetCmpFieldName

public void xsetCmpFieldName(org.apache.xmlbeans.XmlString cmpFieldName)
Sets (as xml) the "cmp-field-name" element


getCmpFieldClass

public String getCmpFieldClass()
Gets the "cmp-field-class" element


xgetCmpFieldClass

public org.apache.xmlbeans.XmlString xgetCmpFieldClass()
Gets (as xml) the "cmp-field-class" element


isSetCmpFieldClass

public boolean isSetCmpFieldClass()
True if has "cmp-field-class" element


setCmpFieldClass

public void setCmpFieldClass(String cmpFieldClass)
Sets the "cmp-field-class" element


xsetCmpFieldClass

public void xsetCmpFieldClass(org.apache.xmlbeans.XmlString cmpFieldClass)
Sets (as xml) the "cmp-field-class" element


unsetCmpFieldClass

public void unsetCmpFieldClass()
Unsets the "cmp-field-class" element


getTableColumn

public String getTableColumn()
Gets the "table-column" element


xgetTableColumn

public org.apache.xmlbeans.XmlString xgetTableColumn()
Gets (as xml) the "table-column" element


setTableColumn

public void setTableColumn(String tableColumn)
Sets the "table-column" element


xsetTableColumn

public void xsetTableColumn(org.apache.xmlbeans.XmlString tableColumn)
Sets (as xml) the "table-column" element


getSqlType

public String getSqlType()
Gets the "sql-type" element


xgetSqlType

public org.apache.xmlbeans.XmlString xgetSqlType()
Gets (as xml) the "sql-type" element


isSetSqlType

public boolean isSetSqlType()
True if has "sql-type" element


setSqlType

public void setSqlType(String sqlType)
Sets the "sql-type" element


xsetSqlType

public void xsetSqlType(org.apache.xmlbeans.XmlString sqlType)
Sets (as xml) the "sql-type" element


unsetSqlType

public void unsetSqlType()
Unsets the "sql-type" element


getTypeConverter

public String getTypeConverter()
Gets the "type-converter" element


xgetTypeConverter

public org.apache.xmlbeans.XmlString xgetTypeConverter()
Gets (as xml) the "type-converter" element


isSetTypeConverter

public boolean isSetTypeConverter()
True if has "type-converter" element


setTypeConverter

public void setTypeConverter(String typeConverter)
Sets the "type-converter" element


xsetTypeConverter

public void xsetTypeConverter(org.apache.xmlbeans.XmlString typeConverter)
Sets (as xml) the "type-converter" element


unsetTypeConverter

public void unsetTypeConverter()
Unsets the "type-converter" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.