|
||||||||||
| 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.RhnSatelliteType
public class RhnSatelliteType
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 |
|---|
protected RhnChannelFamiliesType rhnChannelFamilies
protected RhnChannelsType rhnChannels
protected RhnErrataType rhnErrata
protected RhnKickstartableTreesType rhnKickstartableTrees
protected RhnPackagesShortType rhnPackagesShort
protected RhnPackagesType rhnPackages
protected RhnProductNamesType rhnProductNames
protected RhnSourcePackagesType rhnSourcePackages
protected String generation
protected String version
| Constructor Detail |
|---|
public RhnSatelliteType()
| Method Detail |
|---|
public RhnChannelFamiliesType getRhnChannelFamilies()
RhnChannelFamiliesTypepublic void setRhnChannelFamilies(RhnChannelFamiliesType value)
value - allowed object is
RhnChannelFamiliesTypepublic RhnChannelsType getRhnChannels()
RhnChannelsTypepublic void setRhnChannels(RhnChannelsType value)
value - allowed object is
RhnChannelsTypepublic RhnErrataType getRhnErrata()
RhnErrataTypepublic void setRhnErrata(RhnErrataType value)
value - allowed object is
RhnErrataTypepublic RhnKickstartableTreesType getRhnKickstartableTrees()
RhnKickstartableTreesTypepublic void setRhnKickstartableTrees(RhnKickstartableTreesType value)
value - allowed object is
RhnKickstartableTreesTypepublic RhnPackagesShortType getRhnPackagesShort()
RhnPackagesShortTypepublic void setRhnPackagesShort(RhnPackagesShortType value)
value - allowed object is
RhnPackagesShortTypepublic RhnPackagesType getRhnPackages()
RhnPackagesTypepublic void setRhnPackages(RhnPackagesType value)
value - allowed object is
RhnPackagesTypepublic RhnProductNamesType getRhnProductNames()
RhnProductNamesTypepublic void setRhnProductNames(RhnProductNamesType value)
value - allowed object is
RhnProductNamesTypepublic RhnSourcePackagesType getRhnSourcePackages()
RhnSourcePackagesTypepublic void setRhnSourcePackages(RhnSourcePackagesType value)
value - allowed object is
RhnSourcePackagesTypepublic String getGeneration()
Stringpublic void setGeneration(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||