public class XBRLInconsistencyCalculationMismatch extends XBRLInconsistency implements LinkableErrorMessage
XBRLInconsistency.ContributorASSERTION_EVALUATION_FAILED, CALCULATION_COMPARISON_OF_NUMBER_WITH_ZERO_PRECISION_ZERO, CALCULATION_INCONSISTENCY_PERIOD_TYPES_MISTMATCH, CALCULATION_MISTMATCH, CALCULATION_RULE_SKIPPED_BY_DUPLICATE, DTS_DISCOVERY_FILE_NAME_DIFFERS, FORMULA_FACT_VARIABLE_FILTER_XPATH_EXCEPTION, FORMULA_GENERAL_VARIABLE_FILTER_XPATH_EXCEPTION, FORMULA_INCONSISTENCY_ON_XFI_FUNCION, NUMBER_ROUNDED_TO_PRECISION_ZERO, URI_IS_NOT_ABSOLUTE, UTR_INCONSISTENCY, XML_WARNINGstyles| Constructor and Description |
|---|
XBRLInconsistencyCalculationMismatch(XBRLRoleType role,
XBRLFactNumeric factTotal,
XBRLNumber accumulated,
java.util.Vector<XBRLInconsistency.Contributor> contributors)
Instantiates a new XBRL inconsistency calculation mismatch.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
XBRLNumber |
getAccumulated()
Gets the accumulated.
|
java.util.Collection<XBRLInconsistency.Contributor> |
getContributors()
Gets the contributors.
|
XBRLFactNumeric |
getFactTotal()
Gets the fact total.
|
java.lang.String |
getLinkableMessage(KeysForFactsProvider kp,
LabelsProvider lp)
Returns the error message in HTML format including links to
the items to be highlighted when the mouse goes over.
|
XBRLRoleType |
getRole()
Gets the role.
|
int |
hashCode() |
getCode, getLocalizedMessage, getMessagepublic XBRLInconsistencyCalculationMismatch(XBRLRoleType role, XBRLFactNumeric factTotal, XBRLNumber accumulated, java.util.Vector<XBRLInconsistency.Contributor> contributors)
role - the rolefactTotal - the fact totalaccumulated - the accumulatedcontributors - the contributorspublic java.util.Collection<XBRLInconsistency.Contributor> getContributors()
public XBRLRoleType getRole()
public XBRLFactNumeric getFactTotal()
public XBRLNumber getAccumulated()
public java.lang.String getLinkableMessage(KeysForFactsProvider kp, LabelsProvider lp)
LinkableErrorMessagegetLinkableMessage in interface LinkableErrorMessagekp - This is an object that generates keys to be used at the time to generate links to fact itemslp - This is the labels provider in order to allow obtaining labels for conceptspublic int hashCode()
hashCode in class XBRLInconsistencypublic boolean equals(java.lang.Object obj)
equals in class XBRLInconsistency