public class

PaymentMethodSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.PaymentMethodSearchBasic

Class Overview

Java class for PaymentMethodSearchBasic complex type.

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

 <complexType name="PaymentMethodSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="creditCard" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isDebitCard" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField account
protected SearchBooleanField creditCard
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isDebitCard
protected SearchBooleanField isInactive
protected SearchStringField name
Public Constructors
PaymentMethodSearchBasic()
Public Methods
SearchMultiSelectField getAccount()
Gets the value of the account property.
SearchBooleanField getCreditCard()
Gets the value of the creditCard property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsDebitCard()
Gets the value of the isDebitCard property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchStringField getName()
Gets the value of the name property.
void setAccount(SearchMultiSelectField value)
Sets the value of the account property.
void setCreditCard(SearchBooleanField value)
Sets the value of the creditCard property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsDebitCard(SearchBooleanField value)
Sets the value of the isDebitCard property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setName(SearchStringField value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField account

protected SearchBooleanField creditCard

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isDebitCard

protected SearchBooleanField isInactive

protected SearchStringField name

Public Constructors

public PaymentMethodSearchBasic ()

Public Methods

public SearchMultiSelectField getAccount ()

Gets the value of the account property.

Returns

public SearchBooleanField getCreditCard ()

Gets the value of the creditCard property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getIsDebitCard ()

Gets the value of the isDebitCard property.

Returns

public SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public void setAccount (SearchMultiSelectField value)

Sets the value of the account property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCreditCard (SearchBooleanField value)

Sets the value of the creditCard property.

Parameters
value Allowed object is SearchBooleanField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setIsDebitCard (SearchBooleanField value)

Sets the value of the isDebitCard property.

Parameters
value Allowed object is SearchBooleanField

public void setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField