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

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

public class RhnErratumBugType
extends Object

Java class for rhn-erratum-bugType complex type.

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

 <complexType name="rhn-erratum-bugType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rhn-erratum-bug-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rhn-erratum-bug-summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String rhnErratumBugId
           
protected  String rhnErratumBugSummary
           
 
Constructor Summary
RhnErratumBugType()
           
 
Method Summary
 String getRhnErratumBugId()
          Gets the value of the rhnErratumBugId property.
 String getRhnErratumBugSummary()
          Gets the value of the rhnErratumBugSummary property.
 void setRhnErratumBugId(String value)
          Sets the value of the rhnErratumBugId property.
 void setRhnErratumBugSummary(String value)
          Sets the value of the rhnErratumBugSummary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rhnErratumBugId

protected String rhnErratumBugId

rhnErratumBugSummary

protected String rhnErratumBugSummary
Constructor Detail

RhnErratumBugType

public RhnErratumBugType()
Method Detail

getRhnErratumBugId

public String getRhnErratumBugId()
Gets the value of the rhnErratumBugId property.

Returns:
possible object is String

setRhnErratumBugId

public void setRhnErratumBugId(String value)
Sets the value of the rhnErratumBugId property.

Parameters:
value - allowed object is String

getRhnErratumBugSummary

public String getRhnErratumBugSummary()
Gets the value of the rhnErratumBugSummary property.

Returns:
possible object is String

setRhnErratumBugSummary

public void setRhnErratumBugSummary(String value)
Sets the value of the rhnErratumBugSummary property.

Parameters:
value - allowed object is String


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