public class

Offering

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.Offering

Class Overview

Product: ALL Description: 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.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="TrialExpiryDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="CancelationDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" 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

Fields
protected String activationDate
protected String cancelationDate
protected OfferingId offeringId
protected String offeringName
protected SeatType seatType
protected BigInteger seats
protected String trialExpiryDate
Public Constructors
Offering()
Public Methods
String getActivationDate()
Gets the value of the activationDate property.
String 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.
String getTrialExpiryDate()
Gets the value of the trialExpiryDate property.
void setActivationDate(String value)
Sets the value of the activationDate property.
void setCancelationDate(String 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(String value)
Sets the value of the trialExpiryDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String activationDate

protected String cancelationDate

protected OfferingId offeringId

protected String offeringName

protected SeatType seatType

protected BigInteger seats

protected String trialExpiryDate

Public Constructors

public Offering ()

Public Methods

public String getActivationDate ()

Gets the value of the activationDate property.

Returns
  • possible object is String

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

Gets the value of the trialExpiryDate property.

Returns
  • possible object is String

public void setActivationDate (String value)

Sets the value of the activationDate property.

Parameters
value Allowed object is String

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

Sets the value of the trialExpiryDate property.

Parameters
value Allowed object is String