Serialized Form


Package org.castor.cache

Class org.castor.cache.CacheAcquireException extends java.lang.Exception implements Serializable

serialVersionUID: 6282797357450171990L

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


Package org.castor.cache.hashbelt.container

Class org.castor.cache.hashbelt.container.MapContainer extends ConcurrentHashMap implements Serializable

serialVersionUID: -7215860376133906243L

Serialized Fields

_timestamp

long _timestamp
Timestamp of this container.


Package org.castor.core.exceptions

Class org.castor.core.exceptions.CastorRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3984585622253325513L

Serialized Fields

_cause

java.lang.Throwable _cause
The cause of this exception or null if the cause is nonexistent or unknown.


_initCause

boolean _initCause
Has the cause of this exception been initialized?


Package org.castor.core.util

Class org.castor.core.util.ConfigurationException extends CastorRuntimeException implements Serializable

serialVersionUID: 4446761026170253291L


Package org.castor.ddlgen

Class org.castor.ddlgen.GeneratorException extends java.lang.Exception implements Serializable

serialVersionUID: -9209232046636128419L

Class org.castor.ddlgen.KeyNotFoundException extends GeneratorException implements Serializable

serialVersionUID: -5312841848483797975L

Class org.castor.ddlgen.TypeNotFoundException extends GeneratorException implements Serializable

serialVersionUID: 4701240740532015662L

Class org.castor.ddlgen.WrongFormatException extends GeneratorException implements Serializable

serialVersionUID: -351347493789018278L


Package org.castor.jdo.conf

Class org.castor.jdo.conf.Database extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_engine

java.lang.String _engine
Field _engine


_databaseChoice

DatabaseChoice _databaseChoice
Field _databaseChoice


_mappingList

java.util.ArrayList<E> _mappingList
Field _mappingList

Class org.castor.jdo.conf.DatabaseChoice extends java.lang.Object implements Serializable

Serialized Fields

_driver

Driver _driver
Field _driver


_dataSource

DataSource _dataSource
Field _dataSource


_jndi

Jndi _jndi
Field _jndi

Class org.castor.jdo.conf.DataSource extends java.lang.Object implements Serializable

Serialized Fields

_className

java.lang.String _className
Field _className


_paramList

java.util.ArrayList<E> _paramList
Field _paramList

Class org.castor.jdo.conf.Driver extends java.lang.Object implements Serializable

Serialized Fields

_url

java.lang.String _url
Field _url


_className

java.lang.String _className
Field _className


_paramList

java.util.ArrayList<E> _paramList
Field _paramList

Class org.castor.jdo.conf.JdoConf extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_databaseList

java.util.ArrayList<E> _databaseList
Field _databaseList


_transactionDemarcation

TransactionDemarcation _transactionDemarcation
Field _transactionDemarcation

Class org.castor.jdo.conf.Jndi extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name

Class org.castor.jdo.conf.Mapping extends java.lang.Object implements Serializable

Serialized Fields

_href

java.lang.String _href
Field _href

Class org.castor.jdo.conf.Param extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_value

java.lang.String _value
Field _value

Class org.castor.jdo.conf.TransactionDemarcation extends java.lang.Object implements Serializable

Serialized Fields

_mode

java.lang.String _mode
Field _mode


_transactionManager

TransactionManager _transactionManager
Field _transactionManager

Class org.castor.jdo.conf.TransactionManager extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_paramList

java.util.ArrayList<E> _paramList
Field _paramList


Package org.castor.mapping

Class org.castor.mapping.BindingType extends java.lang.Object implements Serializable

serialVersionUID: -2116844968191798202L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Called during deserialization.

Serialized Fields

_type

java.lang.String _type

Package org.castor.persist.cache

Class org.castor.persist.cache.CacheEntry extends java.lang.Object implements Serializable

serialVersionUID: -5165311222436920871L

Serialized Fields

_oid

OID _oid
OID of the entry to be cached.


_entry

java.lang.Object[] _entry
Actual data to be cached.


_timeStamp

long _timeStamp
Associated time stamp.


Package org.castor.persist.proxy

Class org.castor.persist.proxy.SingleProxy extends java.lang.Object implements Serializable

serialVersionUID: -1498354553937679053L

Serialized Fields

_tx

TransactionContext _tx

_classMolder

