|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.schema.elements.SchemaBase
org.jibx.schema.elements.OpenAttrBase
org.jibx.schema.elements.AnnotatedBase
org.jibx.schema.elements.AttributeElement
public class AttributeElement
Base representation for both local and global attribute element definition.
| Field Summary | |
|---|---|
static int |
OPTIONAL_USE
|
static int |
PROHIBITED_USE
|
static int |
REQUIRED_USE
|
static StringArray |
s_allowedAttributes
List of allowed attribute names. |
static EnumSet |
s_useValues
|
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
AttributeElement()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDefault()
Get 'default' attribute value. |
QName |
getEffectiveQName()
Get effective qualified name for attribute (whether defined directly, or by reference). |
String |
getFixed()
Get 'fixed' attribute value. |
int |
getForm()
Get 'form' attribute type code. |
String |
getFormText()
Get 'form' attribute name value. |
String |
getName()
Get 'name' attribute value. |
QName |
getQName()
Get qualified name set directly on attribute. |
QName |
getRef()
Get 'ref' attribute value. |
AttributeElement |
getReference()
Get the referenced attribute declaration. |
QName |
getType()
Get 'type' attribute value. |
CommonTypeDefinition |
getTypeDefinition()
Get type definition. |
int |
getUse()
Get 'use' attribute type code. |
String |
getUseText()
Get 'use' attribute text. |
boolean |
isInlineType()
Check if the attribute uses an inline type definition. |
protected void |
preset(IUnmarshallingContext ictx)
Pre-set method to be called by data binding while parsing element start tag. |
void |
prevalidate(ValidationContext vctx)
Prevalidate component information. |
void |
setDefault(String dflt)
Set the 'default' attribute value. |
void |
setFixed(String fixed)
Set 'fixed' attribute value. |
void |
setForm(int type)
Set 'form' attribute type code. |
void |
setName(String name)
Set 'name' attribute value. |
void |
setRef(QName ref)
Set 'ref' attribute value. |
void |
setType(QName type)
Set 'type' attribute value. |
void |
setTypeDefinition(CommonTypeDefinition def)
Set type definition. |
void |
setUse(int code)
Set 'use' attribute type code. |
void |
validate(ValidationContext vctx)
Validate component information. |
| Methods inherited from class org.jibx.schema.elements.AnnotatedBase |
|---|
getAnnotation, getId, setAnnotation, setId |
| Methods inherited from class org.jibx.schema.elements.OpenAttrBase |
|---|
addExtraAttribute, clearExtraAttributes, compactChildren, detachChild, getChild, getChildCount, getChildIterator, getChildrenWritable, getExtraAttributes, preget, replaceChild, validateAttributes |
| Methods inherited from class org.jibx.schema.elements.SchemaBase |
|---|
addNamespaceDeclaration, bit, clearNamespaceDeclarations, getExtension, getNamespaceDeclarations, getParent, getSchema, isGlobal, name, readNamespaces, setExtension, setParent, type, validateAttributes, writeNamespaces |
| 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
public static final int OPTIONAL_USE
public static final int PROHIBITED_USE
public static final int REQUIRED_USE
public static final EnumSet s_useValues
| Constructor Detail |
|---|
public AttributeElement()
| Method Detail |
|---|
protected void preset(IUnmarshallingContext ictx)
throws JiBXException
SchemaBase
preset in class SchemaBaseictx - unmarshalling context
JiBXException - on errorpublic QName getType()
null if not set)public void setType(QName type)
type - (null if not set)public String getDefault()
null if not set)public void setDefault(String dflt)
dflt - (null if not set)public String getFixed()
null if not set)public void setFixed(String fixed)
fixed - (null if not set)public int getUse()
public void setUse(int code)
code - (-1 to unset)public String getUseText()
null if not set)public QName getQName()
getQName in interface INamednull if a reference)public QName getEffectiveQName()
public AttributeElement getReference()
null if not a
referencepublic boolean isInlineType()
true if inline, false if notpublic CommonTypeDefinition getTypeDefinition()
public void setTypeDefinition(CommonTypeDefinition def)
def - type definitionpublic String getName()
getName in interface INamedDefRefAttributeGroup.getName()public QName getRef()
getRef in interface IReferenceDefRefAttributeGroup.getRef()public void setName(String name)
name - DefRefAttributeGroup.setName(java.lang.String)public void setRef(QName ref)
ref - DefRefAttributeGroup.setRef(org.jibx.runtime.QName)public int getForm()
FormChoiceAttribute.getForm()public String getFormText()
FormChoiceAttribute.getFormText()public void setForm(int type)
type - FormChoiceAttribute.setForm(int)public void prevalidate(ValidationContext vctx)
SchemaBase
prevalidate in interface IComponentprevalidate in class AnnotatedBasevctx - validation contextpublic void validate(ValidationContext vctx)
SchemaBaseSchemaBase.prevalidate(org.jibx.schema.validation.ValidationContext) method will always be called for every
component in the schema definition before this method is called for any component. This empty base class
implementation should be overridden by each subclass that requires validation handling.
validate in interface IComponentvalidate in class SchemaBasevctx - validation context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||