public class

VendorPaymentApply

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.purchases_2010_2.VendorPaymentApply

Class Overview

Java class for VendorPaymentApply complex type.

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

 <complexType name="VendorPaymentApply">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="apply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="doc" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="job" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="applyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="refNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="due" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="discDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="discAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="disc" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amount
protected Boolean apply
protected XMLGregorianCalendar applyDate
protected String currency
protected Double disc
protected Double discAmt
protected XMLGregorianCalendar discDate
protected Long doc
protected Double due
protected String job
protected String refNum
protected Double total
protected String type
Public Constructors
VendorPaymentApply()
Public Methods
Double getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getApplyDate()
Gets the value of the applyDate property.
String getCurrency()
Gets the value of the currency property.
Double getDisc()
Gets the value of the disc property.
Double getDiscAmt()
Gets the value of the discAmt property.
XMLGregorianCalendar getDiscDate()
Gets the value of the discDate property.
Long getDoc()
Gets the value of the doc property.
Double getDue()
Gets the value of the due property.
String getJob()
Gets the value of the job property.
String getRefNum()
Gets the value of the refNum property.
Double getTotal()
Gets the value of the total property.
String getType()
Gets the value of the type property.
Boolean isApply()
Gets the value of the apply property.
void setAmount(Double value)
Sets the value of the amount property.
void setApply(Boolean value)
Sets the value of the apply property.
void setApplyDate(XMLGregorianCalendar value)
Sets the value of the applyDate property.
void setCurrency(String value)
Sets the value of the currency property.
void setDisc(Double value)
Sets the value of the disc property.
void setDiscAmt(Double value)
Sets the value of the discAmt property.
void setDiscDate(XMLGregorianCalendar value)
Sets the value of the discDate property.
void setDoc(Long value)
Sets the value of the doc property.
void setDue(Double value)
Sets the value of the due property.
void setJob(String value)
Sets the value of the job property.
void setRefNum(String value)
Sets the value of the refNum property.
void setTotal(Double value)
Sets the value of the total property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Boolean apply

protected XMLGregorianCalendar applyDate

protected String currency

protected Double disc

protected Double discAmt

protected XMLGregorianCalendar discDate

protected Long doc

protected Double due

protected String job

protected String refNum

protected Double total

protected String type

Public Constructors

public VendorPaymentApply ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public XMLGregorianCalendar getApplyDate ()

Gets the value of the applyDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is String

public Double getDisc ()

Gets the value of the disc property.

Returns
  • possible object is Double

public Double getDiscAmt ()

Gets the value of the discAmt property.

Returns
  • possible object is Double

public XMLGregorianCalendar getDiscDate ()

Gets the value of the discDate property.

Returns
  • possible object is XMLGregorianCalendar

public Long getDoc ()

Gets the value of the doc property.

Returns
  • possible object is Long

public Double getDue ()

Gets the value of the due property.

Returns
  • possible object is Double

public String getJob ()

Gets the value of the job property.

Returns
  • possible object is String

public String getRefNum ()

Gets the value of the refNum property.

Returns
  • possible object is String

public Double getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public Boolean isApply ()

Gets the value of the apply property.

Returns
  • possible object is Boolean

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setApply (Boolean value)

Sets the value of the apply property.

Parameters
value Allowed object is Boolean

public void setApplyDate (XMLGregorianCalendar value)

Sets the value of the applyDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCurrency (String value)

Sets the value of the currency property.

Parameters
value Allowed object is String

public void setDisc (Double value)

Sets the value of the disc property.

Parameters
value Allowed object is Double

public void setDiscAmt (Double value)

Sets the value of the discAmt property.

Parameters
value Allowed object is Double

public void setDiscDate (XMLGregorianCalendar value)

Sets the value of the discDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDoc (Long value)

Sets the value of the doc property.

Parameters
value Allowed object is Long

public void setDue (Double value)

Sets the value of the due property.

Parameters
value Allowed object is Double

public void setJob (String value)

Sets the value of the job property.

Parameters
value Allowed object is String

public void setRefNum (String value)

Sets the value of the refNum property.

Parameters
value Allowed object is String

public void setTotal (Double value)

Sets the value of the total property.

Parameters
value Allowed object is Double

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String