com.sun.tools.xjc.model
public final class CTypeRef extends Object implements TypeRef<NType,NClass>
Field Summary | |
---|---|
XmlString | defaultValue |
CNonElement | type
In-memory type.
|
QName | typeName
XML Schema type name of type, if available. |
Constructor Summary | |
---|---|
CTypeRef(CNonElement type, XSElementDecl decl) | |
CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue) |
Method Summary | |
---|---|
String | getDefaultValue()
Inside XJC, use defaultValue that has context information.
|
static QName | getSimpleTypeName(XSElementDecl decl) |
PropertyInfo<NType,NClass> | getSource() |
QName | getTagName() |
CNonElement | getTarget() |
QName | getTypeName() |
boolean | isLeaf() |
boolean | isNillable() |
See Also: defaultValue