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

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

public class RhnSatelliteType
extends Object

Java class for rhn-satelliteType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rhn-satelliteType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rhn-channel-families" type="{}rhn-channel-familiesType" minOccurs="0"/>
         <element name="rhn-channels" type="{}rhn-channelsType" minOccurs="0"/>
         <element name="rhn-errata" type="{}rhn-errataType" minOccurs="0"/>
         <element name="rhn-kickstartable-trees" type="{}rhn-kickstartable-treesType" minOccurs="0"/>
         <element name="rhn-packages-short" type="{}rhn-packages-shortType" minOccurs="0"/>
         <element name="rhn-packages" type="{}rhn-packagesType" minOccurs="0"/>
         <element name="rhn-product-names" type="{}rhn-product-namesType" minOccurs="0"/>
         <element name="rhn-source-packages" type="{}rhn-source-packagesType" minOccurs="0"/>
       </sequence>
       <attribute name="generation" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String generation
           
protected  RhnChannelFamiliesType rhnChannelFamilies
           
protected  RhnChannelsType rhnChannels
           
protected  RhnErrataType rhnErrata
           
protected  RhnKickstartableTreesType rhnKickstartableTrees
           
protected  RhnPackagesType rhnPackages
           
protected  RhnPackagesShortType rhnPackagesShort
           
protected  RhnProductNamesType rhnProductNames
           
protected  RhnSourcePackagesType rhnSourcePackages
           
protected  String version
           
 
Constructor Summary
RhnSatelliteType()
           
 
Method Summary
 String getGeneration()
          Gets the value of the generation property.
 RhnChannelFamiliesType getRhnChannelFamilies()
          Gets the value of the rhnChannelFamilies property.
 RhnChannelsType getRhnChannels()
          Gets the value of the rhnChannels property.
 RhnErrataType getRhnErrata()
          Gets the value of the rhnErrata property.
 RhnKickstartableTreesType getRhnKickstartableTrees()
          Gets the value of the rhnKickstartableTrees property.
 RhnPackagesType getRhnPackages()
          Gets the value of the rhnPackages property.
 RhnPackagesShortType getRhnPackagesShort()
          Gets the value of the rhnPackagesShort property.
 RhnProductNamesType getRhnProductNames()
          Gets the value of the rhnProductNames property.
 RhnSourcePackagesType getRhnSourcePackages()
          Gets the value of the rhnSourcePackages property.
 String getVersion()
          Gets the value of the version property.
 void setGeneration(String value)
          Sets the value of the generation property.
 void setRhnChannelFamilies(RhnChannelFamiliesType value)
          Sets the value of the rhnChannelFamilies property.
 void setRhnChannels(RhnChannelsType value)
          Sets the value of the rhnChannels property.
 void setRhnErrata(RhnErrataType value)
          Sets the value of the rhnErrata property.
 void setRhnKickstartableTrees(RhnKickstartableTreesType value)
          Sets the value of the rhnKickstartableTrees property.
 void setRhnPackages(RhnPackagesType value)
          Sets the value of the rhnPackages property.
 void setRhnPackagesShort(RhnPackagesShortType value)
          Sets the value of the rhnPackagesShort property.
 void setRhnProductNames(RhnProductNamesType value)
          Sets the value of the rhnProductNames property.
 void setRhnSourcePackages(RhnSourcePackagesType value)
          Sets the value of the rhnSourcePackages property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rhnChannelFamilies

protected RhnChannelFamiliesType rhnChannelFamilies

rhnChannels

protected RhnChannelsType rhnChannels

rhnErrata

protected RhnErrataType rhnErrata

rhnKickstartableTrees

protected RhnKickstartableTreesType rhnKickstartableTrees

rhnPackagesShort

protected RhnPackagesShortType rhnPackagesShort

rhnPackages

protected RhnPackagesType rhnPackages

rhnProductNames

protected RhnProductNamesType rhnProductNames

rhnSourcePackages

protected RhnSourcePackagesType rhnSourcePackages

generation

protected String generation

version

protected String version
Constructor Detail

RhnSatelliteType

public RhnSatelliteType()
Method Detail

getRhnChannelFamilies

public RhnChannelFamiliesType getRhnChannelFamilies()
Gets the value of the rhnChannelFamilies property.

Returns:
possible object is RhnChannelFamiliesType

setRhnChannelFamilies

public void setRhnChannelFamilies(RhnChannelFamiliesType value)
Sets the value of the rhnChannelFamilies property.

Parameters:
value - allowed object is RhnChannelFamiliesType

getRhnChannels

public RhnChannelsType getRhnChannels()
Gets the value of the rhnChannels property.

Returns:
possible object is RhnChannelsType

setRhnChannels

public void setRhnChannels(RhnChannelsType value)
Sets the value of the rhnChannels property.

Parameters:
value - allowed object is RhnChannelsType

getRhnErrata

public RhnErrataType getRhnErrata()
Gets the value of the rhnErrata property.

Returns:
possible object is RhnErrataType

setRhnErrata

public void setRhnErrata(RhnErrataType value)
Sets the value of the rhnErrata property.

Parameters:
value - allowed object is RhnErrataType

getRhnKickstartableTrees

public RhnKickstartableTreesType getRhnKickstartableTrees()
Gets the value of the rhnKickstartableTrees property.

Returns:
possible object is RhnKickstartableTreesType

setRhnKickstartableTrees

public void setRhnKickstartableTrees(RhnKickstartableTreesType value)
Sets the value of the rhnKickstartableTrees property.

Parameters:
value - allowed object is RhnKickstartableTreesType

getRhnPackagesShort

public RhnPackagesShortType getRhnPackagesShort()
Gets the value of the rhnPackagesShort property.

Returns:
possible object is RhnPackagesShortType

setRhnPackagesShort

public void setRhnPackagesShort(RhnPackagesShortType value)
Sets the value of the rhnPackagesShort property.

Parameters:
value - allowed object is RhnPackagesShortType

getRhnPackages

public RhnPackagesType getRhnPackages()
Gets the value of the rhnPackages property.

Returns:
possible object is RhnPackagesType

setRhnPackages

public void setRhnPackages(RhnPackagesType value)
Sets the value of the rhnPackages property.

Parameters:
value - allowed object is RhnPackagesType

getRhnProductNames

public RhnProductNamesType getRhnProductNames()
Gets the value of the rhnProductNames property.

Returns:
possible object is RhnProductNamesType

setRhnProductNames

public void setRhnProductNames(RhnProductNamesType value)
Sets the value of the rhnProductNames property.

Parameters:
value - allowed object is RhnProductNamesType

getRhnSourcePackages

public RhnSourcePackagesType getRhnSourcePackages()
Gets the value of the rhnSourcePackages property.

Returns:
possible object is RhnSourcePackagesType

setRhnSourcePackages

public void setRhnSourcePackages(RhnSourcePackagesType value)
Sets the value of the rhnSourcePackages property.

Parameters:
value - allowed object is RhnSourcePackagesType

getGeneration

public String getGeneration()
Gets the value of the generation property.

Returns:
possible object is String

setGeneration

public void setGeneration(String value)
Sets the value of the generation property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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