public class

VendorReturnAuthorization

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.transactions.purchases_2012_1.VendorReturnAuthorization

Class Overview

Java class for VendorReturnAuthorization complex type.

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

 <complexType name="VendorReturnAuthorization">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="customForm" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdFrom" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="entity" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="orderStatus" type="{urn:types.purchases_2012_1.transactions.webservices.netsuite.com}VendorReturnAuthorizationOrderStatus" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="userTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="currency" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="currencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="department" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="intercoTransaction" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="intercoStatus" type="{urn:types.common_2012_1.platform.webservices.netsuite.com}IntercoStatus" minOccurs="0"/>
         <element name="expenseList" type="{urn:purchases_2012_1.transactions.webservices.netsuite.com}VendorReturnAuthorizationExpenseList" minOccurs="0"/>
         <element name="itemList" type="{urn:purchases_2012_1.transactions.webservices.netsuite.com}VendorReturnAuthorizationItemList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected RecordRef createdFrom
protected RecordRef currency
protected String currencyName
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected RecordRef entity
protected Double exchangeRate
protected VendorReturnAuthorizationExpenseList expenseList
protected String externalId
protected IntercoStatus intercoStatus
protected RecordRef intercoTransaction
protected String internalId
protected VendorReturnAuthorizationItemList itemList
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected VendorReturnAuthorizationOrderStatus orderStatus
protected RecordRef subsidiary
protected XMLGregorianCalendar tranDate
protected String tranId
protected Double userTotal
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
VendorReturnAuthorization()
Public Methods
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
RecordRef getCreatedFrom()
Gets the value of the createdFrom property.
RecordRef getCurrency()
Gets the value of the currency property.
String getCurrencyName()
Gets the value of the currencyName property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getDepartment()
Gets the value of the department property.
RecordRef getEntity()
Gets the value of the entity property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
VendorReturnAuthorizationExpenseList getExpenseList()
Gets the value of the expenseList property.
String getExternalId()
Gets the value of the externalId property.
IntercoStatus getIntercoStatus()
Gets the value of the intercoStatus property.
RecordRef getIntercoTransaction()
Gets the value of the intercoTransaction property.
String getInternalId()
Gets the value of the internalId property.
VendorReturnAuthorizationItemList getItemList()
Gets the value of the itemList property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
VendorReturnAuthorizationOrderStatus getOrderStatus()
Gets the value of the orderStatus property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
String getTranId()
Gets the value of the tranId property.
Double getUserTotal()
Gets the value of the userTotal property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreatedFrom(RecordRef value)
Sets the value of the createdFrom property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setCurrencyName(String value)
Sets the value of the currencyName property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExpenseList(VendorReturnAuthorizationExpenseList value)
Sets the value of the expenseList property.
void setExternalId(String value)
Sets the value of the externalId property.
void setIntercoStatus(IntercoStatus value)
Sets the value of the intercoStatus property.
void setIntercoTransaction(RecordRef value)
Sets the value of the intercoTransaction property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemList(VendorReturnAuthorizationItemList value)
Sets the value of the itemList property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOrderStatus(VendorReturnAuthorizationOrderStatus value)
Sets the value of the orderStatus property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranId(String value)
Sets the value of the tranId property.
void setUserTotal(Double value)
Sets the value of the userTotal property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected RecordRef createdFrom

protected RecordRef currency

protected String currencyName

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected RecordRef entity

protected Double exchangeRate

protected VendorReturnAuthorizationExpenseList expenseList

protected String externalId

protected IntercoStatus intercoStatus

protected RecordRef intercoTransaction

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected VendorReturnAuthorizationOrderStatus orderStatus

protected RecordRef subsidiary

protected XMLGregorianCalendar tranDate

protected String tranId

protected Double userTotal

Public Constructors

public VendorReturnAuthorization ()

Public Methods

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getCreatedFrom ()

Gets the value of the createdFrom property.

Returns

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public String getCurrencyName ()

Gets the value of the currencyName property.

Returns
  • possible object is String

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public RecordRef getEntity ()

Gets the value of the entity property.

Returns

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public VendorReturnAuthorizationExpenseList getExpenseList ()

Gets the value of the expenseList property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public IntercoStatus getIntercoStatus ()

Gets the value of the intercoStatus property.

Returns

public RecordRef getIntercoTransaction ()

Gets the value of the intercoTransaction property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public VendorReturnAuthorizationItemList getItemList ()

Gets the value of the itemList property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public VendorReturnAuthorizationOrderStatus getOrderStatus ()

Gets the value of the orderStatus property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTranId ()

Gets the value of the tranId property.

Returns
  • possible object is String

public Double getUserTotal ()

Gets the value of the userTotal property.

Returns
  • possible object is Double

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedFrom (RecordRef value)

Sets the value of the createdFrom property.

Parameters
value Allowed object is RecordRef

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setCurrencyName (String value)

Sets the value of the currencyName property.

Parameters
value Allowed object is String

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEntity (RecordRef value)

Sets the value of the entity property.

Parameters
value Allowed object is RecordRef

public void setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setExpenseList (VendorReturnAuthorizationExpenseList value)

Sets the value of the expenseList property.

Parameters
value Allowed object is VendorReturnAuthorizationExpenseList

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setIntercoStatus (IntercoStatus value)

Sets the value of the intercoStatus property.

Parameters
value Allowed object is IntercoStatus

public void setIntercoTransaction (RecordRef value)

Sets the value of the intercoTransaction property.

Parameters
value Allowed object is RecordRef

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItemList (VendorReturnAuthorizationItemList value)

Sets the value of the itemList property.

Parameters
value Allowed object is VendorReturnAuthorizationItemList

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOrderStatus (VendorReturnAuthorizationOrderStatus value)

Sets the value of the orderStatus property.

Parameters
value Allowed object is VendorReturnAuthorizationOrderStatus

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTranId (String value)

Sets the value of the tranId property.

Parameters
value Allowed object is String

public void setUserTotal (Double value)

Sets the value of the userTotal property.

Parameters
value Allowed object is Double