public class Job extends BaseResource
Java class for Job complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}status" minOccurs="0"/>
<element name="owner" type="{}User" minOccurs="0"/>
<element name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="last_updated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="auto_cleared" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoCleared()
Gets the value of the autoCleared property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
Boolean |
getExternal()
Gets the value of the external property.
|
XMLGregorianCalendar |
getLastUpdated()
Gets the value of the lastUpdated property.
|
User |
getOwner()
Gets the value of the owner property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetAutoCleared() |
boolean |
isSetEndTime() |
boolean |
isSetExternal() |
boolean |
isSetLastUpdated() |
boolean |
isSetOwner() |
boolean |
isSetStartTime() |
boolean |
isSetStatus() |
void |
setAutoCleared(Boolean value)
Sets the value of the autoCleared property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setExternal(Boolean value)
Sets the value of the external property.
|
void |
setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
|
void |
setOwner(User value)
Sets the value of the owner property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public User getOwner()
Userpublic void setOwner(User value)
value - allowed object is
Userpublic boolean isSetOwner()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartTime()
public XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEndTime()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendarpublic void setLastUpdated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdated()
public Boolean getExternal()
Booleanpublic void setExternal(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExternal()
public Boolean getAutoCleared()
Booleanpublic void setAutoCleared(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAutoCleared()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0