public class

RevRecScheduleRecurrence

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2012_1.RevRecScheduleRecurrence

Class Overview

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>
 

Summary

Fields
protected RecordRef incomeaccount
protected Long periodOffset
protected String recamount
Public Constructors
RevRecScheduleRecurrence()
Public Methods
RecordRef getIncomeaccount()
Gets the value of the incomeaccount property.
Long getPeriodOffset()
Gets the value of the periodOffset property.
String getRecamount()
Gets the value of the recamount property.
void setIncomeaccount(RecordRef value)
Sets the value of the incomeaccount property.
void setPeriodOffset(Long value)
Sets the value of the periodOffset property.
void setRecamount(String value)
Sets the value of the recamount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef incomeaccount

protected Long periodOffset

protected String recamount

Public Constructors

public RevRecScheduleRecurrence ()

Public Methods

public RecordRef getIncomeaccount ()

Gets the value of the incomeaccount property.

Returns

public Long getPeriodOffset ()

Gets the value of the periodOffset property.

Returns
  • possible object is Long

public String getRecamount ()

Gets the value of the recamount property.

Returns
  • possible object is String

public void setIncomeaccount (RecordRef value)

Sets the value of the incomeaccount property.

Parameters
value Allowed object is RecordRef

public void setPeriodOffset (Long value)

Sets the value of the periodOffset property.

Parameters
value Allowed object is Long

public void setRecamount (String value)

Sets the value of the recamount property.

Parameters
value Allowed object is String