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

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

public class RhnPackageHeaderSigType
extends Object

Java class for rhn-package-header-sigType complex type.

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

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


Field Summary
protected  String rhnNull
           
 
Constructor Summary
RhnPackageHeaderSigType()
           
 
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

RhnPackageHeaderSigType

public RhnPackageHeaderSigType()
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.