public class DefRefAttributeGroup extends AttributeBase
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_name
Name definition.
|
private QName |
m_ref
Reference definition.
|
static StringArray |
s_allowedAttributes
List of allowed attribute names.
|
SCHEMA_NAMESPACE
Constructor and Description |
---|
DefRefAttributeGroup(SchemaBase owner)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getOwner, validate
public static final StringArray s_allowedAttributes
private java.lang.String m_name
private QName m_ref
public DefRefAttributeGroup(SchemaBase owner)
owner
- owning elementprivate 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