public class Step extends BaseResource
Java class for Step complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Step"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="parent_step" type="{}Step" minOccurs="0"/> <element name="job" type="{}Job" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{}status" 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="external" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="external_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
Boolean |
getExternal()
Gets the value of the external property.
|
String |
getExternalType()
Gets the value of the externalType property.
|
Job |
getJob()
Gets the value of the job property.
|
Integer |
getNumber()
Gets the value of the number property.
|
Step |
getParentStep()
Gets the value of the parentStep property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
Status |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetEndTime() |
boolean |
isSetExternal() |
boolean |
isSetExternalType() |
boolean |
isSetJob() |
boolean |
isSetNumber() |
boolean |
isSetParentStep() |
boolean |
isSetStartTime() |
boolean |
isSetStatus() |
boolean |
isSetType() |
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setExternal(Boolean value)
Sets the value of the external property.
|
void |
setExternalType(String value)
Sets the value of the externalType property.
|
void |
setJob(Job value)
Sets the value of the job property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setParentStep(Step value)
Sets the value of the parentStep property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type 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 Step getParentStep()
Step
public void setParentStep(Step value)
value
- allowed object is
Step
public boolean isSetParentStep()
public void setJob(Job value)
value
- allowed object is
Job
public boolean isSetJob()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public Integer getNumber()
Integer
public void setNumber(Integer value)
value
- allowed object is
Integer
public boolean isSetNumber()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
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 Boolean getExternal()
Boolean
public void setExternal(Boolean value)
value
- allowed object is
Boolean
public boolean isSetExternal()
public String getExternalType()
String
public void setExternalType(String value)
value
- allowed object is
String
public boolean isSetExternalType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0