toolbox.servicegen.xml.dao
Interface DaoBeanDefinition

Package class diagram package DaoBeanDefinition
All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DaoBeanDefinitionImpl

public interface DaoBeanDefinition
extends org.apache.xmlbeans.XmlObject

An XML DaoBeanDefinition(@http://xml.servicegen.toolbox/dao). This is a complex type.


Nested Class Summary
static class DaoBeanDefinition.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
 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 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

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

getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


getPackage

java.lang.String getPackage()
Gets the "Package" element


xgetPackage

org.apache.xmlbeans.XmlString xgetPackage()
Gets (as xml) the "Package" element


setPackage

void setPackage(java.lang.String xpackage)
Sets the "Package" element


xsetPackage

void xsetPackage(org.apache.xmlbeans.XmlString xpackage)
Sets (as xml) the "Package" element


getPlural

java.lang.String getPlural()
Gets the "Plural" element


xgetPlural

org.apache.xmlbeans.XmlString xgetPlural()
Gets (as xml) the "Plural" element


setPlural

void setPlural(java.lang.String plural)
Sets the "Plural" element


xsetPlural

void xsetPlural(org.apache.xmlbeans.XmlString plural)
Sets (as xml) the "Plural" element


getTable

java.lang.String getTable()
Gets the "Table" element


xgetTable

org.apache.xmlbeans.XmlString xgetTable()
Gets (as xml) the "Table" element


setTable

void setTable(java.lang.String table)
Sets the "Table" element


xsetTable

void xsetTable(org.apache.xmlbeans.XmlString table)
Sets (as xml) the "Table" element


getPrimaryKeyType

java.lang.String getPrimaryKeyType()
Gets the "PrimaryKeyType" element


xgetPrimaryKeyType

org.apache.xmlbeans.XmlString xgetPrimaryKeyType()
Gets (as xml) the "PrimaryKeyType" element


isSetPrimaryKeyType

boolean isSetPrimaryKeyType()
True if has "PrimaryKeyType" element


setPrimaryKeyType

void setPrimaryKeyType(java.lang.String primaryKeyType)
Sets the "PrimaryKeyType" element


xsetPrimaryKeyType

void xsetPrimaryKeyType(org.apache.xmlbeans.XmlString primaryKeyType)
Sets (as xml) the "PrimaryKeyType" element


unsetPrimaryKeyType

void unsetPrimaryKeyType()
Unsets the "PrimaryKeyType" element


getPrimaryKeyProperty

java.lang.String getPrimaryKeyProperty()
Gets the "PrimaryKeyProperty" element


xgetPrimaryKeyProperty

org.apache.xmlbeans.XmlString xgetPrimaryKeyProperty()
Gets (as xml) the "PrimaryKeyProperty" element


isSetPrimaryKeyProperty

boolean isSetPrimaryKeyProperty()
True if has "PrimaryKeyProperty" element


setPrimaryKeyProperty

void setPrimaryKeyProperty(java.lang.String primaryKeyProperty)
Sets the "PrimaryKeyProperty" element


xsetPrimaryKeyProperty

void xsetPrimaryKeyProperty(org.apache.xmlbeans.XmlString primaryKeyProperty)
Sets (as xml) the "PrimaryKeyProperty" element


unsetPrimaryKeyProperty

void unsetPrimaryKeyProperty()
Unsets the "PrimaryKeyProperty" element


getSequence

java.lang.String getSequence()
Gets the "Sequence" element


xgetSequence

org.apache.xmlbeans.XmlString xgetSequence()
Gets (as xml) the "Sequence" element


isSetSequence

boolean isSetSequence()
True if has "Sequence" element


setSequence

void setSequence(java.lang.String sequence)
Sets the "Sequence" element


xsetSequence

void xsetSequence(org.apache.xmlbeans.XmlString sequence)
Sets (as xml) the "Sequence" element


unsetSequence

void unsetSequence()
Unsets the "Sequence" element


getSequenceProperty

java.lang.String getSequenceProperty()
Gets the "SequenceProperty" element


xgetSequenceProperty

org.apache.xmlbeans.XmlString xgetSequenceProperty()
Gets (as xml) the "SequenceProperty" element


isSetSequenceProperty

boolean isSetSequenceProperty()
True if has "SequenceProperty" element


setSequenceProperty

void setSequenceProperty(java.lang.String sequenceProperty)
Sets the "SequenceProperty" element


xsetSequenceProperty

void xsetSequenceProperty(org.apache.xmlbeans.XmlString sequenceProperty)
Sets (as xml) the "SequenceProperty" element


unsetSequenceProperty

void unsetSequenceProperty()
Unsets the "SequenceProperty" element


getSortProperty

java.lang.String getSortProperty()
Gets the "SortProperty" element


xgetSortProperty

org.apache.xmlbeans.XmlString xgetSortProperty()
Gets (as xml) the "SortProperty" element


setSortProperty

void setSortProperty(java.lang.String sortProperty)
Sets the "SortProperty" element


xsetSortProperty

void xsetSortProperty(org.apache.xmlbeans.XmlString sortProperty)
Sets (as xml) the "SortProperty" element


getSortDirection

java.lang.String getSortDirection()
Gets the "SortDirection" element


xgetSortDirection

org.apache.xmlbeans.XmlString xgetSortDirection()
Gets (as xml) the "SortDirection" element


setSortDirection

void setSortDirection(java.lang.String sortDirection)
Sets the "SortDirection" element


xsetSortDirection

void xsetSortDirection(org.apache.xmlbeans.XmlString sortDirection)
Sets (as xml) the "SortDirection" element


getLikeProperties

java.lang.String getLikeProperties()
Gets the "LikeProperties" element


xgetLikeProperties

org.apache.xmlbeans.XmlString xgetLikeProperties()
Gets (as xml) the "LikeProperties" element


isSetLikeProperties

boolean isSetLikeProperties()
True if has "LikeProperties" element


setLikeProperties

void setLikeProperties(java.lang.String likeProperties)
Sets the "LikeProperties" element


xsetLikeProperties

void xsetLikeProperties(org.apache.xmlbeans.XmlString likeProperties)
Sets (as xml) the "LikeProperties" element


unsetLikeProperties

void unsetLikeProperties()
Unsets the "LikeProperties" element


getServiceMethods

java.lang.String getServiceMethods()
Gets the "ServiceMethods" element


xgetServiceMethods

org.apache.xmlbeans.XmlString xgetServiceMethods()
Gets (as xml) the "ServiceMethods" element


setServiceMethods

void setServiceMethods(java.lang.String serviceMethods)
Sets the "ServiceMethods" element


xsetServiceMethods

void xsetServiceMethods(org.apache.xmlbeans.XmlString serviceMethods)
Sets (as xml) the "ServiceMethods" element