
tsg.ns.wsdl.coop.AccountingPeriodSearchRowBasic Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for AccountingPeriodSearchRowBasic complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AccountingPeriodSearchRowBasic">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRowBasic">
* <sequence>
* <element name="allLocked" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="allowNonGLChanges" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="apLocked" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="arLocked" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="closed" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="closedOnDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="endDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="internalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="isAdjust" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="isInactive" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="isQuarter" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="isYear" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="parent" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="payrollLocked" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="periodName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
* <element name="startDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AccountingPeriodSearchRowBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = {
"allLocked",
"allowNonGLChanges",
"apLocked",
"arLocked",
"closed",
"closedOnDate",
"endDate",
"internalId",
"isAdjust",
"isInactive",
"isQuarter",
"isYear",
"parent",
"payrollLocked",
"periodName",
"startDate"
})
public class AccountingPeriodSearchRowBasic
extends SearchRowBasic
{
protected List allLocked;
protected List allowNonGLChanges;
protected List apLocked;
protected List arLocked;
protected List closed;
protected List closedOnDate;
protected List endDate;
protected List internalId;
protected List isAdjust;
protected List isInactive;
protected List isQuarter;
protected List isYear;
protected List parent;
protected List payrollLocked;
protected List periodName;
protected List startDate;
/**
* Gets the value of the allLocked property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the allLocked property.
*
*
* For example, to add a new item, do as follows:
*
* getAllLocked().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getAllLocked() {
if (allLocked == null) {
allLocked = new ArrayList();
}
return this.allLocked;
}
/**
* Gets the value of the allowNonGLChanges property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the allowNonGLChanges property.
*
*
* For example, to add a new item, do as follows:
*
* getAllowNonGLChanges().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getAllowNonGLChanges() {
if (allowNonGLChanges == null) {
allowNonGLChanges = new ArrayList();
}
return this.allowNonGLChanges;
}
/**
* Gets the value of the apLocked property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the apLocked property.
*
*
* For example, to add a new item, do as follows:
*
* getApLocked().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getApLocked() {
if (apLocked == null) {
apLocked = new ArrayList();
}
return this.apLocked;
}
/**
* Gets the value of the arLocked property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the arLocked property.
*
*
* For example, to add a new item, do as follows:
*
* getArLocked().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getArLocked() {
if (arLocked == null) {
arLocked = new ArrayList();
}
return this.arLocked;
}
/**
* Gets the value of the closed property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the closed property.
*
*
* For example, to add a new item, do as follows:
*
* getClosed().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getClosed() {
if (closed == null) {
closed = new ArrayList();
}
return this.closed;
}
/**
* Gets the value of the closedOnDate property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the closedOnDate property.
*
*
* For example, to add a new item, do as follows:
*
* getClosedOnDate().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnDateField }
*
*
*/
public List getClosedOnDate() {
if (closedOnDate == null) {
closedOnDate = new ArrayList();
}
return this.closedOnDate;
}
/**
* Gets the value of the endDate property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the endDate property.
*
*
* For example, to add a new item, do as follows:
*
* getEndDate().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnDateField }
*
*
*/
public List getEndDate() {
if (endDate == null) {
endDate = new ArrayList();
}
return this.endDate;
}
/**
* Gets the value of the internalId property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the internalId property.
*
*
* For example, to add a new item, do as follows:
*
* getInternalId().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnSelectField }
*
*
*/
public List getInternalId() {
if (internalId == null) {
internalId = new ArrayList();
}
return this.internalId;
}
/**
* Gets the value of the isAdjust property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the isAdjust property.
*
*
* For example, to add a new item, do as follows:
*
* getIsAdjust().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getIsAdjust() {
if (isAdjust == null) {
isAdjust = new ArrayList();
}
return this.isAdjust;
}
/**
* Gets the value of the isInactive property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the isInactive property.
*
*
* For example, to add a new item, do as follows:
*
* getIsInactive().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getIsInactive() {
if (isInactive == null) {
isInactive = new ArrayList();
}
return this.isInactive;
}
/**
* Gets the value of the isQuarter property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the isQuarter property.
*
*
* For example, to add a new item, do as follows:
*
* getIsQuarter().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getIsQuarter() {
if (isQuarter == null) {
isQuarter = new ArrayList();
}
return this.isQuarter;
}
/**
* Gets the value of the isYear property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the isYear property.
*
*
* For example, to add a new item, do as follows:
*
* getIsYear().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getIsYear() {
if (isYear == null) {
isYear = new ArrayList();
}
return this.isYear;
}
/**
* Gets the value of the parent property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the parent property.
*
*
* For example, to add a new item, do as follows:
*
* getParent().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnSelectField }
*
*
*/
public List getParent() {
if (parent == null) {
parent = new ArrayList();
}
return this.parent;
}
/**
* Gets the value of the payrollLocked property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the payrollLocked property.
*
*
* For example, to add a new item, do as follows:
*
* getPayrollLocked().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnBooleanField }
*
*
*/
public List getPayrollLocked() {
if (payrollLocked == null) {
payrollLocked = new ArrayList();
}
return this.payrollLocked;
}
/**
* Gets the value of the periodName property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the periodName property.
*
*
* For example, to add a new item, do as follows:
*
* getPeriodName().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnStringField }
*
*
*/
public List getPeriodName() {
if (periodName == null) {
periodName = new ArrayList();
}
return this.periodName;
}
/**
* Gets the value of the startDate property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the startDate property.
*
*
* For example, to add a new item, do as follows:
*
* getStartDate().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SearchColumnDateField }
*
*
*/
public List getStartDate() {
if (startDate == null) {
startDate = new ArrayList();
}
return this.startDate;
}
}