001// 002// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:15 PM(kohsuke)-fcs 003// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 004// Any modifications to this file will be lost upon recompilation of the source schema. 005// Generated on: 2012.10.03 at 04:27:47 AM CEST 006// 007 008package org.jdtaus.mojo.resource.model.impl.runtime; 009 010import com.sun.msv.verifier.DocumentDeclaration; 011 012/** 013 * This interface is implemented by generated classes 014 * to indicate that the class supports validation. 015 */ 016public interface ValidatableObject extends XMLSerializable 017{ 018 /** Gets the schema fragment associated with this class. */ 019 DocumentDeclaration createRawValidator(); 020 021 /** 022 * Gets the main interface that this object implements. 023 * 024 * For example, <code>FooImpl</code> will return <code>Foo</code> 025 * from this method. 026 */ 027 Class getPrimaryInterface(); 028}