Serialized Form


Package com.ebmwebsourcing.commons.schema.api

Class com.ebmwebsourcing.commons.schema.api.SchemaException extends XmlException implements Serializable

serialVersionUID: 1L

Serialized Fields

faultCode

java.lang.String faultCode

targetThrowable

java.lang.Throwable targetThrowable

location

java.lang.String location

Class com.ebmwebsourcing.commons.schema.api.XmlException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

faultCode

java.lang.String faultCode

targetThrowable

java.lang.Throwable targetThrowable

location

java.lang.String location

Package com.ebmwebsourcing.commons.schema.api.abstractElmt

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractAttribute extends AbstractSchemaElement<E> implements Serializable

Serialized Fields

schema

Schema schema
the schema


type

Type type
the type of element


referencedAttribute

Attribute referencedAttribute
referenced attribute

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractElement extends AbstractSchemaElement<E> implements Serializable

Serialized Fields

schema

Schema schema
the schema


type

Type type
the type of element


referencedElement

Element referencedElement
referenced element

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractImport extends AbstractInclude<E> implements Serializable

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractInclude extends AbstractSchemaElement<E> implements Serializable

Serialized Fields

schema

Schema schema
the schema


parent

Schema parent
the parent description

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchema extends AbstractSchemaElement<E> implements Serializable

Serialized Fields

xsi

org.jdom.Namespace xsi

features

java.util.Map<K,V> features
Features


document

org.jdom.Document document
the jdom document


namespaceContext

javax.xml.namespace.NamespaceContext namespaceContext
the namespace context


imports

java.util.List<E> imports
list of imports


includes

java.util.List<E> includes
list of includes


types

java.util.List<E> types
the list of types


elements

java.util.List<E> elements
the list of elements


attributes

java.util.List<E> attributes
the list of attributes


baseURI

java.net.URI baseURI
the baseUri


schemaLocations

java.util.Map<K,V> schemaLocations
schema location

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement extends java.lang.Object implements Serializable

Serialized Fields

model

java.lang.Object model
the model


documentation

Documentation documentation

Class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractType extends AbstractSchemaElement implements Serializable

Serialized Fields

schema

Schema schema
the shema


outputter

org.jdom.output.XMLOutputter outputter
the outputter


attributes

java.util.List<E> attributes
the list of attributes


Package com.ebmwebsourcing.commons.schema.impl

Class com.ebmwebsourcing.commons.schema.impl.Attribute extends AbstractAttribute<Attribute> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.ComplexType extends AbstractType<ComplexType,java.util.List<java.lang.String>> implements Serializable

serialVersionUID: 1L

Class com.ebmwebsourcing.commons.schema.impl.Documentation extends AbstractSchemaElement<Documentation> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.Element extends AbstractElement<Element> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.Import extends AbstractImport<Import> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.Include extends AbstractInclude<Include> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.Redefine extends AbstractInclude<Redefine> implements Serializable

serialVersionUID: 1L

Class com.ebmwebsourcing.commons.schema.impl.Schema extends AbstractSchema<Schema> implements Serializable

Class com.ebmwebsourcing.commons.schema.impl.SimpleType extends AbstractType<SimpleType,java.lang.String> implements Serializable

serialVersionUID: 1L



Copyright © 2008 eBM WebSourcing. All Rights Reserved.