|
||||||||||
| 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.RhnErratumBugType
public class RhnErratumBugType
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 |
|---|
protected String rhnErratumBugId
protected String rhnErratumBugSummary
| Constructor Detail |
|---|
public RhnErratumBugType()
| Method Detail |
|---|
public String getRhnErratumBugId()
Stringpublic void setRhnErratumBugId(String value)
value - allowed object is
Stringpublic String getRhnErratumBugSummary()
Stringpublic void setRhnErratumBugSummary(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||