public class

JobInfo

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.JobInfo

Class Overview

Java class for JobInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="JobInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Status" type="{http://www.intuit.com/sb/cdm/v2}JobStatusEnum" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="ProjectedEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}JobTypeReferenceGroup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String description
protected Date endDate
protected IdType jobTypeId
protected String jobTypeName
protected Date projectedEndDate
protected Date startDate
protected JobStatusEnum status
Public Constructors
JobInfo()
Public Methods
String getDescription()
Gets the value of the description property.
Date getEndDate()
Gets the value of the endDate property.
IdType getJobTypeId()
Gets the value of the jobTypeId property.
String getJobTypeName()
Gets the value of the jobTypeName property.
Date getProjectedEndDate()
Gets the value of the projectedEndDate property.
Date getStartDate()
Gets the value of the startDate property.
JobStatusEnum getStatus()
Gets the value of the status property.
void setDescription(String value)
Sets the value of the description property.
void setEndDate(Date value)
Sets the value of the endDate property.
void setJobTypeId(IdType value)
Sets the value of the jobTypeId property.
void setJobTypeName(String value)
Sets the value of the jobTypeName property.
void setProjectedEndDate(Date value)
Sets the value of the projectedEndDate property.
void setStartDate(Date value)
Sets the value of the startDate property.
void setStatus(JobStatusEnum value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected Date endDate

protected IdType jobTypeId

protected String jobTypeName

protected Date projectedEndDate

protected Date startDate

protected JobStatusEnum status

Public Constructors

public JobInfo ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Date getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is String

public IdType getJobTypeId ()

Gets the value of the jobTypeId property.

Returns

public String getJobTypeName ()

Gets the value of the jobTypeName property.

Returns
  • possible object is String

public Date getProjectedEndDate ()

Gets the value of the projectedEndDate property.

Returns
  • possible object is String

public Date getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is String

public JobStatusEnum getStatus ()

Gets the value of the status property.

Returns

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEndDate (Date value)

Sets the value of the endDate property.

Parameters
value Allowed object is String

public void setJobTypeId (IdType value)

Sets the value of the jobTypeId property.

Parameters
value Allowed object is IdType

public void setJobTypeName (String value)

Sets the value of the jobTypeName property.

Parameters
value Allowed object is String

public void setProjectedEndDate (Date value)

Sets the value of the projectedEndDate property.

Parameters
value Allowed object is String

public void setStartDate (Date value)

Sets the value of the startDate property.

Parameters
value Allowed object is String

public void setStatus (JobStatusEnum value)

Sets the value of the status property.

Parameters
value Allowed object is JobStatusEnum