public class XBRLInstance extends XBRLDocument implements XBRLFactList
Constructor and Description |
---|
XBRLInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
addFact(XBRLFact fact)
Adds the fact.
|
boolean |
addFootnoteLink(XBRLExtendedLink footnoteLink)
Adds the footnote link.
|
java.util.Collection<XBRLFact> |
getFacts()
Gets the facts.
|
java.util.Set<XBRLExtendedLink> |
getFootnoteLinks()
Gets the footnote links.
|
java.util.Set<XBRLLinkbase> |
getLinkbases()
Gets the linkbases.
|
java.util.Set<XBRLTaxonomy> |
getSchemas()
Gets the schemas.
|
boolean |
removeFact(XBRLFact fact)
Removes the fact.
|
boolean |
removeFootnoteLink(XBRLExtendedLink footnoteLink)
Removes the footnote link.
|
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value.
|
void |
setLinkbases(java.util.Set<XBRLLinkbase> linkbases)
Sets the linkbases.
|
void |
setSchemas(java.util.Set<XBRLTaxonomy> schemas)
Sets the schemas.
|
equals, getContent, getURI, hashCode, setContent, setURI
addAttribute, addChildren, getAttributes, getChildren, getNamespaces, removeAttribute, removeChildren, setNamespaces
public java.util.Set<XBRLTaxonomy> getSchemas()
public void setSchemas(java.util.Set<XBRLTaxonomy> schemas)
schemas
- the schemas to setpublic java.util.Set<XBRLLinkbase> getLinkbases()
public void setLinkbases(java.util.Set<XBRLLinkbase> linkbases)
linkbases
- the linkbases to setpublic java.util.Set<XBRLExtendedLink> getFootnoteLinks()
public boolean addFootnoteLink(XBRLExtendedLink footnoteLink)
footnoteLink
- the footnote linkpublic boolean removeFootnoteLink(XBRLExtendedLink footnoteLink)
footnoteLink
- the footnote linkpublic java.util.Collection<XBRLFact> getFacts()
XBRLFactList
getFacts
in interface XBRLFactList
public boolean addFact(XBRLFact fact)
XBRLFactList
addFact
in interface XBRLFactList
fact
- the fact to be added to the collectionpublic boolean removeFact(XBRLFact fact)
XBRLFactList
removeFact
in interface XBRLFactList
fact
- the fact to be removed from the collectionpublic void setHash(java.lang.Integer value)
value
- the new hashCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa