com.ihr.xbrl.pojo
Class XBRLExtendedLink

java.lang.Object
  extended by com.ihr.xbrl.pojo.XMLNode
      extended by com.ihr.xbrl.pojo.XMLFragment
          extended by com.ihr.xbrl.pojo.XBRLExtendedLink
All Implemented Interfaces:
HasId, XBRLHasDocumentation, java.io.Serializable

public class XBRLExtendedLink
extends XMLFragment
implements XBRLHasDocumentation

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLExtendedLink()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Collection<XBRLDocumentation> getDocs()
           
 XBRLDocument getParent()
           
 java.util.Set<XBRLRelationship> getRels()
           
 java.util.Set<XBRLResource> getRes()
           
 XBRLRoleType getRole()
           
 int hashCode()
          This is the java hashCode method
 void setDocs(java.util.Collection<XBRLDocumentation> docs)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setParent(XBRLDocument parent)
           
 void setRels(java.util.Set<XBRLRelationship> rels)
           
 void setRes(java.util.Set<XBRLResource> res)
           
 void setRole(XBRLRoleType role)
           
 
Methods inherited from class com.ihr.xbrl.pojo.XMLFragment
addAttribute, addChildren, getAttributes, getChildren, getNamespaces, removeAttribute, removeChildren, setNamespaces
 
Methods inherited from class com.ihr.xbrl.pojo.XMLNode
getId, getName, getValue, setHash, setId, setName, setValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLExtendedLink

public XBRLExtendedLink()
Method Detail

getRes

public java.util.Set<XBRLResource> getRes()
Returns:
the res

setRes

public void setRes(java.util.Set<XBRLResource> res)
Parameters:
res - the res to set

getDocs

public java.util.Collection<XBRLDocumentation> getDocs()
Specified by:
getDocs in interface XBRLHasDocumentation
Returns:
the docs

setDocs

public void setDocs(java.util.Collection<XBRLDocumentation> docs)
Specified by:
setDocs in interface XBRLHasDocumentation
Parameters:
docs - the docs to set

getParent

public XBRLDocument getParent()
Returns:
the parent

setParent

public void setParent(XBRLDocument parent)
Parameters:
parent - the parent to set

getRels

public java.util.Set<XBRLRelationship> getRels()
Returns:
the rels

setRels

public void setRels(java.util.Set<XBRLRelationship> rels)
Parameters:
rels - the rels to set

getRole

public XBRLRoleType getRole()
Returns:
the role

setRole

public void setRole(XBRLRoleType role)
Parameters:
role - the role to set

hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class XMLFragment
Returns:
int

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class XMLFragment

setHash

public void setHash(java.lang.Integer value)
Method used by hibernate to set the value

Parameters:
value -


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