public class SymbolSpace
extends java.lang.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(com.sun.codemodel.JCodeModel _codeModel) |
public com.sun.codemodel.JType getType()
A symbol space is said to have a Java type X if all classes pointed by IDs belonging to this symbol space are assignable to X.
public void setType(com.sun.codemodel.JType _type)
public java.lang.String toString()
toString
in class java.lang.Object