|
||||||||||
| 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.RhnDistType
public class RhnDistType
Java class for rhn-distType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-distType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="release" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="channel-arch" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="os" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
channelArch
|
protected String |
os
|
protected String |
release
|
protected String |
value
|
| Constructor Summary | |
|---|---|
RhnDistType()
|
|
| Method Summary | |
|---|---|
String |
getChannelArch()
Gets the value of the channelArch property. |
String |
getOs()
Gets the value of the os property. |
String |
getRelease()
Gets the value of the release property. |
String |
getValue()
Gets the value of the value property. |
void |
setChannelArch(String value)
Sets the value of the channelArch property. |
void |
setOs(String value)
Sets the value of the os property. |
void |
setRelease(String value)
Sets the value of the release property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String release
protected String channelArch
protected String os
| Constructor Detail |
|---|
public RhnDistType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getRelease()
Stringpublic void setRelease(String value)
value - allowed object is
Stringpublic String getChannelArch()
Stringpublic void setChannelArch(String value)
value - allowed object is
Stringpublic String getOs()
Stringpublic void setOs(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||