com.ihr.xbrl.pojo
Class XBRLInstance
java.lang.Object
com.ihr.xbrl.pojo.XMLNode
com.ihr.xbrl.pojo.XMLFragment
com.ihr.xbrl.pojo.XBRLDocument
com.ihr.xbrl.pojo.XBRLInstance
- All Implemented Interfaces:
- HasId, XBRLFactList, java.io.Serializable
public class XBRLInstance
- extends XBRLDocument
- implements XBRLFactList
- Author:
- Ignacio
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
XBRLInstance
public XBRLInstance()
getSchemas
public java.util.Set<XBRLTaxonomy> getSchemas()
- Returns:
- the schemas
setSchemas
public void setSchemas(java.util.Set<XBRLTaxonomy> schemas)
- Parameters:
schemas - the schemas to set
getLinkbases
public java.util.Set<XBRLLinkbase> getLinkbases()
- Returns:
- the linkbases
setLinkbases
public void setLinkbases(java.util.Set<XBRLLinkbase> linkbases)
- Parameters:
linkbases - the linkbases to set
getFootnoteLinks
public java.util.Set<XBRLExtendedLink> getFootnoteLinks()
- Returns:
- the footnoteLinks
addFootnoteLink
public boolean addFootnoteLink(XBRLExtendedLink footnoteLink)
removeFootnoteLink
public boolean removeFootnoteLink(XBRLExtendedLink footnoteLink)
getFacts
public java.util.Collection<XBRLFact> getFacts()
- Specified by:
getFacts in interface XBRLFactList
- Returns:
- the facts
addFact
public boolean addFact(XBRLFact fact)
- Specified by:
addFact in interface XBRLFactList
- Parameters:
fact - the fact to be added to the collection
- Returns:
- boolean true if successfully added
removeFact
public boolean removeFact(XBRLFact fact)
- Specified by:
removeFact in interface XBRLFactList
- Parameters:
fact - the fact to be removed from the collection
- Returns:
- boolean true if successfully removed
setHash
public void setHash(java.lang.Integer value)
- Method used by hibernate to set the value
- Parameters:
value -
Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa