public class TypeAttribute extends AttributeBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
List of allowed attribute names.
|
SCHEMA_NAMESPACE| Constructor and Description |
|---|
TypeAttribute(SchemaBase owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
getType()
Get type qualified name.
|
void |
setType(QName qname)
Set type qualified name.
|
getOwner, prevalidate, validatepublic static final StringArray s_allowedAttributes
public TypeAttribute(SchemaBase owner)
owner - owning elementCopyright © 2005-2013 jibx.org. All Rights Reserved.