ClassMolder _classMolder

_clazz

java.lang.Class<T> _clazz

_identity

Identity _identity

_object

java.lang.Object _object

_accessMode

AccessMode _accessMode

_hasMaterialized

boolean _hasMaterialized

Package org.castor.transactionmanager

Class org.castor.transactionmanager.TransactionManagerAcquireException extends java.lang.Exception implements Serializable

serialVersionUID: -4473907453496999735L

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


Package org.castor.util.concurrent

Class org.castor.util.concurrent.ConcurrentHashMap extends java.util.AbstractMap implements Serializable

serialVersionUID: 2266888196918479570L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).

Serial Data:
An estimate of the table size, followed by the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

segments

ConcurrentHashMap.Segment[] segments
The array of concurrency control segments.


loadFactor

float loadFactor
The load factor for the hash table.

 

threshold

int threshold
Per-segment resize threshold.

 

Class org.castor.util.concurrent.ConcurrentHashMap.Segment extends java.lang.Object implements Serializable

serialVersionUID: 766824745157353578L

Serialized Fields

count

int count
The number of elements in this segment's region. It is always updated within synchronized blocks.


Package org.castor.xmlctf.compiler

Class org.castor.xmlctf.compiler.CompilationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1459631801932567828L

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


Package org.exolab.castor.builder.binding

Class org.exolab.castor.builder.binding.BindingException extends java.lang.Exception implements Serializable

serialVersionUID: 1726983206974247107L

Serialized Fields

_exception

java.lang.Exception _exception
The embedded exception if tunnelling, or null.


Package org.exolab.castor.dsml

Class org.exolab.castor.dsml.ImportDescriptor extends org.xml.sax.HandlerBase implements Serializable

serialVersionUID: 197365948293655041L

Serialized Fields

_policies

java.util.Hashtable<K,V> _policies

_insideRoot

boolean _insideRoot

Class org.exolab.castor.dsml.ImportExportException extends java.lang.Exception implements Serializable

serialVersionUID: -6003260515410305829L

Serialized Fields

_except

java.lang.Exception _except

Class org.exolab.castor.dsml.SearchDescriptor extends org.xml.sax.HandlerBase implements Serializable

serialVersionUID: -6614367393322175115L

Serialized Fields

_scope

int _scope

_baseDN

java.lang.String _baseDN

_filter

java.lang.String _filter

_returnAttrs

java.util.Vector<E> _returnAttrs

_attrName

java.lang.StringBuffer _attrName

_insideRoot

boolean _insideRoot

Package org.exolab.castor.dtx

Class org.exolab.castor.dtx.DTXException extends java.lang.Exception implements Serializable

serialVersionUID: -3419863291873007258L

Serialized Fields

_except

java.lang.Exception _except

_message

java.lang.String _message

Package org.exolab.castor.gui

Class org.exolab.castor.gui.QueryHistory extends java.lang.Object implements Serializable

serialVersionUID: 235997211123063614L

Serialized Fields

_querys

java.util.Vector<E> _querys

_currentPos

int _currentPos

_maxsize

int _maxsize

Package org.exolab.castor.jdo

Class org.exolab.castor.jdo.DataObjectAccessException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6741547483776196810L

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.

Class org.exolab.castor.jdo.JDO extends java.lang.Object implements Serializable

serialVersionUID: 2816194621638396008L

Serialized Fields

_jdoConfURI

java.lang.String _jdoConfURI
Deprecated. 
The URL of the database configuration file. If the URL is specified, the first attempt to load a database of this type will use the specified configuration file.


_jdoConf

JdoConf _jdoConf
Deprecated. 
An in-memory JDO configuration instance.


_logInterceptor

LogInterceptor _logInterceptor
Deprecated. There is no need for this member due to the implementation of Log4J which is controlled via the log4j.properties file.
The log intercpetor to which all logging and tracing messages will be sent.


_callback

CallbackInterceptor _callback
Deprecated. 
The callback interceptor to which all persistent state events to be sent.


_instanceFactory

InstanceFactory _instanceFactory
Deprecated. 
The instance factory to which create a new instance of data object.


_lockTimeout

int _lockTimeout
Deprecated. 
The lock timeout for this database. Zero for immediate timeout, an infinite value for no timeout. The timeout is specified in seconds.


_dbName

