com.ihr.xbrl.pojo
Class XMLFragment
java.lang.Object
com.ihr.xbrl.pojo.XMLNode
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
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
XMLFragment
public XMLFragment()
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