|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlAttribute
Interface for all xbrl atributes used in xbrl elements.
Has a FullyQualifiedName. The name does NOT have a defaultnamespace that is taken from the element the attribute resides in. The attributes value can be a FullyQualified name.
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Get the default value for this Attribute. |
FullyQualifiedName |
getFullyQualifiedNameValue()
The value can be a FullyQualified name. |
FullyQualifiedName |
getName()
Get the attributes name. |
java.lang.String |
getValue()
Get the attributes value as a String. |
boolean |
isBoolean()
Determine if this XmlParticleImpl represents a boolean type. |
boolean |
isDefaultValue()
Determine if this attributes value is the defaultvalue. |
boolean |
isNumber()
Determine if this XmlParticleImpl represents a numeric type. |
boolean |
s_equal(ComparablePart other)
Determine if the other is Structure equal to this. |
void |
setDefaultValue(java.lang.String defaultValue)
SetImpl the default value for this atttribute. |
void |
setName(FullyQualifiedName name)
SetImpl the attributes name. |
void |
setValue(java.lang.String value)
SetImpl the attributes value. |
boolean |
toBoolean()
Convert this XmlParticleImpl to a boolean type. |
double |
toNumber()
Convert this XmlParticleImpl to a double type. |
java.lang.String |
toString()
Convert this object to a string representation. |
boolean |
v_equal(ComparablePart other)
Determine if the other is Value equal to this. |
| Methods inherited from interface com.batavia.xml.XmlParticle |
|---|
destroy, getBaseUri, getNameSpace, getParent, getPrefix, getTargetNameSpace, p_equal, resolveNamespacePrefix, setParent, toXstring |
| Methods inherited from interface com.batavia.xml.ComparablePart |
|---|
c_equal, identical, u_equal, x_equal |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.relaxng.datatype.ValidationContext |
|---|
isNotation, isUnparsedEntity |
| Method Detail |
|---|
java.lang.String getDefaultValue()
FullyQualifiedName getFullyQualifiedNameValue()
FullyQualifiedName getName()
java.lang.String getValue()
boolean isBoolean()
isBoolean in interface XmlParticleboolean isDefaultValue()
boolean isNumber()
isNumber in interface XmlParticleboolean s_equal(ComparablePart other)
s_equal in interface ComparablePartother - another ComparablePart object
void setDefaultValue(java.lang.String defaultValue)
defaultValue - The defaultValue to set.void setName(FullyQualifiedName name)
name - The name to set.void setValue(java.lang.String value)
value - The value to set.boolean toBoolean()
double toNumber()
java.lang.String toString()
toString in class java.lang.Objectboolean v_equal(ComparablePart other)
v_equal in interface ComparablePartother - another ComparablePart object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||