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

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

public class RhnDistType
extends Object

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

value

protected String value

release

protected String release

channelArch

protected String channelArch

os

protected String os
Constructor Detail

RhnDistType

public RhnDistType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getRelease

public String getRelease()
Gets the value of the release property.

Returns:
possible object is String

setRelease

public void setRelease(String value)
Sets the value of the release property.

Parameters:
value - allowed object is String

getChannelArch

public String getChannelArch()
Gets the value of the channelArch property.

Returns:
possible object is String

setChannelArch

public void setChannelArch(String value)
Sets the value of the channelArch property.

Parameters:
value - allowed object is String

getOs

public String getOs()
Gets the value of the os property.

Returns:
possible object is String

setOs

public void setOs(String value)
Sets the value of the os property.

Parameters:
value - allowed object is String


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