| Modifier and Type | Field and Description |
|---|---|
com.sun.xml.xsom.XmlString |
defaultValue |
| Constructor and Description |
|---|
CTypeRef(CNonElement type,
QName elementName,
QName typeName,
boolean nillable,
com.sun.xml.xsom.XmlString defaultValue) |
CTypeRef(CNonElement type,
com.sun.xml.xsom.XSElementDecl decl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Inside XJC, use
defaultValue that has context information. |
static QName |
getSimpleTypeName(com.sun.xml.xsom.XSElementDecl decl) |
PropertyInfo<NType,NClass> |
getSource()
Gets the property which is the source of this reference.
|
QName |
getTagName()
The associated element name.
|
CNonElement |
getTarget()
Target of the reference.
|
QName |
getTypeName() |
boolean |
isLeaf() |
boolean |
isNillable()
Returns true if this element is nillable.
|
public CTypeRef(CNonElement type, com.sun.xml.xsom.XSElementDecl decl)
public CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, com.sun.xml.xsom.XmlString defaultValue)
public QName getTypeName()
public static QName getSimpleTypeName(com.sun.xml.xsom.XSElementDecl decl)
public CNonElement getTarget()
NonElementRefgetTarget in interface NonElementRef<NType,NClass>public QName getTagName()
TypeRefgetTagName in interface TypeRef<NType,NClass>public boolean isNillable()
TypeRefisNillable 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()
NonElementRefgetSource in interface NonElementRef<NType,NClass>Copyright © 2018 JBoss by Red Hat. All rights reserved.