public class

JobInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.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.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="ProjectedEndDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="EndDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" 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 String endDate
protected IdType jobTypeId
protected String jobTypeName
protected String projectedEndDate
protected String startDate
protected JobStatusEnum status
Public Constructors
JobInfo()
Public Methods
String getDescription()
Gets the value of the description property.
String 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.
String getProjectedEndDate()
Gets the value of the projectedEndDate property.
String 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(String 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(String value)
Sets the value of the projectedEndDate property.
void setStartDate(String 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 String endDate

protected IdType jobTypeId

protected String jobTypeName

protected String projectedEndDate

protected String 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 String 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 String getProjectedEndDate ()

Gets the value of the projectedEndDate property.

Returns
  • possible object is String

public String 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 (String 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 (String value)

Sets the value of the projectedEndDate property.

Parameters
value Allowed object is String

public void setStartDate (String 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