KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > ws > jaxme > xs > jaxb > JAXBJavaTypeOwner


1 package org.apache.ws.jaxme.xs.jaxb;
2
3
4 /** Interface of an element providing a <code>jaxb:javaType</code>
5  * customization.
6  */

7 public interface JAXBJavaTypeOwner {
8     /** Returns the elements <code>jaxb:javaType</code> customization,
9      * if any, or null.
10      */

11     public JAXBJavaType getJAXBJavaType();
12 }
13
Popular Tags