public class SoftwareList extends XmlFragment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
softwareList |
level, xpath
Constructor and Description |
---|
SoftwareList()
Creates a new instance of SoftwareList
|
SoftwareList(SoftwareList softwareList)
copy constructor softwareList
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear softwareList
|
boolean |
equals(java.lang.Object obj)
Overriding the default equals() method for softwareList
|
java.util.Vector<XmlFragment> |
getSoftwareInfos()
xml softwareInfo child getter
|
java.lang.StringBuffer |
getXml() |
int |
hashCode()
Overriding the default hashCode() method for softwareList
|
void |
set(org.w3c.dom.Node node)
xml softwareList setter
|
void |
setDefaultSoftwareList(SoftwareList softwareList)
setter of default values for softwareList *
|
void |
setSoftwareInfos(java.util.Vector<XmlFragment> softwareInfos)
xml softwareInfo child setter
|
void |
setSoftwareList(SoftwareList softwareList)
setter for softwareList *
|
void |
setXmlFileComment(java.lang.String xmlFileComment) |
void |
setxmlStylesheet(java.lang.String xmlStylesheet) |
att, closeTag, composeXml, composeXml, getLevelIndentation, getXPath, hidden, hide, openTag, openTag, tag, tag, taginline, taginline, toText, toXml, xml
public static final java.lang.String softwareList
public SoftwareList()
public SoftwareList(SoftwareList softwareList)
softwareList
- instance to copypublic void setxmlStylesheet(java.lang.String xmlStylesheet)
public void setXmlFileComment(java.lang.String xmlFileComment)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.StringBuffer getXml()
getXml
in class XmlFragment
public void setSoftwareInfos(java.util.Vector<XmlFragment> softwareInfos)
softwareInfos
- softwareInfo xml childpublic java.util.Vector<XmlFragment> getSoftwareInfos()
public void setDefaultSoftwareList(SoftwareList softwareList)
softwareList
- xml with default valuespublic void setSoftwareList(SoftwareList softwareList)
softwareList
- xml to copypublic void set(org.w3c.dom.Node node) throws SoftwareException
node
- xml node for softwareListSoftwareException
- if node is not for softwareListpublic void clear()