| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2012_1.RevRecTemplate | |
Java class for RevRecTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevRecTemplate">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amortizationType" type="{urn:types.accounting_2012_1.lists.webservices.netsuite.com}RevRecScheduleAmortizationType" minOccurs="0"/>
<element name="recurrenceType" type="{urn:types.accounting_2012_1.lists.webservices.netsuite.com}RevRecScheduleRecurrenceType" minOccurs="0"/>
<element name="recogIntervalSrc" type="{urn:types.accounting_2012_1.lists.webservices.netsuite.com}RevRecScheduleRecogIntervalSrc" minOccurs="0"/>
<element name="amortizationPeriod" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="periodOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="revRecOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="initialAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="recurrenceList" type="{urn:accounting_2012_1.lists.webservices.netsuite.com}RevRecTemplateRecurrenceList" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amortizationPeriod | |||||||||||
| amortizationType | |||||||||||
| externalId | |||||||||||
| initialAmount | |||||||||||
| internalId | |||||||||||
| isInactive | |||||||||||
| name | |||||||||||
| periodOffset | |||||||||||
| recogIntervalSrc | |||||||||||
| recurrenceList | |||||||||||
| recurrenceType | |||||||||||
| revRecOffset | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amortizationPeriod property.
| |||||||||||
Gets the value of the amortizationType property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the initialAmount property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the periodOffset property.
| |||||||||||
Gets the value of the recogIntervalSrc property.
| |||||||||||
Gets the value of the recurrenceList property.
| |||||||||||
Gets the value of the recurrenceType property.
| |||||||||||
Gets the value of the revRecOffset property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Sets the value of the amortizationPeriod property.
| |||||||||||
Sets the value of the amortizationType property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the initialAmount property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the periodOffset property.
| |||||||||||
Sets the value of the recogIntervalSrc property.
| |||||||||||
Sets the value of the recurrenceList property.
| |||||||||||
Sets the value of the recurrenceType property.
| |||||||||||
Sets the value of the revRecOffset property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amortizationPeriod property.
Gets the value of the amortizationType property.
RevRecScheduleAmortizationType
Gets the value of the externalId property.
Gets the value of the initialAmount property.
Gets the value of the internalId property.
Gets the value of the name property.
Gets the value of the periodOffset property.
Gets the value of the recogIntervalSrc property.
RevRecScheduleRecogIntervalSrc
Gets the value of the recurrenceList property.
RevRecTemplateRecurrenceList
Gets the value of the recurrenceType property.
RevRecScheduleRecurrenceType
Gets the value of the revRecOffset property.
Gets the value of the isInactive property.
Sets the value of the amortizationPeriod property.
| value | Allowed object is Long |
|---|
Sets the value of the amortizationType property.
| value | Allowed object is
RevRecScheduleAmortizationType
|
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the initialAmount property.
| value | Allowed object is Double |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the periodOffset property.
| value | Allowed object is Long |
|---|
Sets the value of the recogIntervalSrc property.
| value | Allowed object is
RevRecScheduleRecogIntervalSrc
|
|---|
Sets the value of the recurrenceList property.
| value | Allowed object is
RevRecTemplateRecurrenceList
|
|---|
Sets the value of the recurrenceType property.
| value | Allowed object is
RevRecScheduleRecurrenceType
|
|---|
Sets the value of the revRecOffset property.
| value | Allowed object is Long |
|---|