java.lang.String _dbName
Deprecated. 
The name of this database.


_description

java.lang.String _description
Deprecated. 
Description of this database.


_transactionManager

javax.transaction.TransactionManager _transactionManager
Deprecated. 
The transaction manager.


_classLoader

java.lang.ClassLoader _classLoader
Deprecated. 
The application class loader.


_entityResolver

org.xml.sax.EntityResolver _entityResolver
Deprecated. 
The resolver can be used to resolve cached entities, e.g. for external mapping documents.


_txDbPool

TxDatabaseMap _txDbPool
Deprecated. 
The transactions to databases map for database pooling.


_autoStore

boolean _autoStore
Deprecated. 
True if user prefer all reachable object to be stored automatically. False (default) if user want only dependent object to be stored.

Class org.exolab.castor.jdo.JDOManager extends java.lang.Object implements Serializable

serialVersionUID: -7108469291509131893L

Serialized Fields

_jdoConfURI

org.xml.sax.InputSource _jdoConfURI
The URL of the configuration file. If the URL is specified, the first attempt to load a database of this type will use the specified configuration file.


_callbackInterceptor

CallbackInterceptor _callbackInterceptor
The callback interceptor to which all persistent state events to be sent.


_instanceFactory

InstanceFactory _instanceFactory
The instance factory which create new instances of data objects.


_lockTimeout

int _lockTimeout
The lock timeout for this database. Zero for immediate timeout, an infinite value for no timeout. The timeout is specified in seconds.


_description

java.lang.String _description
Description of this database.


_txDbPool

TxDatabaseMap _txDbPool
The transactions to databases map for database pooling for J2EE transaction instances.

This pool only affects JDOManager in a J2EE environment where a transaction is associated with the thread that calls JDOManager.getDatabase(). If database pooling is enabled, JDOManager will first search this pool for a Database instance that is mapped to current transaction. If such a Database instance is found, the Database will be returned; if not, a new one will be created, associated with the transaction and return to the caller.

See Also:
JDOManager.setDatabasePooling(boolean)

_autoStore

boolean _autoStore
True if user prefer all reachable object to be stored automatically. False (default) if user want only dependent object to be stored.


_databaseName

java.lang.String _databaseName
The name of this database.


Package org.exolab.castor.jdo.engine

Class org.exolab.castor.jdo.engine.TxDatabaseMap extends java.lang.Object implements Serializable

serialVersionUID: -3808006851366701785L

Serialized Fields

_txDbMap

java.util.HashMap<K,V> _txDbMap

Package org.exolab.castor.mapping

Class org.exolab.castor.mapping.AccessMode extends java.lang.Object implements Serializable

serialVersionUID: -7113303922354626951L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Called during deserialization.

Serialized Fields

_id

short _id
The id of this access mode as originally used at Database.load() and Query.execute().


_name

java.lang.String _name
The name of this access mode as it would appear in a mapping file.

Class org.exolab.castor.mapping.MappingException extends java.lang.Exception implements Serializable

serialVersionUID: 841446747748696044L

Serialized Fields

_except

java.lang.Exception _except

Class org.exolab.castor.mapping.MappingRuntimeException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: 238861866150334375L

Serialized Fields

_exception

java.lang.Throwable _exception
The exception which caused this Exception

Class org.exolab.castor.mapping.ValidityException extends java.lang.Exception implements Serializable

serialVersionUID: 6928906878046428690L

Serialized Fields

_except

java.lang.Exception _except

Package org.exolab.castor.net

Class org.exolab.castor.net.URIException extends java.lang.Exception implements Serializable

serialVersionUID: 4230299234562430190L

Serialized Fields

_exception

java.lang.Exception _exception
nested exception, may be null.


Package org.exolab.castor.persist

Class org.exolab.castor.persist.OID extends java.lang.Object implements Serializable

serialVersionUID: 419512942519592363L

Serialized Fields

_identity

Identity _identity
The object's identity if known, null if the object was created without an identity.


_name

java.lang.String _name
The full qualified name of the object's type.


_depends

OID _depends
The OID of depended object.


_dbLock

boolean _dbLock
True if the object is loaded with db-lock access.


_hashCode

int _hashCode
The OID's hash code.


_topClassName

java.lang.String _topClassName
The full qualified name of the top level class, used for equating OIDs based on commong parent.


