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, setURIaddAttribute, addChildren, getAttributes, getChildren, getNamespaces, removeAttribute, removeChildren, setNamespacespublic 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()
XBRLFactListgetFacts in interface XBRLFactListpublic boolean addFact(XBRLFact fact)
XBRLFactListaddFact in interface XBRLFactListfact - the fact to be added to the collectionpublic boolean removeFact(XBRLFact fact)
XBRLFactListremoveFact in interface XBRLFactListfact - 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