public class

JobInfo

extends Object
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

Fields
protected String description
protected XMLGregorianCalendar endDate
protected IdType jobTypeId
protected String jobTypeName
protected XMLGregorianCalendar projectedEndDate
protected XMLGregorianCalendar startDate
protected JobStatusEnum status
Public Constructors
JobInfo()
Public Methods
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar 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.
XMLGregorianCalendar getProjectedEndDate()
Gets the value of the projectedEndDate property.
XMLGregorianCalendar 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(XMLGregorianCalendar 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(XMLGregorianCalendar value)
Sets the value of the projectedEndDate property.
void setStartDate(XMLGregorianCalendar 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

Fields

protected String description

protected XMLGregorianCalendar endDate

protected IdType jobTypeId

protected String jobTypeName

protected XMLGregorianCalendar projectedEndDate

protected XMLGregorianCalendar 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 XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

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 XMLGregorianCalendar getProjectedEndDate ()

Gets the value of the projectedEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

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 (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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 (XMLGregorianCalendar value)

Sets the value of the projectedEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (JobStatusEnum value)

Sets the value of the status property.

Parameters
value Allowed object is JobStatusEnum