public class SymbolSpace extends Object
That is, XJC'll require that the IDREF belongs to the same symbol space as the ID. Having this concept allows us to assign more specific type to IDREF.
See the design document for detail.
Constructor and Description |
---|
SymbolSpace(JCodeModel _codeModel) |
Modifier and Type | Method and Description |
---|---|
JType |
getType()
Gets the Java type of this symbol space.
|
void |
setType(JType _type) |
String |
toString() |
public SymbolSpace(JCodeModel _codeModel)
Copyright © 2019 JBoss by Red Hat. All rights reserved.