de.ispsoft.jaxme.generator
Class SchemaSimpleElement

java.lang.Object
  extended byde.ispsoft.jaxme.generator.SchemaAnnotationOwner
      extended byde.ispsoft.jaxme.generator.SchemaElement
          extended byde.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
              extended byde.ispsoft.jaxme.generator.SchemaSimpleElement

public class SchemaSimpleElement
extends SchemaAbstractSimpleElement

Implementation of a simple element.

Author:
Jochen Wiedmann

Nested Class Summary
 
Nested classes inherited from class de.ispsoft.jaxme.generator.SchemaElement
SchemaElement.ClassExtension, SchemaElement.ImplementedInterface, SchemaElement.PieceOfJavaSource
 
Constructor Summary
SchemaSimpleElement(SchemaAnnotationOwner pParent)
          Creates new SchemaSimpleElement
 
Method Summary
 boolean isAttribute()
          Returns whether the element is actually an attribute.
 
Methods inherited from class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
getFieldType, getInstanceType, getPrimaryKey, getQueryName, getRestrictions, isComplex, setPrimaryKey, setQueryName
 
Methods inherited from class de.ispsoft.jaxme.generator.SchemaElement
addClassExtension, addElementDecorator, addImplementedInterface, addJavaSource, addOption, clearClassExtensions, clearImplementedInterfaces, clearJavaSources, clearOptions, convertNameToJavaName, getAddMethodName, getAssignmentFrom, getAssignmentTo, getClassExtension, getClassName, getClone, getDefaultFieldName, getDisplayName, getDOMNode, getElementDecorator, getElementDecorators, getExtendedElement, getFieldName, getGetMethodName, getImplementedInterfaces, getJavaSources, getManagerClassName, getMaxOccurs, getMinOccurs, getName, getNamespace, getNamespacePrefix, getOptions, getParent, getPrefix, getQClassName, getSchema, getSchemaType, getSetMethodName, getSuppress, getSystemId, getTypeIsExplicit, isMultiple, setAddMethodName, setClassName, setDOMNode, setExtendedElement, setFieldName, setGetMethodName, setManagerClassName, setMaxOccurs, setMinOccurs, setName, setNamespace, setNamespacePrefix, setPrefix, setSchemaType, setSetMethodName, setSuppress, setSystemId, setTypeIsExplicit
 
Methods inherited from class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
getAccessors, getDocumentation, getExtendsClassName, getPackageName, setAccessors, setDocumentation, setExtendsClassName, setPackageName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaSimpleElement

public SchemaSimpleElement(SchemaAnnotationOwner pParent)
Creates new SchemaSimpleElement

Method Detail

isAttribute

public final boolean isAttribute()
Description copied from class: SchemaElement

Returns whether the element is actually an attribute.

Specified by:
isAttribute in class SchemaElement