_superClassNames

java.lang.String[] _superClassNames
The full qualified names of all superclasses, used for equating OIDs based on commong parent.


Package org.exolab.castor.persist.spi

Class org.exolab.castor.persist.spi.Identity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_all

java.lang.Object[] _all

_hashCode

int _hashCode

Package org.exolab.castor.types

Class org.exolab.castor.types.AnyNode extends java.lang.Object implements Serializable

serialVersionUID: -4104117996051705975L

Serialized Fields

_nodeType

short _nodeType
The type of the current node. ELEMENT is the default value.


_nextSiblingNode

AnyNode _nextSiblingNode
The next sibling of this AnyNode


_firstChildNode

AnyNode _firstChildNode
The first child of this AnyNode


_localName

java.lang.String _localName
the local name of the current node.


_uri

java.lang.String _uri
the Namespace URI of the current node


_prefix

java.lang.String _prefix
The prefix of the Namespace


_value

java.lang.String _value
The value of this node defined as follow:

Class org.exolab.castor.types.Century extends TimePeriod implements Serializable

serialVersionUID: 88787876938390034L

Class org.exolab.castor.types.Date extends DateTimeBase implements Serializable

serialVersionUID: -1634875709019365137L

Class org.exolab.castor.types.DateTime extends DateTimeBase implements Serializable

serialVersionUID: 6278590966410879734L

Class org.exolab.castor.types.DateTimeBase extends java.lang.Object implements Serializable

Serialized Fields

_isNegative

boolean _isNegative
true if this date/time type is negative.


_century

short _century
The century field.


_year

short _year
The year field.


_month

short _month
The month field.


_day

short _day
The day field.


_hour

short _hour
the hour field.


_minute

short _minute
the minute field.


_second

short _second
the second field.


_millsecond

short _millsecond
the millsecond field.


_zoneNegative

boolean _zoneNegative
true if the time zone is negative.


_UTC

boolean _UTC
true if this date/time type has a time zone assigned.


_zoneHour

short _zoneHour
the time zone hour field.


_zoneMinute

short _zoneMinute
the time zone minute field.

Class org.exolab.castor.types.Duration extends java.lang.Object implements Serializable

serialVersionUID: -6475091654291323029L

Serialized Fields

_year

short _year
the number of years.


_month

short _month
the number of months.


_day

short _day
the number of days.


_hour

short _hour
the number of hours.


_minute

short _minute
the number of minutes.


_second

short _second
the number of seconds.


_millisecond

long _millisecond
the potential number of milliseconds.


_isNegative

boolean _isNegative
true if the Duration is negative.

Class org.exolab.castor.types.GDay extends DateTimeBase implements Serializable

serialVersionUID: 8571596440117087631L

Class org.exolab.castor.types.GMonth extends DateTimeBase implements Serializable

serialVersionUID: -1950758441188466762L

Class org.exolab.castor.types.GMonthDay extends DateTimeBase implements Serializable

serialVersionUID: -6351252242146921258L

Class org.exolab.castor.types.GYear extends DateTimeBase implements Serializable

serialVersionUID: -8977039151222106864L

Class org.exolab.castor.types.GYearMonth extends DateTimeBase implements Serializable

serialVersionUID: -8864050276805766473L

Class org.exolab.castor.types.Month extends TimePeriod implements Serializable

serialVersionUID: 8102039626686892932L

Class org.exolab.castor.types.RecurringDuration extends RecurringDurationBase implements Serializable

serialVersionUID: -6037158412155942249L

Serialized Fields

_century

short _century
Deprecated. 

_year

short _year
Deprecated. 

_month

short _month
Deprecated. 

_day

short _day
Deprecated. 

Class org.exolab.castor.types.RecurringDurationBase extends java.lang.Object implements Serializable

Serialized Fields

_period

TimeDuration _period
Deprecated. 
the period facet of this recurringDuration.


_duration

TimeDuration _duration
Deprecated. 
the duration facet of this recurringDuration.


_hour

short _hour
Deprecated. 
the hour field of this recurringDuration. -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_minute

short _minute
Deprecated. 
the minute field of this recurringDuration. -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_second

short _second
Deprecated. 
the second field of this recurringDuration. -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_millsecond

short _millsecond
Deprecated. 
the millsecond field of this recurringDuration.


