|
||||||||||
| 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 | |
|---|---|
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 | |
|---|---|
String |
getName()
Get 'name' attribute value. |
QName |
getRef()
Get 'ref' attribute value. |
void |
prevalidate(ValidationContext vctx)
Prevalidate component information. |
void |
setName(String name)
Set 'name' attribute value. |
void |
setRef(QName ref)
Set 'ref' attribute value. |
| 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
| Constructor Detail |
|---|
public DefRefAttributeGroup(SchemaBase owner)
owner - owning element| Method Detail |
|---|
public String getName()
public void setName(String name)
name - public QName getRef()
public void setRef(QName ref)
ref - public void prevalidate(ValidationContext vctx)
AttributeBase
prevalidate in interface IComponentprevalidate in class AttributeBasevctx - validation context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||