ArrayInfo<T,C>, BuiltinLeafInfo<T,C>, ClassInfo<T,C>, EnumLeafInfo<T,C>, LeafInfo<T,C>, MaybeElement<T,C>public interface NonElement<T,C> extends TypeInfo<T,C>
| Modifier and Type | Field | Description |
|---|---|---|
static javax.xml.namespace.QName |
ANYTYPE_NAME |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.namespace.QName |
getTypeName() |
Gets the primary XML type ANYTYPE_NAME of the class.
|
boolean |
isSimpleType() |
Returns true if this
NonElement maps to text in XML,
without any attribute nor child elements. |
getLocation, getUpstreamcanBeReferencedByIDREF, getTypejavax.xml.namespace.QName getTypeName()
A Java type can be mapped to multiple XML types, but one of them is considered "primary" and used when we generate a schema.
boolean isSimpleType()
NonElement maps to text in XML,
without any attribute nor child elements.Copyright © 2017 Oracle Corporation. All rights reserved.