public interface PackageOutline
Outline
.Modifier and Type | Method and Description |
---|---|
JPackage |
_package()
The exposed package this context is representing.
|
XmlNsForm |
getAttributeFormDefault()
The attribute form default for this package.
|
Set<? extends ClassOutline> |
getClasses()
Gets
ClassOutline s whose ClassOutline._package()
points to this object. |
XmlNsForm |
getElementFormDefault()
The element form default for this package.
|
String |
getMostUsedNamespaceURI()
The namespace URI most commonly used in classes in this package.
|
JDefinedClass |
objectFactory()
Generated ObjectFactory from package.
|
ObjectFactoryGenerator |
objectFactoryGenerator()
Generates an ObjectFactory class for this package.
|
JPackage _package()
An exposed package is a package visible to users, a package supposed to be used by client applications. Sometime we have another parallel package that's not visible to users.
JDefinedClass objectFactory()
ObjectFactoryGenerator objectFactoryGenerator()
Set<? extends ClassOutline> getClasses()
ClassOutline
s whose ClassOutline._package()
points to this object.String getMostUsedNamespaceURI()
XmlSchema.namespace()
.
Null if no default
XmlNsForm getElementFormDefault()
The value is computed by examining what would yield the smallest generated code.
XmlNsForm getAttributeFormDefault()
The value is computed by examining what would yield the smallest generated code.
Copyright © 2017 JBoss by Red Hat. All rights reserved.