_zoneHour

short _zoneHour
Deprecated. 
the time zone hour field of this recurringDuration.


_zoneMinute

short _zoneMinute
Deprecated. 
the time zone minute field of this recurringDuration.


_UTC

boolean _UTC
Deprecated. 
true if this recurringDuration is UTC related.


_zoneNegative

boolean _zoneNegative
Deprecated. 
true if the time zone is negative.


_isNegative

boolean _isNegative
Deprecated. 
true if the recurring duration is negative.

Class org.exolab.castor.types.Time extends DateTimeBase implements Serializable

serialVersionUID: -8268707778437931489L

Class org.exolab.castor.types.TimeDuration extends java.lang.Object implements Serializable

serialVersionUID: -3080457339689062021L

Serialized Fields

_year

short _year
Deprecated. 
the number of years


_month

short _month
Deprecated. 
the number of months


_day

short _day
Deprecated. 
the number of days


_hour

short _hour
Deprecated. 
the number of hours


_minute

short _minute
Deprecated. 
the number of minutes


_second

short _second
Deprecated. 
the number of seconds


_millisecond

short _millisecond
Deprecated. 
the potential number of milliseconds


_isNegative

boolean _isNegative
Deprecated. 
true if the Time Duration is negative

Class org.exolab.castor.types.TimeInstant extends RecurringDuration implements Serializable

serialVersionUID: -5261713908033956150L

Class org.exolab.castor.types.TimePeriod extends RecurringDuration implements Serializable

serialVersionUID: -7057026912711829943L

Class org.exolab.castor.types.Year extends TimePeriod implements Serializable

serialVersionUID: 8485456751196062574L


Package org.exolab.castor.util

Class org.exolab.castor.util.EventListenerList extends java.lang.Object implements Serializable

serialVersionUID: 4472874989562384564L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Class org.exolab.castor.util.NestedIOException extends java.io.IOException implements Serializable

serialVersionUID: -4698274786487914369L

Serialized Fields

_exception

java.lang.Exception _exception
A nested exception


_localTrace

boolean _localTrace
A flag to indicate a local stack trace only

Class org.exolab.castor.util.OrderedHashMap extends java.util.HashMap<K,V> implements Serializable

serialVersionUID: -1648679783713336948L

Serialized Fields

_orderedValues

java.util.ArrayList<E> _orderedValues
Ordered list of contained values.

Class org.exolab.castor.util.SafeStack extends java.util.Stack implements Serializable

serialVersionUID: 4964881847051572321L


Package org.exolab.castor.xml

Class org.exolab.castor.xml.CastorException extends java.lang.Exception implements Serializable

serialVersionUID: -1648679783713336948L

Serialized Fields

_errorCode

int _errorCode
The error code for this Exception


_message

java.lang.String _message
The message for this Exception

Class org.exolab.castor.xml.MarshalException extends XMLException implements Serializable

serialVersionUID: -1648679783713336948L

Class org.exolab.castor.xml.ResolverException extends XMLException implements Serializable

serialVersionUID: -8800218775708296399L

Class org.exolab.castor.xml.ValidationException extends XMLException implements Serializable

serialVersionUID: 2220902174700444631L

Serialized Fields

_location

Location _location
The location for this Exception.


_next

ValidationException _next
The next Exception in the list, allowing the reporting of several validation Exceptions.

Class org.exolab.castor.xml.XMLException extends CastorException implements Serializable

serialVersionUID: 7512918645754995146L

Serialized Fields

_location

Location _location
The location for this Exception.


errorCode

int errorCode
The error code for this Exception.


Package org.exolab.castor.xml.dtd

Class org.exolab.castor.xml.dtd.DTDException extends java.lang.Exception implements Serializable

serialVersionUID: 4760130120041855808L


Package org.exolab.castor.xml.dtd.parser

Class org.exolab.castor.xml.dtd.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 5798523224831508600L

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.exolab.castor.xml.dtd.parser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 5390945290273323564L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.exolab.castor.xml.location

Class org.exolab.castor.xml.location.FileLocation extends java.lang.Object implements Serializable

serialVersionUID: 7112551880124131785L

Serialized Fields

_filename

java.lang.String _filename
Filename for the file represented by this FileLocation.


_line

int _line
Line number in the file for this FileLocation.


_col

int _col
Column number in the file for this FileLocation.

