com.sun.tools.xjc.generator.bean
public final class PackageOutlineImpl extends Object implements PackageOutline
Field Summary | |
---|---|
Set<ClassOutlineImpl> | classes |
Constructor Summary | |
---|---|
protected | PackageOutlineImpl(BeanGenerator outline, Model model, JPackage _pkg) |
Method Summary | |
---|---|
void | calcDefaultValues()
Compute the most common namespace URI in this package
(to put into XmlSchema#namespace() and what value
we should put into XmlSchema#elementFormDefault().
|
Set<ClassOutlineImpl> | getClasses() |
XmlNsForm | getElementFormDefault()
The element form default for this package.
|
String | getMostUsedNamespaceURI()
The namespace URI most commonly used in classes in this package.
|
JDefinedClass | objectFactory() |
ObjectFactoryGenerator | objectFactoryGenerator() |
JPackage | _package() |
The value is computed by examining what would yield the smallest generated code.
Null if no default
See Also: .