|
||||||
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.DefRefAttributeGroup
public class DefRefAttributeGroup
Schema defRef attribute group.
Field Summary | |
---|---|
private java.lang.String |
m_name
Name definition. |
private QName |
m_ref
Reference definition. |
static StringArray |
s_allowedAttributes
List of allowed attribute names. |
Fields inherited from interface org.jibx.schema.IComponent |
---|
SCHEMA_NAMESPACE |
Constructor Summary | |
---|---|
DefRefAttributeGroup(SchemaBase owner)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get 'name' attribute value. |
QName |
getRef()
Get 'ref' attribute value. |
void |
prevalidate(ValidationContext vctx)
Prevalidate component information. |
void |
setName(java.lang.String name)
Set 'name' attribute value. |
void |
setRef(QName ref)
Set 'ref' attribute value. |
private static DefRefAttributeGroup |
unmarshalFactory(IUnmarshallingContext ictx)
Factory method for use during unmarshalling. |
Methods inherited from class org.jibx.schema.attributes.AttributeBase |
---|
getOwner, 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 java.lang.String m_name
private QName m_ref
Constructor Detail |
---|
public DefRefAttributeGroup(SchemaBase owner)
owner
- owning elementMethod Detail |
---|
private static DefRefAttributeGroup unmarshalFactory(IUnmarshallingContext ictx)
ictx
-
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public QName getRef()
public void setRef(QName ref)
ref
- public void prevalidate(ValidationContext vctx)
AttributeBase
prevalidate
in interface IComponent
prevalidate
in class AttributeBase
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |