|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.xml.RhnKickstartableTreeType
public class RhnKickstartableTreeType
Java class for rhn-kickstartable-treeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-kickstartable-treeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rhn-kickstart-files" type="{}rhn-kickstart-filesType"/>
</sequence>
<attribute name="kstree-type-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="boot-image" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="kstree-type-label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="install-type-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="base-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="install-type-label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
basePath
|
protected String |
bootImage
|
protected String |
channel
|
protected String |
installTypeLabel
|
protected String |
installTypeName
|
protected String |
kstreeTypeLabel
|
protected String |
kstreeTypeName
|
protected String |
label
|
protected String |
lastModified
|
protected RhnKickstartFilesType |
rhnKickstartFiles
|
| Constructor Summary | |
|---|---|
RhnKickstartableTreeType()
|
|
| Method Summary | |
|---|---|
String |
getBasePath()
Gets the value of the basePath property. |
String |
getBootImage()
Gets the value of the bootImage property. |
String |
getChannel()
Gets the value of the channel property. |
String |
getInstallTypeLabel()
Gets the value of the installTypeLabel property. |
String |
getInstallTypeName()
Gets the value of the installTypeName property. |
String |
getKstreeTypeLabel()
Gets the value of the kstreeTypeLabel property. |
String |
getKstreeTypeName()
Gets the value of the kstreeTypeName property. |
String |
getLabel()
Gets the value of the label property. |
String |
getLastModified()
Gets the value of the lastModified property. |
RhnKickstartFilesType |
getRhnKickstartFiles()
Gets the value of the rhnKickstartFiles property. |
void |
setBasePath(String value)
Sets the value of the basePath property. |
void |
setBootImage(String value)
Sets the value of the bootImage property. |
void |
setChannel(String value)
Sets the value of the channel property. |
void |
setInstallTypeLabel(String value)
Sets the value of the installTypeLabel property. |
void |
setInstallTypeName(String value)
Sets the value of the installTypeName property. |
void |
setKstreeTypeLabel(String value)
Sets the value of the kstreeTypeLabel property. |
void |
setKstreeTypeName(String value)
Sets the value of the kstreeTypeName property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setLastModified(String value)
Sets the value of the lastModified property. |
void |
setRhnKickstartFiles(RhnKickstartFilesType value)
Sets the value of the rhnKickstartFiles property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RhnKickstartFilesType rhnKickstartFiles
protected String kstreeTypeName
protected String bootImage
protected String kstreeTypeLabel
protected String label
protected String lastModified
protected String installTypeName
protected String basePath
protected String installTypeLabel
protected String channel
| Constructor Detail |
|---|
public RhnKickstartableTreeType()
| Method Detail |
|---|
public RhnKickstartFilesType getRhnKickstartFiles()
RhnKickstartFilesTypepublic void setRhnKickstartFiles(RhnKickstartFilesType value)
value - allowed object is
RhnKickstartFilesTypepublic String getKstreeTypeName()
Stringpublic void setKstreeTypeName(String value)
value - allowed object is
Stringpublic String getBootImage()
Stringpublic void setBootImage(String value)
value - allowed object is
Stringpublic String getKstreeTypeLabel()
Stringpublic void setKstreeTypeLabel(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getInstallTypeName()
Stringpublic void setInstallTypeName(String value)
value - allowed object is
Stringpublic String getBasePath()
Stringpublic void setBasePath(String value)
value - allowed object is
Stringpublic String getInstallTypeLabel()
Stringpublic void setInstallTypeLabel(String value)
value - allowed object is
Stringpublic String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||