Uses of Class
com.ihr.xbrl.om.exLinks.XBRLRelationship

Packages that use XBRLRelationship
com.ihr.xbrl.adins.efm.errors   
com.ihr.xbrl.dts Provides the classes necessary to investigate the content of a DTS. 
com.ihr.xbrl.om Provides the classes necessary to start processing XBRL information. 
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.exLinks Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links. 
com.ihr.xbrl.om.formula Provides the classes necessary to implement a plug in XBRL processor for validation of docuents and taxonomies according to the XBRL formula specification 1.0 At this stage the package is just created. 
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.om.xdt Provides the classes necessary to implement a plug in XBRL processor for validation of dimensional instance documents according to the XBRL Dimensions specification 1.0 This package contains two hierarchies of classes. 
com.ihr.xbrl.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
 

Uses of XBRLRelationship in com.ihr.xbrl.adins.efm.errors
 

Constructors in com.ihr.xbrl.adins.efm.errors with parameters of type XBRLRelationship
EFMCalculationPeriodTypeMismatch(XBRLRelationship rel)
           
EFMInvalidArcroleOnFootnoreArc(XBRLRelationship rel)
           
EFMInvalidRelationshipOrderAttribute(XBRLRelationship rel)
           
EFMNetativeTableWithoutPositiveTableFound(XBRLRelationship rel, java.lang.String uri)
           
EFMNoConsecutiveRelationship(XBRLRelationship rel, java.lang.String uri, java.lang.String uri2)
           
EFMNotAllMustHaveClosedTrue(XBRLRelationship rel)
           
 

Constructor parameters in com.ihr.xbrl.adins.efm.errors with type arguments of type XBRLRelationship
EFMNetativeTableWithoutPositiveTableFound(java.util.ArrayList<XBRLRelationship> list)
           
 

Uses of XBRLRelationship in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XBRLRelationship
 XBRLRelationship XBRLTreeWalker.getRelationship()
           
 

Methods in com.ihr.xbrl.dts with parameters of type XBRLRelationship
 void PMember.buildDomain(XBRLRelationship rel)
           
 

Constructors in com.ihr.xbrl.dts with parameters of type XBRLRelationship
PMember(XMLElementDefinition item, XBRLRelationship rel, Dimension<?> dim)
           
XBRLTreeWalker(XBRLRelationship rel)
           
 

Uses of XBRLRelationship in com.ihr.xbrl.om
 

Fields in com.ihr.xbrl.om with type parameters of type XBRLRelationship
static EmptyIterator<XBRLRelationship> XMLFragment.EMPTYRELATIONSHIPSITERATORINSTANCE
          Implements an empty Iterator over relationships returned when there are no relationships to iterate over
static java.util.Comparator<XBRLRelationship> XMLFragment.OrderComparator
          class to compare two relationships based on the value of the order attribute and order a set of arcs accordingly
 

Methods in com.ihr.xbrl.om that return XBRLRelationship
 XBRLRelationship DTSContainer.getRelationship(java.lang.String extendedLink, javax.xml.namespace.QName relationshipType, java.lang.String arcrole, java.util.Vector<XMLFragment> attributes, XMLFragment source, XMLFragment target)
          Returns the relationship that matches the search criteria.
 

Methods in com.ihr.xbrl.om that return types with arguments of type XBRLRelationship
 java.util.Iterator<XBRLRelationship> XMLFragment.getFromRelationships()
          Returns the relationship objects that contains this element in the source of the relationship
 java.util.Iterator<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole)
          Obtains an iterator over all relationships where this fragment is the source of the relationship and the arcrole corresponds to the parameter indicated.
 java.util.Iterator<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole, DTSBase base)
          Returns the relationship objects that contains this element in the source of the relationship using a filter on the arcrole value
 java.util.Collection<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole, DTSBase base, java.util.Comparator<XBRLRelationship> comparator)
          Returns a collection of relationship objects that contains this element in the source of the relationship using a filter on the arcrole value and that belongs to a specific base.
 java.util.Iterator<XBRLRelationship> DTSContainer.getRelationships(DTSBase base)
          Return all relationships in a DTSBase.
 java.util.Iterator<XBRLRelationship> XMLFragment.getToRelationships()
          Returns the relationship objects that contains this element in the target of the relationship
 java.util.Iterator<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole)
          Obtains an iterator over all relationships where this fragment is the target of the relationship and the arcrole corresponds to the parameter indicated.
 java.util.Iterator<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole, DTSBase base)
          Returns the relationship objects that contains this element in the target of the relationship or null if there is none
 java.util.Collection<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole, DTSBase base, java.util.Comparator<XBRLRelationship> comparator)
          Returns a collection of relationship objects that contains this element in the target of the relationship using a filter on the arcrole value and that belongs to a specific base.
 

