public abstract class Type extends TypeEntry
componentType, containedAttributes, containedElements, dims, isBaseType, isSimpleType, itemQName, node, onlyLiteralReference, refType, types, undefined, underlTypeNillable
name, qname
Modifier | Constructor and Description |
---|---|
protected |
Type(QName pqName)
Create a Type object for an xml construct name that represents a base type
|
protected |
Type(QName pqName,
Node pNode)
Create a Type object for an xml construct that is not a base type
|
protected |
Type(QName pqName,
TypeEntry refType,
Node pNode,
String dims)
Create a TypeEntry object for an xml construct that references a type that has
not been defined yet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isGenerated() |
void |
setGenerated(boolean b) |
getBaseType, getComponentType, getContainedAttributes, getContainedElements, getDimensions, getItemQName, getNestedTypes, getNode, getRefType, getUndefinedTypeRef, getUnderlTypeNillable, isBaseType, isOnlyLiteralReferenced, isSimpleType, setBaseType, setComponentType, setContainedAttributes, setContainedElements, setItemQName, setOnlyLiteralReference, setRefType, setSimpleType, setUnderlTypeNillable, toString, updateUndefined
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString
protected Type(QName pqName)
pqName
- protected Type(QName pqName, TypeEntry refType, Node pNode, String dims)
pqName
- refType
- pNode
- dims
- Copyright © The Apache Software Foundation. All Rights Reserved.