public class

AccountingPeriodFiscalCalendars

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2013_2.AccountingPeriodFiscalCalendars

Class Overview

Java class for AccountingPeriodFiscalCalendars complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AccountingPeriodFiscalCalendars">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fiscalCalendar" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="parent" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef fiscalCalendar
protected RecordRef parent
Public Constructors
AccountingPeriodFiscalCalendars()
Public Methods
RecordRef getFiscalCalendar()
Gets the value of the fiscalCalendar property.
RecordRef getParent()
Gets the value of the parent property.
void setFiscalCalendar(RecordRef value)
Sets the value of the fiscalCalendar property.
void setParent(RecordRef value)
Sets the value of the parent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef fiscalCalendar

protected RecordRef parent

Public Constructors

public AccountingPeriodFiscalCalendars ()

Public Methods

public RecordRef getFiscalCalendar ()

Gets the value of the fiscalCalendar property.

Returns

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public void setFiscalCalendar (RecordRef value)

Sets the value of the fiscalCalendar property.

Parameters
value Allowed object is RecordRef

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef