|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
org.codehaus.enunciate.contract.jaxb.RootElementDeclaration
public class RootElementDeclaration
A class declaration decorated so as to be able to describe itself as an XML-Schema root element declaration.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
RootElementDeclaration(com.sun.mirror.declaration.ClassDeclaration delegate,
TypeDefinition typeDefinition)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClientSimpleName()
The simple name for client-side code generation. |
java.lang.String |
getName()
The name of the xml element declaration. |
java.lang.String |
getNamespace()
The namespace of the xml element. |
Schema |
getPackage()
|
javax.xml.namespace.QName |
getQname()
The qname of the element. |
Schema |
getSchema()
The schema for this complex type. |
TypeDefinition |
getTypeDefinition()
The type definition for this root element. |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration |
|---|
accept, getAnnotation, getConstructors, getMethods, getSuperclass, isClass |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration |
|---|
getFields, getFormalTypeParameters, getNestedTypes, getProperties, getQualifiedName, getSuperinterfaces, isAnnotatedType, isEnum, isInterface, isPaired |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
constructJavaDoc, equals, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Methods inherited from interface com.sun.mirror.declaration.TypeDeclaration |
|---|
getFields, getFormalTypeParameters, getNestedTypes, getQualifiedName, getSuperinterfaces |
| Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
|---|
getDeclaringType |
| Constructor Detail |
|---|
public RootElementDeclaration(com.sun.mirror.declaration.ClassDeclaration delegate,
TypeDefinition typeDefinition)
| Method Detail |
|---|
public TypeDefinition getTypeDefinition()
public java.lang.String getName()
getName in interface ElementDeclarationpublic java.lang.String getNamespace()
getNamespace in interface ElementDeclarationpublic javax.xml.namespace.QName getQname()
getQname in interface ElementDeclarationpublic java.lang.String getClientSimpleName()
public Schema getSchema()
public Schema getPackage()
getPackage in interface com.sun.mirror.declaration.TypeDeclarationgetPackage in class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||