|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getCmpFieldName()
public org.apache.xmlbeans.XmlString xgetCmpFieldName()
public void setCmpFieldName(String cmpFieldName)
public void xsetCmpFieldName(org.apache.xmlbeans.XmlString cmpFieldName)
public String getCmpFieldClass()
public org.apache.xmlbeans.XmlString xgetCmpFieldClass()
public boolean isSetCmpFieldClass()
public void setCmpFieldClass(String cmpFieldClass)
public void xsetCmpFieldClass(org.apache.xmlbeans.XmlString cmpFieldClass)
public void unsetCmpFieldClass()
public String getTableColumn()
public org.apache.xmlbeans.XmlString xgetTableColumn()
public void setTableColumn(String tableColumn)
public void xsetTableColumn(org.apache.xmlbeans.XmlString tableColumn)
public String getSqlType()
public org.apache.xmlbeans.XmlString xgetSqlType()
public boolean isSetSqlType()
public void setSqlType(String sqlType)
public void xsetSqlType(org.apache.xmlbeans.XmlString sqlType)
public void unsetSqlType()
public String getTypeConverter()
public org.apache.xmlbeans.XmlString xgetTypeConverter()
public boolean isSetTypeConverter()
public void setTypeConverter(String typeConverter)
public void xsetTypeConverter(org.apache.xmlbeans.XmlString typeConverter)
public void unsetTypeConverter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |