Public Member Functions | Protected Attributes | Static Protected Attributes | Package Attributes

cl.utfsm.acs.ebe.ErrorSchema Class Reference

Inheritance diagram for cl.utfsm.acs.ebe.ErrorSchema:
cl.utfsm.acs.xml.CommonSchema

List of all members.

Public Member Functions

 ErrorSchema ()
AcsComplexType getTypeSchema ()
AcsComplexType getCompletionSchema ()
AcsComplexType getErrorSchema ()
void fillSchema ()

Protected Attributes

Document errorDoc

Static Protected Attributes

static String ERROR_XSD = "ACSError.xsd"

Package Attributes

AcsComplexType typeSchema
AcsComplexType completionSchema
AcsComplexType errorSchema

Detailed Description

This schema definition reads the ERROR_XSD schema file. Also reads the common types from his parent class. There is three definitions of the type, completions and error.

Author:
Mauricio Araya (maray[at]inf.utfsm.cl)

Constructor & Destructor Documentation


Member Function Documentation

AcsComplexType cl.utfsm.acs.ebe.ErrorSchema.getCompletionSchema (  ) 

Get the completion shema.

Returns:
completion type

References cl.utfsm.acs.ebe.ErrorSchema.completionSchema.

Referenced by cl.utfsm.acs.ebe.EbeDocumentManager.EbeDocumentManager().

AcsComplexType cl.utfsm.acs.ebe.ErrorSchema.getErrorSchema (  ) 

Get the error shema.

Returns:
error type

References cl.utfsm.acs.ebe.ErrorSchema.errorSchema.

Referenced by cl.utfsm.acs.ebe.EbeDocumentManager.EbeDocumentManager().

AcsComplexType cl.utfsm.acs.ebe.ErrorSchema.getTypeSchema (  ) 

Get the type shema.

Returns:
type type :P

References cl.utfsm.acs.ebe.ErrorSchema.typeSchema.

Referenced by cl.utfsm.acs.ebe.EbeDocumentManager.EbeDocumentManager().


Member Data Documentation

String cl.utfsm.acs.ebe.ErrorSchema.ERROR_XSD = "ACSError.xsd" [static, protected]

The ACSERROR XSD files

Referenced by cl.utfsm.acs.ebe.ErrorSchema.ErrorSchema().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties