ArrayInfo<T,C>
, BuiltinLeafInfo<T,C>
, CClass
, ClassInfo<T,C>
, CNonElement
, EnumLeafInfo<T,C>
, LeafInfo<T,C>
, MaybeElement<T,C>
, RuntimeArrayInfo
, RuntimeBuiltinLeafInfo
, RuntimeClassInfo
, RuntimeEnumLeafInfo
, RuntimeLeafInfo
, RuntimeNonElement
ArrayInfoImpl
, BuiltinLeafInfoImpl
, CArrayInfo
, CBuiltinLeafInfo
, CClassInfo
, CClassRef
, CEnumLeafInfo
, ClassInfoImpl
, RuntimeBuiltinLeafInfoImpl
public interface NonElement<T,C> extends TypeInfo<T,C>
Modifier and Type | Field | Description |
---|---|---|
static QName |
ANYTYPE_NAME |
Modifier and Type | Method | 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. |
getLocation, getUpstream
canBeReferencedByIDREF, getType
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 © 2018 Oracle Corporation. All rights reserved.