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

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

public class RhnChannelDescriptionType
extends Object

Java class for rhn-channel-descriptionType complex type.

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

 <complexType name="rhn-channel-descriptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rhn-null" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String rhnNull
           
 
Constructor Summary
RhnChannelDescriptionType()
           
 
Method Summary
 String getRhnNull()
          Gets the value of the rhnNull property.
 void setRhnNull(String value)
          Sets the value of the rhnNull property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rhnNull

protected String rhnNull
Constructor Detail

RhnChannelDescriptionType

public RhnChannelDescriptionType()
Method Detail

getRhnNull

public String getRhnNull()
Gets the value of the rhnNull property.

Returns:
possible object is String

setRhnNull

public void setRhnNull(String value)
Sets the value of the rhnNull property.

Parameters:
value - allowed object is String


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