public class

PayrollTerminationInfo

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

Class Overview

Provides the definition to hold all required information needed when canceling Payroll.

Java class for PayrollTerminationInfo complex type.

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

 <complexType name="PayrollTerminationInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CompanyId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="TerminationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="PayrollSubscriptionTerminationReason" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}PayrollSubscriptionTerminationReasonEnum" minOccurs="0"/>
         <element name="TerminationDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReferralRating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ReferralReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType companyId
protected PayrollSubscriptionTerminationReasonEnum payrollSubscriptionTerminationReason
protected Integer referralRating
protected String referralReason
protected Date terminationDate
protected String terminationDetails
Public Constructors
PayrollTerminationInfo()
Public Methods
IdType getCompanyId()
Gets the value of the companyId property.
PayrollSubscriptionTerminationReasonEnum getPayrollSubscriptionTerminationReason()
Gets the value of the payrollSubscriptionTerminationReason property.
Integer getReferralRating()
Gets the value of the referralRating property.
String getReferralReason()
Gets the value of the referralReason property.
Date getTerminationDate()
Gets the value of the terminationDate property.
String getTerminationDetails()
Gets the value of the terminationDetails property.
void setCompanyId(IdType value)
Sets the value of the companyId property.
void setPayrollSubscriptionTerminationReason(PayrollSubscriptionTerminationReasonEnum value)
Sets the value of the payrollSubscriptionTerminationReason property.
void setReferralRating(Integer value)
Sets the value of the referralRating property.
void setReferralReason(String value)
Sets the value of the referralReason property.
void setTerminationDate(Date value)
Sets the value of the terminationDate property.
void setTerminationDetails(String value)
Sets the value of the terminationDetails property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType companyId

protected PayrollSubscriptionTerminationReasonEnum payrollSubscriptionTerminationReason

protected Integer referralRating

protected String referralReason

protected Date terminationDate

protected String terminationDetails

Public Constructors

public PayrollTerminationInfo ()

Public Methods

public IdType getCompanyId ()

Gets the value of the companyId property.

Returns

public PayrollSubscriptionTerminationReasonEnum getPayrollSubscriptionTerminationReason ()

Gets the value of the payrollSubscriptionTerminationReason property.

Returns

public Integer getReferralRating ()

Gets the value of the referralRating property.

Returns
  • possible object is Integer

public String getReferralReason ()

Gets the value of the referralReason property.

Returns
  • possible object is String

public Date getTerminationDate ()

Gets the value of the terminationDate property.

Returns
  • possible object is String

public String getTerminationDetails ()

Gets the value of the terminationDetails property.

Returns
  • possible object is String

public void setCompanyId (IdType value)

Sets the value of the companyId property.

Parameters
value Allowed object is IdType

public void setPayrollSubscriptionTerminationReason (PayrollSubscriptionTerminationReasonEnum value)

Sets the value of the payrollSubscriptionTerminationReason property.

Parameters
value Allowed object is PayrollSubscriptionTerminationReasonEnum

public void setReferralRating (Integer value)

Sets the value of the referralRating property.

Parameters
value Allowed object is Integer

public void setReferralReason (String value)

Sets the value of the referralReason property.

Parameters
value Allowed object is String

public void setTerminationDate (Date value)

Sets the value of the terminationDate property.

Parameters
value Allowed object is String

public void setTerminationDetails (String value)

Sets the value of the terminationDetails property.

Parameters
value Allowed object is String