public class

PaymentMethodSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.PaymentMethodSearchRowBasic

Class Overview

Java class for PaymentMethodSearchRowBasic complex type.

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

 <complexType name="PaymentMethodSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="account" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="creditCard" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isDebitCard" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> account
protected List<SearchColumnBooleanField> creditCard
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isDebitCard
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnStringField> name
Public Constructors
PaymentMethodSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAccount()
Gets the value of the account property.
List<SearchColumnBooleanField> getCreditCard()
Gets the value of the creditCard property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsDebitCard()
Gets the value of the isDebitCard property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
void setAccount(List<SearchColumnSelectField> account)
Sets the value of the account property.
void setCreditCard(List<SearchColumnBooleanField> creditCard)
Sets the value of the creditCard property.
void setExternalId(List<SearchColumnSelectField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsDebitCard(List<SearchColumnBooleanField> isDebitCard)
Sets the value of the isDebitCard property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> account

protected List<SearchColumnBooleanField> creditCard

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isDebitCard

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnStringField> name

Public Constructors

public PaymentMethodSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAccount ()

Gets the value of the account 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 JAXB object. This is why there is not a set method for the account property.

For example, to add a new item, do as follows:

    getAccount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getCreditCard ()

Gets the value of the creditCard 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 JAXB object. This is why there is not a set method for the creditCard property.

For example, to add a new item, do as follows:

    getCreditCard().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId 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 JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getInternalId ()

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 JAXB 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 SearchColumnSelectField

public List<SearchColumnBooleanField> getIsDebitCard ()

Gets the value of the isDebitCard 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 JAXB object. This is why there is not a set method for the isDebitCard property.

For example, to add a new item, do as follows:

    getIsDebitCard().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsInactive ()

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 JAXB 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 SearchColumnBooleanField

public List<SearchColumnStringField> getName ()

Gets the value of the name 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 JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public void setAccount (List<SearchColumnSelectField> account)

Sets the value of the account property.

Parameters
account Allowed object is SearchColumnSelectField

public void setCreditCard (List<SearchColumnBooleanField> creditCard)

Sets the value of the creditCard property.

Parameters
creditCard Allowed object is SearchColumnBooleanField

public void setExternalId (List<SearchColumnSelectField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnSelectField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsDebitCard (List<SearchColumnBooleanField> isDebitCard)

Sets the value of the isDebitCard property.

Parameters
isDebitCard Allowed object is SearchColumnBooleanField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField