public class

CustomerDepositApplyList

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.customers_2013_2.CustomerDepositApplyList

Class Overview

Java class for CustomerDepositApplyList complex type.

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

 <complexType name="CustomerDepositApplyList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customerDepositApply" type="{urn:customers_2013_2.transactions.webservices.netsuite.com}CustomerDepositApply" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="replaceAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CustomerDepositApply> customerDepositApply
protected Boolean replaceAll
Public Constructors
CustomerDepositApplyList()
Public Methods
List<CustomerDepositApply> getCustomerDepositApply()
Gets the value of the customerDepositApply property.
boolean getReplaceAll()
Gets the value of the replaceAll property.
void setCustomerDepositApply(List<CustomerDepositApply> customerDepositApply)
Sets the value of the customerDepositApply property.
void setReplaceAll(Boolean value)
Sets the value of the replaceAll property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CustomerDepositApply> customerDepositApply

protected Boolean replaceAll

Public Constructors

public CustomerDepositApplyList ()

Public Methods

public List<CustomerDepositApply> getCustomerDepositApply ()

Gets the value of the customerDepositApply 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 customerDepositApply property.

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

    getCustomerDepositApply().add(newItem);
 

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

public boolean getReplaceAll ()

Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCustomerDepositApply (List<CustomerDepositApply> customerDepositApply)

Sets the value of the customerDepositApply property.

Parameters
customerDepositApply Allowed object is CustomerDepositApply

public void setReplaceAll (Boolean value)

Sets the value of the replaceAll property.

Parameters
value Allowed object is Boolean