public interface JAXBClass extends XsObject
This interface implements the JAXB class bindings.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImplClass()
Returns the implementations class name, including a package
name.
|
JAXBJavadoc |
getJavadoc()
Returns the classes JavaDoc documentation.
|
java.lang.String |
getName()
Returns the classes name, without the package.
|
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
java.lang.String getName()
Returns the classes name, without the package. The package name is specified by the schema bindings package declaration.
java.lang.String getImplClass()
Returns the implementations class name, including a package name.
JAXBJavadoc getJavadoc()
Returns the classes JavaDoc documentation.