| Package | Description |
|---|---|
| com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
| com.ihr.xbrl.om.taxonomy |
Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content
of the XBRL Taxonomy Schemas that requires XBRL processing.
|
| com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
| Constructor and Description |
|---|
XBRLValidationExceptionDuplicateUseOn(XBRLRoleAndArcroleTypes roleAndArcroleTypes,
XBRLUsedOn on)
Instantiates a new XBRL validation exception duplicate use on.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLUsedOn> |
XBRLRoleAndArcroleTypes.getUsedOn()
Gets the used on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLRoleAndArcroleTypes.addUsedOn(XBRLUsedOn on)
Adds the used on.
|
void |
XBRLRoleAndArcroleTypes.removeUsedOn(XBRLUsedOn on)
Removes the used on.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLUsedOn |
XBRLRSGenerator.generate(XBRLUsedOn usedOnIn)
Generate.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLUsedOn |
XBRLPojoGenerator.generate(XBRLUsedOn dtsOn)
Generate.
|