01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2005.03.04 at 10:20:40 PST
06: //
07:
08: package com.nabhinc.portal.config.impl.runtime;
09:
10: import com.sun.msv.verifier.DocumentDeclaration;
11:
12: /**
13: * This interface is implemented by generated classes
14: * to indicate that the class supports validation.
15: */
16: public interface ValidatableObject extends XMLSerializable {
17: /** Gets the schema fragment associated with this class. */
18: DocumentDeclaration createRawValidator();
19:
20: /**
21: * Gets the main interface that this object implements.
22: *
23: * For example, <code>FooImpl</code> will return <code>Foo</code>
24: * from this method.
25: */
26: Class getPrimaryInterface();
27: }
|