|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.attributes.AttributeBase
org.jibx.schema.attributes.TypeAttribute
public class TypeAttribute
Global type reference as an attribute.
| Field Summary | |
|---|---|
private QName |
m_qname
Qualified name of type. |
static StringArray |
s_allowedAttributes
List of allowed attribute names. |
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
TypeAttribute(SchemaBase owner)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jibx.schema.attributes.AttributeBase |
|---|
getOwner, prevalidate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringArray s_allowedAttributes
private QName m_qname
| Constructor Detail |
|---|
public TypeAttribute(SchemaBase owner)
owner - owning element| Method Detail |
|---|
private static TypeAttribute unmarshalFactory(IUnmarshallingContext ictx)
ictx -
public QName getType()
public void setType(QName qname)
qname - type qualified name
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||