Class org.exolab.castor.xml.location.XPathLocation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

path

java.util.Vector<E> path
Our XPath, built up one String at a time.


allowChildrenOrAtts

boolean allowChildrenOrAtts
If we have reached the logical end of XPath (i.e., an attribute), set to false.


Package org.exolab.castor.xml.schema

Class org.exolab.castor.xml.schema.Annotated extends Structure implements Serializable

Serialized Fields

_annotations

java.util.Vector<E> _annotations
The Annotations of this Annotated structure

Class org.exolab.castor.xml.schema.Annotation extends Structure implements Serializable

serialVersionUID: 2838816224303555598L

Serialized Fields

appInfoList

java.util.Vector<E> appInfoList
List of <appinfo> objects


documentationList

java.util.Vector<E> documentationList
List of objects

Class org.exolab.castor.xml.schema.AnnotationItem extends Structure implements Serializable

Serialized Fields

_objects

java.util.Vector<E> _objects
List of any elements


_source

java.lang.String _source
The source attribute

Class org.exolab.castor.xml.schema.AnyType extends XMLType implements Serializable

serialVersionUID: 7670252205849057981L

Serialized Fields

name

java.lang.String name
The name of this type


_parent

Schema _parent
The parent Schema for this AnyType

Class org.exolab.castor.xml.schema.AppInfo extends AnnotationItem implements Serializable

serialVersionUID: -8678983924238645714L

Serialized Fields

_jdoContent

java.util.List<E> _jdoContent

Class org.exolab.castor.xml.schema.AttributeDecl extends Annotated implements Serializable

serialVersionUID: -8720345516857919305L

Serialized Fields

_form

Form _form
The default namespace form for this AttributeDecl (optional).


_id

java.lang.String _id
The id for this AttributeDecl


_name

java.lang.String _name
The name of attributes defined by this AttributeDecl


_parent

Structure _parent
The parent for this AttributeDecl


_schema

Schema _schema
The Schema to which this AttributeDecl belongs


_simpleType

SimpleType _simpleType
The simple type for this AttributeDecl.


_useFlag

short _useFlag
The current value of the 'use' property. The value is OPTIONAL by default.


_fixed

java.lang.String _fixed
The fixed value for attribute instances of this attribute declaration.


_default

java.lang.String _default
The default value for attribute instances of this attribute declaration.


_attributeRef

java.lang.String _attributeRef
A reference to a top-level attribute

Class org.exolab.castor.xml.schema.AttributeGroup extends Annotated implements Serializable

Serialized Fields

_id

java.lang.String _id
The id of this AttributeGroup

Class org.exolab.castor.xml.schema.AttributeGroupDecl extends AttributeGroup implements Serializable

serialVersionUID: -5401452412514803353L

Serialized Fields

_name

java.lang.String _name
The name of this AttributeGroup


_schema

Schema _schema
The Schema to which this AttributeDecl belongs


_attributes

java.util.Vector<E> _attributes
The collection of attributes for this AttributeGroup


_references

java.util.Vector<E> _references
The collection of AttributesGroupReferences for this AttributeGroup


_anyAttribute

Wildcard _anyAttribute
the anyattribute wilcard, if any


_redefinition

boolean _redefinition
An attribute that indicates if this AttributeGroupDecl is a redefinition

Class org.exolab.castor.xml.schema.AttributeGroupReference extends AttributeGroup implements Serializable

serialVersionUID: -6283626049554689747L

Serialized Fields

_schema

Schema _schema
The Schema to which this AttributeDecl belongs


_reference

java.lang.String _reference

Class org.exolab.castor.xml.schema.ComplexType extends XMLType implements Serializable

serialVersionUID: 5348120259072084658L

Serialized Fields

_abstract

boolean _abstract
The abstract flag for this ComplexType.


_anyAttribute

Wildcard _anyAttribute
A wildcard that represents an <anyAttribute> element if any. Only one <anyAttribute> can appear inside the global scope of a complexType


_attributes

AttributeGroupDecl _attributes
The attribute declarations for this ComplexType.


_baseType

java.lang.String _baseType
The name of the base type used in <restriction>> or <extension>.


_block

BlockList _block
The value of the 'block' property for this ComplexType. This value may be null.


_complexContent

boolean _complexContent
a flag set to true if this complexType is a complexContent.