Methods in com.ihr.xbrl.om with parameters of type XBRLRelationship
 void XMLFragment.addFromRelationship(XBRLRelationship rel)
           
 void XMLFragment.addToRelationship(XBRLRelationship rel)
           
 void XMLFragment.removeFromRelationship(XBRLRelationship rel)
           
 void XMLFragment.removeToRelationship(XBRLRelationship rel)
           
 

Method parameters in com.ihr.xbrl.om with type arguments of type XBRLRelationship
 java.util.Collection<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole, DTSBase base, java.util.Comparator<XBRLRelationship> comparator)
          Returns a collection of relationship objects that contains this element in the source of the relationship using a filter on the arcrole value and that belongs to a specific base.
 java.util.Collection<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole, DTSBase base, java.util.Comparator<XBRLRelationship> comparator)
          Returns a collection of relationship objects that contains this element in the target of the relationship using a filter on the arcrole value and that belongs to a specific base.
 

Uses of XBRLRelationship in com.ihr.xbrl.om.errors
 

Constructors in com.ihr.xbrl.om.errors with parameters of type XBRLRelationship
XBRLValidationExceptionArcroleRefTargetIsNotSchema(XBRLRelationship relationship, java.lang.String arcroleURI, java.lang.String href)
           
XBRLValidationExceptionConceptLabelSourceIsNotConcept(XBRLRelationship rel)
           
XBRLValidationExceptionConceptLabelTargetIsNotLocalAndRelationshipIsNotProhibit(XBRLRelationship rel)
           
XBRLValidationExceptionConceptLabelTargetIsNotResource(XBRLRelationship rel)
           
XBRLValidationExceptionConceptReferenceSourceIsNotConcept(XBRLRelationship rel)
           
XBRLValidationExceptionConceptReferenceTargetIsNotLocalAndRelationshipIsNotProhibit(XBRLRelationship rel)
           
XBRLValidationExceptionConceptReferenceTargetIsNotResource(XBRLRelationship rel)
           
XBRLValidationExceptionEssenceAliasDifferentBalance(XBRLRelationship rel)
           
XBRLValidationExceptionEssenceAliasDifferentItemTypes(XBRLRelationship rel)
           
XBRLValidationExceptionEssenceAliasDifferentPeriodTypes(XBRLRelationship rel)
           
XBRLValidationExceptionEssenceAliasSourceNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionEssenceAliasTargetNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionFactFootnotearcSourceNotFact(XBRLRelationship rel)
           
XBRLValidationExceptionFactFootnotearcSourceOutOfInstanceScope(XBRLRelationship rel)
           
XBRLValidationExceptionFactFootnotearcTargetNotResource(XBRLRelationship rel)
           
XBRLValidationExceptionFactFootnotearcTargetOutOfInstanceScope(XBRLRelationship rel)
           
XBRLValidationExceptionGeneralSpecialSourceNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionGeneralSpecialTargetNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionInvalidDirectedCyclesFound(XBRLRelationship rel, java.util.Collection<XMLFragment> elements)
           
XBRLValidationExceptionInvalidUndirectedCyclesFound(XBRLRelationship rel, java.util.HashSet<XMLFragment> elements)
           
XBRLValidationExceptionPreferredLabelLabelNotFound(XBRLRelationship rel, java.lang.String prefLabelRole)
           
XBRLValidationExceptionPreferredLabelRoleNotDefined(XBRLRelationship rel, java.lang.String prefLabelRole)
           
