public class

Offering

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

Class Overview

definition of one or many offerings associated with each company

Java class for Offering complex type.

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

 <complexType name="Offering">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OfferingId" type="{http://www.intuit.com/sb/cdm/v2}offeringId" minOccurs="0"/>
         <element name="OfferingName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ActivationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="TrialExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="CancelationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Seats" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="SeatType" type="{http://www.intuit.com/sb/cdm/v2}seatType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Date activationDate
protected Date cancelationDate
protected OfferingId offeringId
protected String offeringName
protected SeatType seatType
protected BigInteger seats
protected Date trialExpiryDate
Public Constructors
Offering()
Public Methods
Date getActivationDate()
Gets the value of the activationDate property.
Date getCancelationDate()
Gets the value of the cancelationDate property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
String getOfferingName()
Gets the value of the offeringName property.
SeatType getSeatType()
Gets the value of the seatType property.
BigInteger getSeats()
Gets the value of the seats property.
Date getTrialExpiryDate()
Gets the value of the trialExpiryDate property.
void setActivationDate(Date value)
Sets the value of the activationDate property.
void setCancelationDate(Date value)
Sets the value of the cancelationDate property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setOfferingName(String value)
Sets the value of the offeringName property.
void setSeatType(SeatType value)
Sets the value of the seatType property.
void setSeats(BigInteger value)
Sets the value of the seats property.
void setTrialExpiryDate(Date value)
Sets the value of the trialExpiryDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date activationDate

protected Date cancelationDate

protected OfferingId offeringId

protected String offeringName

protected SeatType seatType

protected BigInteger seats

protected Date trialExpiryDate

Public Constructors

public Offering ()

Public Methods

public Date getActivationDate ()

Gets the value of the activationDate property.

Returns
  • possible object is String

public Date getCancelationDate ()

Gets the value of the cancelationDate property.

Returns
  • possible object is String

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public String getOfferingName ()

Gets the value of the offeringName property.

Returns
  • possible object is String

public SeatType getSeatType ()

Gets the value of the seatType property.

Returns

public BigInteger getSeats ()

Gets the value of the seats property.

Returns
  • possible object is BigInteger

public Date getTrialExpiryDate ()

Gets the value of the trialExpiryDate property.

Returns
  • possible object is String

public void setActivationDate (Date value)

Sets the value of the activationDate property.

Parameters
value Allowed object is String

public void setCancelationDate (Date value)

Sets the value of the cancelationDate property.

Parameters
value Allowed object is String

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId

public void setOfferingName (String value)

Sets the value of the offeringName property.

Parameters
value Allowed object is String

public void setSeatType (SeatType value)

Sets the value of the seatType property.

Parameters
value Allowed object is SeatType

public void setSeats (BigInteger value)

Sets the value of the seats property.

Parameters
value Allowed object is BigInteger

public void setTrialExpiryDate (Date value)

Sets the value of the trialExpiryDate property.

Parameters
value Allowed object is String