com.ihr.xbrl.pojo
Class XMLFragment

java.lang.Object
  extended by com.ihr.xbrl.pojo.XMLNode
      extended by com.ihr.xbrl.pojo.XMLFragment
All Implemented Interfaces:
HasId, java.io.Serializable
Direct Known Subclasses:
XBRLConcept, XBRLDocument, XBRLDocumentation, XBRLExtendedLink, XBRLFact, XBRLImport, XBRLRelationship, XBRLResource

public class XMLFragment
extends XMLNode

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XMLFragment()
           
 
Method Summary
 boolean addAttribute(XMLAttribute att)
           
 boolean addChildren(XMLFragment child)
           
 boolean equals(java.lang.Object obj)
           
 java.util.Set<XMLAttribute> getAttributes()
           
 java.util.Collection<XMLFragment> getChildren()
           
 java.util.Collection<Namespace> getNamespaces()
           
 int hashCode()
          This is the java hashCode method
 boolean removeAttribute(XMLAttribute att)
           
 boolean removeChildren(XMLFragment child)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setNamespaces(java.util.Collection<Namespace> namespaces)
           
 
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

XMLFragment

public XMLFragment()
Method Detail

getChildren

public java.util.Collection<XMLFragment> getChildren()
Returns:
the children

addChildren

public boolean addChildren(XMLFragment child)

removeChildren

public boolean removeChildren(XMLFragment child)

getAttributes

public java.util.Set<XMLAttribute> getAttributes()
Returns:
the attributes

addAttribute

public boolean addAttribute(XMLAttribute att)

removeAttribute

public boolean removeAttribute(XMLAttribute att)

getNamespaces

public java.util.Collection<Namespace> getNamespaces()
Returns:
the namespaces

setNamespaces

public void setNamespaces(java.util.Collection<Namespace> namespaces)
Parameters:
namespaces - the namespaces to set

hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class XMLNode
Returns:
int

equals

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

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