com.sun.xml.bind.v2.model.core
Interface RegistryInfo<T,C>


public interface RegistryInfo<T,C>

Represents the information in a class with XmlRegistry annotaion.

This interface is only meant to be used as a return type from ModelBuilder.

Author:
Kohsuke Kawaguchi

Method Summary
 C getClazz()
          Returns the class with XmlRegistry.
 Set<TypeInfo<T,C>> getReferences()
          Returns all the references to other types in this registry.
 

Method Detail

getReferences

Set<TypeInfo<T,C>> getReferences()
Returns all the references to other types in this registry.


getClazz

C getClazz()
Returns the class with XmlRegistry.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.