public class SoftwareInfo extends XmlFragment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
softwareInfo |
level, xpath
Constructor and Description |
---|
SoftwareInfo()
Creates a new instance of SoftwareInfo
|
SoftwareInfo(SoftwareInfo softwareInfo)
copy constructor softwareInfo
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear softwareInfo
|
boolean |
equals(java.lang.Object obj)
Overriding the default equals() method for softwareInfo
|
Delivered |
getDelivered()
xml delivered child getter
|
Download |
getDownload()
xml download child getter
|
Software |
getSoftware()
xml software child getter
|
Version |
getVersion()
xml version child getter
|
java.lang.StringBuffer |
getXml() |
int |
hashCode()
Overriding the default hashCode() method for softwareInfo
|
void |
set(org.w3c.dom.Node node)
xml softwareInfo setter
|
void |
setDefaultDelivered(Delivered delivered)
xml delivered child setter
|
void |
setDefaultDownload(Download download)
xml download child setter
|
void |
setDefaultSoftware(Software software)
xml software child setter
|
void |
setDefaultSoftwareInfo(SoftwareInfo softwareInfo)
setter of default values for softwareInfo *
|
void |
setDefaultVersion(Version version)
xml version child setter
|
void |
setDelivered(Delivered delivered)
xml delivered child setter
|
void |
setDownload(Download download)
xml download child setter
|
void |
setSoftware(Software software)
xml software child setter
|
void |
setSoftwareInfo(SoftwareInfo softwareInfo)
setter for softwareInfo *
|
void |
setVersion(Version version)
xml version child setter
|
att, closeTag, composeXml, composeXml, getLevelIndentation, getXPath, hidden, hide, openTag, openTag, tag, tag, taginline, taginline, toText, toXml, xml
public static final java.lang.String softwareInfo
public SoftwareInfo()
public SoftwareInfo(SoftwareInfo softwareInfo)
softwareInfo
- instance to copypublic 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 setDefaultSoftware(Software software)
software
- software xml childpublic void setSoftware(Software software)
software
- software xml childpublic Software getSoftware()
public void setDefaultVersion(Version version)
version
- version xml childpublic void setVersion(Version version)
version
- version xml childpublic Version getVersion()
public void setDefaultDelivered(Delivered delivered)
delivered
- delivered xml childpublic void setDelivered(Delivered delivered)
delivered
- delivered xml childpublic Delivered getDelivered()
public void setDefaultDownload(Download download)
download
- download xml childpublic void setDownload(Download download)
download
- download xml childpublic Download getDownload()
public void setDefaultSoftwareInfo(SoftwareInfo softwareInfo)
softwareInfo
- xml with default valuespublic void setSoftwareInfo(SoftwareInfo softwareInfo)
softwareInfo
- xml to copypublic void set(org.w3c.dom.Node node) throws SoftwareException
node
- xml node for softwareInfoSoftwareException
- if node is not for softwareInfopublic void clear()