public abstract class XBRLFact extends XMLFragment
Constructor and Description |
---|
XBRLFact() |
Modifier and Type | Method and Description |
---|---|
XBRLConcept |
getConcept()
Gets the concept.
|
java.util.Set<XBRLRelationship> |
getFrom()
Gets the from.
|
XBRLInstance |
getInstance()
Gets the single instance of XBRLFact.
|
XBRLFactList |
getParent()
Gets the parent.
|
java.util.Set<XBRLRelationship> |
getTo()
Gets the to.
|
boolean |
isNill()
Checks if is nill.
|
void |
setConcept(XBRLConcept concept)
Sets the concept.
|
void |
setFrom(java.util.Set<XBRLRelationship> from)
Sets the from.
|
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value.
|
void |
setInstance(XBRLInstance instance)
Sets the instance.
|
void |
setNill(boolean nill)
Sets the nill.
|
void |
setParent(XBRLFactList parent)
Sets the parent.
|
void |
setTo(java.util.Set<XBRLRelationship> to)
Sets the to.
|
addAttribute, addChildren, equals, getAttributes, getChildren, getNamespaces, hashCode, removeAttribute, removeChildren, setNamespaces
public XBRLInstance getInstance()
public void setInstance(XBRLInstance instance)
instance
- the new instancepublic XBRLFactList getParent()
public void setParent(XBRLFactList parent)
parent
- the container to setpublic XBRLConcept getConcept()
public void setConcept(XBRLConcept concept)
concept
- the concept to setpublic boolean isNill()
public void setNill(boolean nill)
nill
- the isNil to setpublic java.util.Set<XBRLRelationship> getFrom()
public void setFrom(java.util.Set<XBRLRelationship> from)
from
- the from to setpublic java.util.Set<XBRLRelationship> getTo()
public void setTo(java.util.Set<XBRLRelationship> to)
to
- the to to setpublic 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