_content

ContentType _content
The content type ("mixed", "simpleType","elemOnly") for this ComplexType.


_contentModel

ContentModelGroup _contentModel
The ContentModel for this ComplexType.


_final

FinalList _final
The final property for this ComplexType. This value may be null..


_parent

Structure _parent
The parent structure for this ComplexType (either an ElementDecl or a Schema).


_restricted

boolean _restricted
a flag set to true if this complexType is a restriction.


_redefinition

boolean _redefinition
An attribute that indicates if this ComplexType is a redefinition.

Class org.exolab.castor.xml.schema.ContentType extends java.lang.Object implements Serializable

serialVersionUID: -2985958570376322773L

Serialized Fields

_type

short _type

Class org.exolab.castor.xml.schema.Documentation extends AnnotationItem implements Serializable

serialVersionUID: -2388810468832309970L

Class org.exolab.castor.xml.schema.ElementDecl extends Particle implements Serializable

serialVersionUID: -7804351635137964219L

Serialized Fields

_block

BlockList _block
The block attribute for this element definition.


_constraints

java.util.Vector<E> _constraints
collection of Identity Constraints


_default

java.lang.String _default
The default value for this element definition. Only useful for simpleContent.


_elementRefName

java.lang.String _elementRefName
The name of a reference to a top-level element declaration


_referencedElement

ElementDecl _referencedElement
The top-level element declaration this element reference points to


_final

FinalList _final
The final value for this element definition.


_fixed

java.lang.String _fixed
The fixed value for this element definition. Only used for simpleContent.


_form

Form _form
The form type for this element definition. Specifies whether names should be qualified or unqualified. Uses the default Form from the parent Schema if unspecified.


_id

java.lang.String _id
The unique ID for this element definition (optional).


_isAbstract

boolean _isAbstract
Flag indicating whether or not this Element declaration is abstract


_name

java.lang.String _name
The element name


_nillable

boolean _nillable
Flag indicating whether or not the element value may be null.


_parent

Structure _parent
The parent for this ElementDecl


_schema

Schema _schema
The parent schema that this element declaration belongs to


_substitutionGroup

java.lang.String _substitutionGroup
The substitutionGroup for this element definition.


_xmlType

XMLType _xmlType
The XMLType for this element declaration

Class org.exolab.castor.xml.schema.Facet extends Annotated implements Serializable

serialVersionUID: 7821829275720939922L

Serialized Fields

_name

java.lang.String _name
The name of this Facet.


_value

java.lang.String _value
The character value of this Facet.


_owningType

SimpleType _owningType
The owning SimpleType instance.

Class org.exolab.castor.xml.schema.FacetList extends java.lang.Object implements Serializable

serialVersionUID: 3855871093270831240L

Serialized Fields

facets

java.util.List<E> facets
The list of facets

Class org.exolab.castor.xml.schema.Group extends Particle implements Serializable

serialVersionUID: 3133443973681261845L

Serialized Fields

_contentModel

ContentModelGroup _contentModel
the implementation of ContentModelGroup


name

java.lang.String name
The name of this Group


_order

Order _order
The Compositor for the Group


_id

java.lang.String _id

_isModelGroupDefinition

boolean _isModelGroupDefinition
True if was created for a group tag, false otherwise (all, choice, sequence)


_parent

Structure _parent
The parent for this Group (either another Group or a ComplexType)

Class org.exolab.castor.xml.schema.IdentityConstraint extends Annotated implements Serializable

Serialized Fields

_id

java.lang.String _id
Identity Constraint id


_name

java.lang.String _name
Identity Constraint name


_selector

IdentitySelector _selector
Identity Constraint Selector


_fields

java.util.Vector<E> _fields
The fields of this Identity Constraint

Class org.exolab.castor.xml.schema.IdentityField extends Annotated implements Serializable

serialVersionUID: -1385357135959672473L

Serialized Fields

_id

java.lang.String _id
Identity Field id (optional)


_xpath

java.lang.String _xpath
XPath expression for field nodes (required)

Class org.exolab.castor.xml.schema.IdentitySelector extends Annotated implements Serializable

serialVersionUID: -66732684639814508L

Serialized Fields

_id

java.lang.String _id
Identity Selector id (optional)


_xpath

java.lang.String _xpath
XPa