public class KatelloErratum extends BaseResource
Java class for KatelloErratum complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KatelloErratum">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="issued" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="severity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="solution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}packages" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element ref="{}vm" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
KatelloErratum() |
| Modifier and Type | Method and Description |
|---|---|
Host |
getHost()
Gets the value of the host property.
|
XMLGregorianCalendar |
getIssued()
Gets the value of the issued property.
|
Packages |
getPackages()
Gets the value of the packages property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getSolution()
Gets the value of the solution property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetHost() |
boolean |
isSetIssued() |
boolean |
isSetPackages() |
boolean |
isSetSeverity() |
boolean |
isSetSolution() |
boolean |
isSetSummary() |
boolean |
isSetTitle() |
boolean |
isSetType() |
boolean |
isSetVm() |
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setIssued(XMLGregorianCalendar value)
Sets the value of the issued property.
|
void |
setPackages(Packages value)
Sets the value of the packages property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setSolution(String value)
Sets the value of the solution property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public XMLGregorianCalendar getIssued()
XMLGregorianCalendarpublic void setIssued(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetIssued()
public String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic boolean isSetSeverity()
public String getSolution()
Stringpublic void setSolution(String value)
value - allowed object is
Stringpublic boolean isSetSolution()
public String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic boolean isSetSummary()
public Packages getPackages()
Packagespublic void setPackages(Packages value)
value - allowed object is
Packagespublic boolean isSetPackages()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0