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, unsetLinks
getActions, isSetActions, setActions
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public boolean isSetTitle()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public XMLGregorianCalendar getIssued()
XMLGregorianCalendar
public void setIssued(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetIssued()
public String getSeverity()
String
public void setSeverity(String value)
value
- allowed object is
String
public boolean isSetSeverity()
public String getSolution()
String
public void setSolution(String value)
value
- allowed object is
String
public boolean isSetSolution()
public String getSummary()
String
public void setSummary(String value)
value
- allowed object is
String
public boolean isSetSummary()
public Packages getPackages()
Packages
public void setPackages(Packages value)
value
- allowed object is
Packages
public boolean isSetPackages()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0