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, unsetLinks
getActions, isSetActions, setActions
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public User getOwner()
User
public void setOwner(User value)
value
- allowed object is
User
public boolean isSetOwner()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
public XMLGregorianCalendar getEndTime()
XMLGregorianCalendar
public void setEndTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetEndTime()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendar
public void setLastUpdated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastUpdated()
public Boolean getExternal()
Boolean
public void setExternal(Boolean value)
value
- allowed object is
Boolean
public boolean isSetExternal()
public Boolean getAutoCleared()
Boolean
public void setAutoCleared(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAutoCleared()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0