IComponentpublic class TypeAttribute extends AttributeBase
| Modifier and Type | Field | Description |
|---|---|---|
private QName |
m_qname |
Qualified name of type.
|
static StringArray |
s_allowedAttributes |
List of allowed attribute names.
|
SCHEMA_NAMESPACE| Constructor | Description |
|---|---|
TypeAttribute(SchemaBase owner) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
QName |
getType() |
Get type qualified name.
|
void |
setType(QName qname) |
Set type qualified name.
|
private static TypeAttribute |
unmarshalFactory(IUnmarshallingContext ictx) |
Factory method for use during unmarshalling.
|
getOwner, prevalidate, validatepublic static final StringArray s_allowedAttributes
private QName m_qname
public TypeAttribute(SchemaBase owner)
owner - owning elementprivate static TypeAttribute unmarshalFactory(IUnmarshallingContext ictx)
ictx - public QName getType()
public void setType(QName qname)
qname - type qualified name