|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.errors.XBRLAssertionResult
public class XBRLAssertionResult
| Constructor Summary | |
|---|---|
XBRLAssertionResult(XBRLFormulaResource assertion,
boolean result,
XBRLInstance inputInstance,
XBRLInstance afterFormulaInstance)
This method can be used to create an XBRLAssertionResult while looking if the XBRLAssertion contains a specific user defined message. |
|
| Method Summary | |
|---|---|
XBRLInstance |
getAfterFormulaInstance()
Access to the XBRL Report that was created after the evaluation of the variable set Returns null if the DTS Property FORMULA_PROCESSOR_RETAIN_AFTER_FORMULA_INTANCE_ON_ASSERTION_RESULTS is false |
java.lang.String |
getAssertionID()
|
XBRLInstance |
getInputInstance()
Acess to the XBRL Input instance document on this assertion. |
java.lang.String |
getMessage()
|
boolean |
isNotOk()
|
boolean |
isOK()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLAssertionResult(XBRLFormulaResource assertion,
boolean result,
XBRLInstance inputInstance,
XBRLInstance afterFormulaInstance)
throws XFValidationException
assertion - result -
XFValidationException| Method Detail |
|---|
public java.lang.String getAssertionID()
public boolean isOK()
public boolean isNotOk()
public java.lang.String getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic XBRLInstance getInputInstance()
Returns null if the DTS Property FORMULA_PROCESSOR_RETAIN_INPUT_INTANCE_ON_ASSERTION_RESULTS is false
public XBRLInstance getAfterFormulaInstance()
Returns null if the DTS Property FORMULA_PROCESSOR_RETAIN_AFTER_FORMULA_INTANCE_ON_ASSERTION_RESULTS is false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||