com.bytekast.netsuite.client.ExpenseCategorySearchBasic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netsuite-suitetalk Show documentation
Show all versions of netsuite-suitetalk Show documentation
Client API for NetSuite Suitetalk Web Services
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 ExpenseCategorySearchBasic complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ExpenseCategorySearchBasic">
* <complexContent>
* <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}SearchRecordBasic">
* <sequence>
* <element name="account" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="description" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="externalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="externalIdString" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" 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="isInactive" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="name" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="rateRequired" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
* <element name="subsidiary" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="customFieldList" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ExpenseCategorySearchBasic", namespace = "urn:common_2017_1.platform.webservices.netsuite.com", propOrder = {
"account",
"description",
"externalId",
"externalIdString",
"internalId",
"internalIdNumber",
"isInactive",
"name",
"rateRequired",
"subsidiary",
"customFieldList"
})
public class ExpenseCategorySearchBasic
extends SearchRecordBasic
implements Serializable
{
protected SearchMultiSelectField account;
protected SearchStringField description;
protected SearchMultiSelectField externalId;
protected SearchStringField externalIdString;
protected SearchMultiSelectField internalId;
protected SearchLongField internalIdNumber;
protected SearchBooleanField isInactive;
protected SearchStringField name;
protected SearchBooleanField rateRequired;
protected SearchMultiSelectField subsidiary;
protected SearchCustomFieldList customFieldList;
/**
* Gets the value of the account property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getAccount() {
return account;
}
/**
* Sets the value of the account property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setAccount(SearchMultiSelectField value) {
this.account = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setDescription(SearchStringField value) {
this.description = value;
}
/**
* Gets the value of the externalId property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getExternalId() {
return externalId;
}
/**
* Sets the value of the externalId property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setExternalId(SearchMultiSelectField value) {
this.externalId = value;
}
/**
* Gets the value of the externalIdString property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getExternalIdString() {
return externalIdString;
}
/**
* Sets the value of the externalIdString property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setExternalIdString(SearchStringField value) {
this.externalIdString = 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 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 name property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setName(SearchStringField value) {
this.name = value;
}
/**
* Gets the value of the rateRequired property.
*
* @return
* possible object is
* {@link SearchBooleanField }
*
*/
public SearchBooleanField getRateRequired() {
return rateRequired;
}
/**
* Sets the value of the rateRequired property.
*
* @param value
* allowed object is
* {@link SearchBooleanField }
*
*/
public void setRateRequired(SearchBooleanField value) {
this.rateRequired = value;
}
/**
* Gets the value of the subsidiary property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getSubsidiary() {
return subsidiary;
}
/**
* Sets the value of the subsidiary property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setSubsidiary(SearchMultiSelectField value) {
this.subsidiary = value;
}
/**
* Gets the value of the customFieldList property.
*
* @return
* possible object is
* {@link SearchCustomFieldList }
*
*/
public SearchCustomFieldList getCustomFieldList() {
return customFieldList;
}
/**
* Sets the value of the customFieldList property.
*
* @param value
* allowed object is
* {@link SearchCustomFieldList }
*
*/
public void setCustomFieldList(SearchCustomFieldList value) {
this.customFieldList = value;
}
}