|
|||||||||
| 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.DecoratedPackageDeclaration
org.codehaus.enunciate.contract.jaxb.Schema
public class Schema
A package declaration decorated so as to be able to describe itself an XML-Schema root element.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
Schema(com.sun.mirror.declaration.PackageDeclaration delegate,
java.lang.Package pckg)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Schema schema)
Two "schemas" are equal if they decorate the same package. |
javax.xml.bind.annotation.XmlAccessOrder |
getAccessorOrder()
The default accessor order of the beans in this package. |
javax.xml.bind.annotation.XmlAccessType |
getAccessType()
The default access type for the beans in this package. |
javax.xml.bind.annotation.XmlNsForm |
getAttributeFormDefault()
The attribute form default of this namespace. |
javax.xml.bind.annotation.XmlNsForm |
getElementFormDefault()
The element form default of this namespace. |
java.lang.String |
getNamespace()
The namespace of this package, or null if none. |
java.util.Map<java.lang.String,java.lang.String> |
getSpecifiedNamespacePrefixes()
Gets the specified namespace prefixes for this package. |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedPackageDeclaration |
|---|
accept, getAnnotationTypes, getClasses, getEnums, getInterfaces, getQualifiedName |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
constructJavaDoc, equals, getAnnotation, 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 |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public Schema(com.sun.mirror.declaration.PackageDeclaration delegate,
java.lang.Package pckg)
| Method Detail |
|---|
public java.lang.String getNamespace()
public javax.xml.bind.annotation.XmlNsForm getElementFormDefault()
public javax.xml.bind.annotation.XmlNsForm getAttributeFormDefault()
public javax.xml.bind.annotation.XmlAccessType getAccessType()
public javax.xml.bind.annotation.XmlAccessOrder getAccessorOrder()
public java.util.Map<java.lang.String,java.lang.String> getSpecifiedNamespacePrefixes()
public int compareTo(Schema schema)
compareTo in interface java.lang.Comparable<Schema>schema - The schema to which to compare this schema.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||