| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.Offering |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activationDate | |||||||||||
| cancelationDate | |||||||||||
| offeringId | |||||||||||
| offeringName | |||||||||||
| seatType | |||||||||||
| seats | |||||||||||
| trialExpiryDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activationDate property.
| |||||||||||
Gets the value of the cancelationDate property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the offeringName property.
| |||||||||||
Gets the value of the seatType property.
| |||||||||||
Gets the value of the seats property.
| |||||||||||
Gets the value of the trialExpiryDate property.
| |||||||||||
Sets the value of the activationDate property.
| |||||||||||
Sets the value of the cancelationDate property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the offeringName property.
| |||||||||||
Sets the value of the seatType property.
| |||||||||||
Sets the value of the seats property.
| |||||||||||
Sets the value of the trialExpiryDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activationDate property.
Gets the value of the cancelationDate property.
Gets the value of the offeringId property.
OfferingId
Gets the value of the offeringName property.
Gets the value of the seatType property.
SeatType
Gets the value of the seats property.
Gets the value of the trialExpiryDate property.
Sets the value of the activationDate property.
| value | Allowed object is String |
|---|
Sets the value of the cancelationDate property.
| value | Allowed object is String |
|---|
Sets the value of the offeringId property.
| value | Allowed object is
OfferingId
|
|---|
Sets the value of the offeringName property.
| value | Allowed object is String |
|---|
Sets the value of the seatType property.
| value | Allowed object is
SeatType
|
|---|
Sets the value of the seats property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the trialExpiryDate property.
| value | Allowed object is String |
|---|