| Modifier and Type | Field and Description |
|---|---|
XmlString |
defaultValue |
| Constructor and Description |
|---|
CTypeRef(CNonElement type,
QName elementName,
QName typeName,
boolean nillable,
XmlString defaultValue) |
CTypeRef(CNonElement type,
XSElementDecl decl) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public final XmlString defaultValue
public CTypeRef(CNonElement type, XSElementDecl decl)
public CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue)
public QName getTypeName()
public static QName getSimpleTypeName(XSElementDecl decl)
public CNonElement getTarget()
getTarget in interface NonElementRef<NType,NClass>public QName getTagName()
getTagName in interface TypeRef<NType,NClass>public boolean isNillable()
isNillable in interface TypeRef<NType,NClass>public String getDefaultValue()
defaultValue that has context information.
This method is to override the one defined in the runtime model.getDefaultValue in interface TypeRef<NType,NClass>defaultValuepublic boolean isLeaf()
public PropertyInfo<NType,NClass> getSource()
getSource in interface NonElementRef<NType,NClass>Copyright © 2017 Oracle Corporation. All rights reserved.