|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
toolbox.servicegen.xml.dao.impl.DaoBeanDefinitionImpl
public class DaoBeanDefinitionImpl
An XML DaoBeanDefinition(@http://xml.servicegen.toolbox/dao). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface toolbox.servicegen.xml.dao.DaoBeanDefinition |
|---|
DaoBeanDefinition.Factory |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface toolbox.servicegen.xml.dao.DaoBeanDefinition |
|---|
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
|---|---|
DaoBeanDefinitionImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLikeProperties()
Gets the "LikeProperties" element |
java.lang.String |
getName()
Gets the "Name" element |
java.lang.String |
getPackage()
Gets the "Package" element |
java.lang.String |
getPlural()
Gets the "Plural" element |
java.lang.String |
getPrimaryKeyProperty()
Gets the "PrimaryKeyProperty" element |
java.lang.String |
getPrimaryKeyType()
Gets the "PrimaryKeyType" element |
java.lang.String |
getSequence()
Gets the "Sequence" element |
java.lang.String |
getSequenceProperty()
Gets the "SequenceProperty" element |
java.lang.String |
getServiceMethods()
Gets the "ServiceMethods" element |
java.lang.String |
getSortDirection()
Gets the "SortDirection" element |
java.lang.String |
getSortProperty()
Gets the "SortProperty" element |
java.lang.String |
getTable()
Gets the "Table" element |
boolean |
isSetLikeProperties()
True if has "LikeProperties" element |
boolean |
isSetPrimaryKeyProperty()
True if has "PrimaryKeyProperty" element |
boolean |
isSetPrimaryKeyType()
True if has "PrimaryKeyType" element |
boolean |
isSetSequence()
True if has "Sequence" element |
boolean |
isSetSequenceProperty()
True if has "SequenceProperty" element |
void |
setLikeProperties(java.lang.String likeProperties)
Sets the "LikeProperties" element |
void |
setName(java.lang.String name)
Sets the "Name" element |
void |
setPackage(java.lang.String xpackage)
Sets the "Package" element |
void |
setPlural(java.lang.String plural)
Sets the "Plural" element |
void |
setPrimaryKeyProperty(java.lang.String primaryKeyProperty)
Sets the "PrimaryKeyProperty" element |
void |
setPrimaryKeyType(java.lang.String primaryKeyType)
Sets the "PrimaryKeyType" element |
void |
setSequence(java.lang.String sequence)
Sets the "Sequence" element |
void |
setSequenceProperty(java.lang.String sequenceProperty)
Sets the "SequenceProperty" element |
void |
setServiceMethods(java.lang.String serviceMethods)
Sets the "ServiceMethods" element |
void |
setSortDirection(java.lang.String sortDirection)
Sets the "SortDirection" element |
void |
setSortProperty(java.lang.String sortProperty)
Sets the "SortProperty" element |
void |
setTable(java.lang.String table)
Sets the "Table" element |
void |
unsetLikeProperties()
Unsets the "LikeProperties" element |
void |
unsetPrimaryKeyProperty()
Unsets the "PrimaryKeyProperty" element |
void |
unsetPrimaryKeyType()
Unsets the "PrimaryKeyType" element |
void |
unsetSequence()
Unsets the "Sequence" element |
void |
unsetSequenceProperty()
Unsets the "SequenceProperty" element |
org.apache.xmlbeans.XmlString |
xgetLikeProperties()
Gets (as xml) the "LikeProperties" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" element |
org.apache.xmlbeans.XmlString |
xgetPackage()
Gets (as xml) the "Package" element |
org.apache.xmlbeans.XmlString |
xgetPlural()
Gets (as xml) the "Plural" element |
org.apache.xmlbeans.XmlString |
xgetPrimaryKeyProperty()
Gets (as xml) the "PrimaryKeyProperty" element |
org.apache.xmlbeans.XmlString |
xgetPrimaryKeyType()
Gets (as xml) the "PrimaryKeyType" element |
org.apache.xmlbeans.XmlString |
xgetSequence()
Gets (as xml) the "Sequence" element |
org.apache.xmlbeans.XmlString |
xgetSequenceProperty()
Gets (as xml) the "SequenceProperty" element |
org.apache.xmlbeans.XmlString |
xgetServiceMethods()
Gets (as xml) the "ServiceMethods" element |
org.apache.xmlbeans.XmlString |
xgetSortDirection()
Gets (as xml) the "SortDirection" element |
org.apache.xmlbeans.XmlString |
xgetSortProperty()
Gets (as xml) the "SortProperty" element |
org.apache.xmlbeans.XmlString |
xgetTable()
Gets (as xml) the "Table" element |
void |
xsetLikeProperties(org.apache.xmlbeans.XmlString likeProperties)
Sets (as xml) the "LikeProperties" element |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element |
void |
xsetPackage(org.apache.xmlbeans.XmlString xpackage)
Sets (as xml) the "Package" element |
void |
xsetPlural(org.apache.xmlbeans.XmlString plural)
Sets (as xml) the "Plural" element |
void |
xsetPrimaryKeyProperty(org.apache.xmlbeans.XmlString primaryKeyProperty)
Sets (as xml) the "PrimaryKeyProperty" element |
void |
xsetPrimaryKeyType(org.apache.xmlbeans.XmlString primaryKeyType)
Sets (as xml) the "PrimaryKeyType" element |
void |
xsetSequence(org.apache.xmlbeans.XmlString sequence)
Sets (as xml) the "Sequence" element |
void |
xsetSequenceProperty(org.apache.xmlbeans.XmlString sequenceProperty)
Sets (as xml) the "SequenceProperty" element |
void |
xsetServiceMethods(org.apache.xmlbeans.XmlString serviceMethods)
Sets (as xml) the "ServiceMethods" element |
void |
xsetSortDirection(org.apache.xmlbeans.XmlString sortDirection)
Sets (as xml) the "SortDirection" element |
void |
xsetSortProperty(org.apache.xmlbeans.XmlString sortProperty)
Sets (as xml) the "SortProperty" element |
void |
xsetTable(org.apache.xmlbeans.XmlString table)
Sets (as xml) the "Table" element |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|---|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public DaoBeanDefinitionImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetName()
xgetName in interface DaoBeanDefinitionpublic void setName(java.lang.String name)
setName in interface DaoBeanDefinitionpublic void xsetName(org.apache.xmlbeans.XmlString name)
xsetName in interface DaoBeanDefinitionpublic java.lang.String getPackage()
getPackage in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetPackage()
xgetPackage in interface DaoBeanDefinitionpublic void setPackage(java.lang.String xpackage)
setPackage in interface DaoBeanDefinitionpublic void xsetPackage(org.apache.xmlbeans.XmlString xpackage)
xsetPackage in interface DaoBeanDefinitionpublic java.lang.String getPlural()
getPlural in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetPlural()
xgetPlural in interface DaoBeanDefinitionpublic void setPlural(java.lang.String plural)
setPlural in interface DaoBeanDefinitionpublic void xsetPlural(org.apache.xmlbeans.XmlString plural)
xsetPlural in interface DaoBeanDefinitionpublic java.lang.String getTable()
getTable in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetTable()
xgetTable in interface DaoBeanDefinitionpublic void setTable(java.lang.String table)
setTable in interface DaoBeanDefinitionpublic void xsetTable(org.apache.xmlbeans.XmlString table)
xsetTable in interface DaoBeanDefinitionpublic java.lang.String getPrimaryKeyType()
getPrimaryKeyType in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetPrimaryKeyType()
xgetPrimaryKeyType in interface DaoBeanDefinitionpublic boolean isSetPrimaryKeyType()
isSetPrimaryKeyType in interface DaoBeanDefinitionpublic void setPrimaryKeyType(java.lang.String primaryKeyType)
setPrimaryKeyType in interface DaoBeanDefinitionpublic void xsetPrimaryKeyType(org.apache.xmlbeans.XmlString primaryKeyType)
xsetPrimaryKeyType in interface DaoBeanDefinitionpublic void unsetPrimaryKeyType()
unsetPrimaryKeyType in interface DaoBeanDefinitionpublic java.lang.String getPrimaryKeyProperty()
getPrimaryKeyProperty in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetPrimaryKeyProperty()
xgetPrimaryKeyProperty in interface DaoBeanDefinitionpublic boolean isSetPrimaryKeyProperty()
isSetPrimaryKeyProperty in interface DaoBeanDefinitionpublic void setPrimaryKeyProperty(java.lang.String primaryKeyProperty)
setPrimaryKeyProperty in interface DaoBeanDefinitionpublic void xsetPrimaryKeyProperty(org.apache.xmlbeans.XmlString primaryKeyProperty)
xsetPrimaryKeyProperty in interface DaoBeanDefinitionpublic void unsetPrimaryKeyProperty()
unsetPrimaryKeyProperty in interface DaoBeanDefinitionpublic java.lang.String getSequence()
getSequence in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetSequence()
xgetSequence in interface DaoBeanDefinitionpublic boolean isSetSequence()
isSetSequence in interface DaoBeanDefinitionpublic void setSequence(java.lang.String sequence)
setSequence in interface DaoBeanDefinitionpublic void xsetSequence(org.apache.xmlbeans.XmlString sequence)
xsetSequence in interface DaoBeanDefinitionpublic void unsetSequence()
unsetSequence in interface DaoBeanDefinitionpublic java.lang.String getSequenceProperty()
getSequenceProperty in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetSequenceProperty()
xgetSequenceProperty in interface DaoBeanDefinitionpublic boolean isSetSequenceProperty()
isSetSequenceProperty in interface DaoBeanDefinitionpublic void setSequenceProperty(java.lang.String sequenceProperty)
setSequenceProperty in interface DaoBeanDefinitionpublic void xsetSequenceProperty(org.apache.xmlbeans.XmlString sequenceProperty)
xsetSequenceProperty in interface DaoBeanDefinitionpublic void unsetSequenceProperty()
unsetSequenceProperty in interface DaoBeanDefinitionpublic java.lang.String getSortProperty()
getSortProperty in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetSortProperty()
xgetSortProperty in interface DaoBeanDefinitionpublic void setSortProperty(java.lang.String sortProperty)
setSortProperty in interface DaoBeanDefinitionpublic void xsetSortProperty(org.apache.xmlbeans.XmlString sortProperty)
xsetSortProperty in interface DaoBeanDefinitionpublic java.lang.String getSortDirection()
getSortDirection in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetSortDirection()
xgetSortDirection in interface DaoBeanDefinitionpublic void setSortDirection(java.lang.String sortDirection)
setSortDirection in interface DaoBeanDefinitionpublic void xsetSortDirection(org.apache.xmlbeans.XmlString sortDirection)
xsetSortDirection in interface DaoBeanDefinitionpublic java.lang.String getLikeProperties()
getLikeProperties in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetLikeProperties()
xgetLikeProperties in interface DaoBeanDefinitionpublic boolean isSetLikeProperties()
isSetLikeProperties in interface DaoBeanDefinitionpublic void setLikeProperties(java.lang.String likeProperties)
setLikeProperties in interface DaoBeanDefinitionpublic void xsetLikeProperties(org.apache.xmlbeans.XmlString likeProperties)
xsetLikeProperties in interface DaoBeanDefinitionpublic void unsetLikeProperties()
unsetLikeProperties in interface DaoBeanDefinitionpublic java.lang.String getServiceMethods()
getServiceMethods in interface DaoBeanDefinitionpublic org.apache.xmlbeans.XmlString xgetServiceMethods()
xgetServiceMethods in interface DaoBeanDefinitionpublic void setServiceMethods(java.lang.String serviceMethods)
setServiceMethods in interface DaoBeanDefinitionpublic void xsetServiceMethods(org.apache.xmlbeans.XmlString serviceMethods)
xsetServiceMethods in interface DaoBeanDefinition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||