org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnKickstartableTreeType

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnKickstartableTreeType

public class RhnKickstartableTreeType
extends Object

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

rhnKickstartFiles

protected RhnKickstartFilesType rhnKickstartFiles

kstreeTypeName

protected String kstreeTypeName

bootImage

protected String bootImage

kstreeTypeLabel

protected String kstreeTypeLabel

label

protected String label

lastModified

protected String lastModified

installTypeName

protected String installTypeName

basePath

protected String basePath

installTypeLabel

protected String installTypeLabel

channel

protected String channel
Constructor Detail

RhnKickstartableTreeType

public RhnKickstartableTreeType()
Method Detail

getRhnKickstartFiles

public RhnKickstartFilesType getRhnKickstartFiles()
Gets the value of the rhnKickstartFiles property.

Returns:
possible object is RhnKickstartFilesType

setRhnKickstartFiles

public void setRhnKickstartFiles(RhnKickstartFilesType value)
Sets the value of the rhnKickstartFiles property.

Parameters:
value - allowed object is RhnKickstartFilesType

getKstreeTypeName

public String getKstreeTypeName()
Gets the value of the kstreeTypeName property.

Returns:
possible object is String

setKstreeTypeName

public void setKstreeTypeName(String value)
Sets the value of the kstreeTypeName property.

Parameters:
value - allowed object is String

getBootImage

public String getBootImage()
Gets the value of the bootImage property.

Returns:
possible object is String

setBootImage

public void setBootImage(String value)
Sets the value of the bootImage property.

Parameters:
value - allowed object is String

getKstreeTypeLabel

public String getKstreeTypeLabel()
Gets the value of the kstreeTypeLabel property.

Returns:
possible object is String

setKstreeTypeLabel

public void setKstreeTypeLabel(String value)
Sets the value of the kstreeTypeLabel property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getLastModified

public String getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is String

setLastModified

public void setLastModified(String value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is String

getInstallTypeName

public String getInstallTypeName()
Gets the value of the installTypeName property.

Returns:
possible object is String

setInstallTypeName

public void setInstallTypeName(String value)
Sets the value of the installTypeName property.

Parameters:
value - allowed object is String

getBasePath

public String getBasePath()
Gets the value of the basePath property.

Returns:
possible object is String

setBasePath

public void setBasePath(String value)
Sets the value of the basePath property.

Parameters:
value - allowed object is String

getInstallTypeLabel

public String getInstallTypeLabel()
Gets the value of the installTypeLabel property.

Returns:
possible object is String

setInstallTypeLabel

public void setInstallTypeLabel(String value)
Sets the value of the installTypeLabel property.

Parameters:
value - allowed object is String

getChannel

public String getChannel()
Gets the value of the channel property.

Returns:
possible object is String

setChannel

public void setChannel(String value)
Sets the value of the channel property.

Parameters:
value - allowed object is String


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.