public interface NonElement<T,C> extends TypeInfo<T,C>
Modifier and Type | Field and Description |
---|---|
static QName |
ANYTYPE_NAME |
Modifier and Type | Method and Description |
---|---|
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. |
canBeReferencedByIDREF, getType
getLocation, getUpstream
static final QName ANYTYPE_NAME
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 JBoss by Red Hat. All rights reserved.