| Modifier and Type | Field | Description |
|---|---|---|
com.sun.xml.xsom.XmlString |
defaultValue |
| Constructor | Description |
|---|---|
CTypeRef(CNonElement type,
com.sun.xml.xsom.XSElementDecl decl) |
|
CTypeRef(CNonElement type,
javax.xml.namespace.QName elementName,
javax.xml.namespace.QName typeName,
boolean nillable,
com.sun.xml.xsom.XmlString defaultValue) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDefaultValue() |
Inside XJC, use
defaultValue that has context information. |
static javax.xml.namespace.QName |
getSimpleTypeName(com.sun.xml.xsom.XSElementDecl decl) |
|
PropertyInfo<NType,NClass> |
getSource() |
|
javax.xml.namespace.QName |
getTagName() |
|
CNonElement |
getTarget() |
|
javax.xml.namespace.QName |
getTypeName() |
|
boolean |
isLeaf() |
|
boolean |
isNillable() |
public CTypeRef(CNonElement type, com.sun.xml.xsom.XSElementDecl decl)
public CTypeRef(CNonElement type, javax.xml.namespace.QName elementName, javax.xml.namespace.QName typeName, boolean nillable, com.sun.xml.xsom.XmlString defaultValue)
public javax.xml.namespace.QName getTypeName()
public static javax.xml.namespace.QName getSimpleTypeName(com.sun.xml.xsom.XSElementDecl decl)
public CNonElement getTarget()
getTarget in interface NonElementRef<NType,NClass>public javax.xml.namespace.QName getTagName()
getTagName in interface TypeRef<NType,NClass>public boolean isNillable()
isNillable in interface TypeRef<NType,NClass>public java.lang.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 © 2018 Oracle Corporation. All rights reserved.