com.batavia.xbrl.taxonomy.type
Interface GroupRefElement
- All Superinterfaces:
- java.lang.Comparable, ComparablePart, ContentCreator, IdKeeper, RestrictionElement, java.io.Serializable, TaxonomyElement, org.relaxng.datatype.ValidationContext, XbrlElement, XmlElement, XmlParticle
public interface GroupRefElement
- extends RestrictionElement, ContentCreator
Ref elements to groups for restrictions in XBRL environment
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
- Author:
- Ron van Ardenne
| Methods inherited from interface com.batavia.xml.XmlElement |
addAttribute, addChild, addChildren, addComment, addMessage, addNameSpace, clearMessages, fromXml, getAttribute, getAttribute, getAttributeSet, getChild, getChildren, getChildren, getDefaultNameSpace, getDocumentHref, getErrorMessage, getFullyQualifiedNameValue, getMappedChildren, getMessages, getName, getNameSpace, getNameSpacePrefixes, getNameSpaces, getPointedElement, getValidXmlBase, getValue, getXmlElementNameSpace, getXmlRoot, isValid, moveChild, removeAttribute, removeChild, resolvePointedValue, resolvePointedXmlParticle, setAttributeValue, setChildren, setDocumentHref, setErrorMessage, setInit, setName, setTargetNameSpace, setValue, toXml, toXml, toXmlStream, toXmlString, toXstringBuffer, validate |
| Methods inherited from interface com.batavia.xml.XmlParticle |
destroy, getBaseUri, getParent, getPrefix, getTargetNameSpace, isBoolean, isNumber, p_equal, resolveNamespacePrefix, setParent, toXstring |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface org.relaxng.datatype.ValidationContext |
isNotation, isUnparsedEntity |
getRef
XmlAttribute getRef()
- Returns:
- Returns the ref.
setRef
void setRef(XmlAttribute ref)
- Parameters:
ref - The ref to set.
createContents
void createContents(InstanceElement returnValue,
Xbrl aRoot,
boolean includeDefaultValues,
java.util.List contextList,
boolean includeFootnotes)
- Create the contents of the returnValue argument based on the concepts in this object
- Specified by:
createContents in interface ContentCreator
- Parameters:
returnValue - aRoot - unit - context -