| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2012_1.RevRecScheduleRecurrence |
Java class for RevRecScheduleRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevRecScheduleRecurrence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="incomeaccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="periodOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="recamount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| incomeaccount | |||||||||||
| periodOffset | |||||||||||
| recamount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the incomeaccount property.
| |||||||||||
Gets the value of the periodOffset property.
| |||||||||||
Gets the value of the recamount property.
| |||||||||||
Sets the value of the incomeaccount property.
| |||||||||||
Sets the value of the periodOffset property.
| |||||||||||
Sets the value of the recamount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the incomeaccount property.
RecordRef
Gets the value of the periodOffset property.
Gets the value of the recamount property.
Sets the value of the incomeaccount property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the periodOffset property.
| value | Allowed object is Long |
|---|
Sets the value of the recamount property.
| value | Allowed object is String |
|---|