XBRLValidationExceptionRequiresElementTargetNotFound(XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemInvalidCreditDebit(int subCode, XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemInvalidWeightValue(XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemSourceNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemSourceNotNumeric(XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemTargetNotItem(XBRLRelationship rel)
           
XBRLValidationExceptionSummationItemTargetNotNumeric(XBRLRelationship rel)
           
 

Uses of XBRLRelationship in com.ihr.xbrl.om.exLinks
 

Methods in com.ihr.xbrl.om.exLinks that return types with arguments of type XBRLRelationship
 java.util.Iterator<XBRLRelationship> DTSBase.getBaseSetRelationshipsIterator(XBRLArcroleType arcrole)
          Returns an iterator over the relationships in the base set.
 java.util.Iterator<XBRLRelationship> XBRLRelationshipPoint.getFromRelationships(XBRLArcroleType arcrole, DTSBase base)
           
 java.util.Iterator<XBRLRelationship> XBRLRelationship.getNext()
          Access to the [Following] property of the chain of relationships
 java.util.Iterator<XBRLRelationship> XBRLRelationship.getPrevious()
          Access to the [Preceding] property of the chain of relationships
 java.util.Iterator<XBRLRelationship> XBRLExtendedLink.getRelationships()
          Access to the [Relationships] information item
 java.util.Iterator<XBRLRelationship> XBRLArc.getRelationships()
           
 java.util.Iterator<XBRLRelationship> XBRLRelationshipPoint.getToRelationships(XBRLArcroleType arcrole, DTSBase base)
           
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLRelationship
 void XBRLRelationshipPoint.addFromRelationship(XBRLRelationship rel)
           
 void XBRLExtendedLink.addRelationship(XBRLRelationship relationship)
           
 void DTSBase.addRelationship(XBRLRelationship relationship)
           
 void XBRLRelationshipPoint.addToRelationship(XBRLRelationship rel)
           
static double CalculationLinkbase.getWeight(XBRLRelationship rel)
           
 void XBRLRelationshipPoint.removeFromRelationship(XBRLRelationship rel)
           
 boolean XBRLExtendedLink.removeRelationship(XBRLRelationship relationship)
           
 boolean DTSBase.removeRelationship(XBRLRelationship relationship)
           
 void XBRLRelationshipPoint.removeToRelationship(XBRLRelationship rel)
           
 void DTSBase.serialize(XBRLRelationship rel, XBRLDocument document)
          This function makes sure that: 1- the relationship exists in the appropriate ExtendedLink or creates the extended link 2- If the target is a resource, the resource is included in the ExtendedLink as well
 boolean XBRLExtendedLink.wouldBeDuplicateArc(XBRLRelationship rel)
          Checks wether or not the relationship in the parameter will be a duplicate relationship in this extended link
 

Constructors in com.ihr.xbrl.om.exLinks with parameters of type XBRLRelationship
XBRLRelationship(XBRLRelationship other)
           
 

Uses of XBRLRelationship in com.ihr.xbrl.om.formula
 

Methods in com.ihr.xbrl.om.formula with parameters of type XBRLRelationship
static XBRLFilterUse XBRLFilterUse.createFilterUse(XBRLRelationship rel, XBRLFormulaFilter filter)
          Factory method
 XBRLVariableResourceUse XBRLVariableResource.getUse(XBRLRelationship rel, XBRLVariablesHolder set)
          Creates a new XBRLVariableResourceUse instance for this variable resource in the variable resource set.
 

Uses of XBRLRelationship in com.ihr.xbrl.om.taxonomy
 

Methods in com.ihr.xbrl.om.taxonomy that return types with arguments of type XBRLRelationship
 java.util.Iterator<XBRLRelationship> XBRLArcroleType.getUses()
          Access to the [arcrole uses] property The returned objects in the iterator are instances of XBRLRelationship elements
 

Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLRelationship
 void XBRLArcroleType.addUse(XBRLRelationship here)
           
 void XBRLArcroleType.delUse(XBRLRelationship rel)
           
 

Uses of XBRLRelationship in com.ihr.xbrl.om.xdt
 

Methods in com.ihr.xbrl.om.xdt with parameters of type XBRLRelationship
static XBRLRoleType XDTProcessor.getTargetRole(XBRLRelationship rel)
          Returns the XBRLRoleType pointed to by the xbrldt:targetRole attribute on the relationship rel.
static java.lang.Boolean XDTProcessor.getUsable(XBRLRelationship rel)
           
static boolean XDTProcessor.isClosed(XBRLRelationship rel)
          Returns the value or default value of the xbrldt:closed attribute on the relationship indicated in the rel parameter.
 

Uses of XBRLRelationship in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo that return XBRLRelationship
 XBRLRelationship XBRLRSGenerator.generate(XBRLRelationship relIn)
           
 

Methods in com.ihr.xbrl.pojo with parameters of type XBRLRelationship
 XBRLRelationship XBRLPojoGenerator.generate(XBRLRelationship dtsRel)
           
 



Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa