All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bytekast.netsuite.client.AccountingPeriodSearchBasic Maven / Gradle / Ivy

The newest version!

package com.bytekast.netsuite.client;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for AccountingPeriodSearchBasic complex type. * *

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

 * <complexType name="AccountingPeriodSearchBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}SearchRecordBasic">
 *       <sequence>
 *         <element name="allLocked" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="allowNonGlChanges" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="apLocked" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="arLocked" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="closed" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="closedOnDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="endDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="internalIdNumber" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
 *         <element name="isAdjust" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="isInactive" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="isQuarter" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="isYear" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="parent" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="payrollLocked" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="periodName" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="startDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AccountingPeriodSearchBasic", namespace = "urn:common_2017_1.platform.webservices.netsuite.com", propOrder = { "allLocked", "allowNonGlChanges", "apLocked", "arLocked", "closed", "closedOnDate", "endDate", "internalId", "internalIdNumber", "isAdjust", "isInactive", "isQuarter", "isYear", "parent", "payrollLocked", "periodName", "startDate" }) public class AccountingPeriodSearchBasic extends SearchRecordBasic implements Serializable { protected SearchBooleanField allLocked; protected SearchBooleanField allowNonGlChanges; protected SearchBooleanField apLocked; protected SearchBooleanField arLocked; protected SearchBooleanField closed; protected SearchDateField closedOnDate; protected SearchDateField endDate; protected SearchMultiSelectField internalId; protected SearchLongField internalIdNumber; protected SearchBooleanField isAdjust; protected SearchBooleanField isInactive; protected SearchBooleanField isQuarter; protected SearchBooleanField isYear; protected SearchMultiSelectField parent; protected SearchBooleanField payrollLocked; protected SearchStringField periodName; protected SearchDateField startDate; /** * Gets the value of the allLocked property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getAllLocked() { return allLocked; } /** * Sets the value of the allLocked property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setAllLocked(SearchBooleanField value) { this.allLocked = value; } /** * Gets the value of the allowNonGlChanges property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getAllowNonGlChanges() { return allowNonGlChanges; } /** * Sets the value of the allowNonGlChanges property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setAllowNonGlChanges(SearchBooleanField value) { this.allowNonGlChanges = value; } /** * Gets the value of the apLocked property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getApLocked() { return apLocked; } /** * Sets the value of the apLocked property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setApLocked(SearchBooleanField value) { this.apLocked = value; } /** * Gets the value of the arLocked property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getArLocked() { return arLocked; } /** * Sets the value of the arLocked property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setArLocked(SearchBooleanField value) { this.arLocked = value; } /** * Gets the value of the closed property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getClosed() { return closed; } /** * Sets the value of the closed property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setClosed(SearchBooleanField value) { this.closed = value; } /** * Gets the value of the closedOnDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getClosedOnDate() { return closedOnDate; } /** * Sets the value of the closedOnDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setClosedOnDate(SearchDateField value) { this.closedOnDate = value; } /** * Gets the value of the endDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getEndDate() { return endDate; } /** * Sets the value of the endDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setEndDate(SearchDateField value) { this.endDate = value; } /** * Gets the value of the internalId property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getInternalId() { return internalId; } /** * Sets the value of the internalId property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setInternalId(SearchMultiSelectField value) { this.internalId = value; } /** * Gets the value of the internalIdNumber property. * * @return * possible object is * {@link SearchLongField } * */ public SearchLongField getInternalIdNumber() { return internalIdNumber; } /** * Sets the value of the internalIdNumber property. * * @param value * allowed object is * {@link SearchLongField } * */ public void setInternalIdNumber(SearchLongField value) { this.internalIdNumber = value; } /** * Gets the value of the isAdjust property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsAdjust() { return isAdjust; } /** * Sets the value of the isAdjust property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsAdjust(SearchBooleanField value) { this.isAdjust = value; } /** * Gets the value of the isInactive property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsInactive() { return isInactive; } /** * Sets the value of the isInactive property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsInactive(SearchBooleanField value) { this.isInactive = value; } /** * Gets the value of the isQuarter property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsQuarter() { return isQuarter; } /** * Sets the value of the isQuarter property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsQuarter(SearchBooleanField value) { this.isQuarter = value; } /** * Gets the value of the isYear property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsYear() { return isYear; } /** * Sets the value of the isYear property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsYear(SearchBooleanField value) { this.isYear = value; } /** * Gets the value of the parent property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getParent() { return parent; } /** * Sets the value of the parent property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setParent(SearchMultiSelectField value) { this.parent = value; } /** * Gets the value of the payrollLocked property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getPayrollLocked() { return payrollLocked; } /** * Sets the value of the payrollLocked property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setPayrollLocked(SearchBooleanField value) { this.payrollLocked = value; } /** * Gets the value of the periodName property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getPeriodName() { return periodName; } /** * Sets the value of the periodName property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setPeriodName(SearchStringField value) { this.periodName = value; } /** * Gets the value of the startDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setStartDate(SearchDateField value) { this.startDate = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy