All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsg.ns.wsdl.coop.VendorCreditItem Maven / Gradle / Ivy


package tsg.ns.wsdl.coop;

import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for VendorCreditItem complex type. * *

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

 * <complexType name="VendorCreditItem">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="vendorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="orderLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="units" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="inventoryDetail" type="{urn:common_2023_1.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
 *         <element name="serialNumbersList" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
 *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="binNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="taxCode" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="taxRate1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="taxRate2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="grossAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="options" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *         <element name="department" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="class" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="customer" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="isBillable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="amortizationSched" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="amortizStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="amortizationEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="amortizationResidual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="taxDetailsReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "VendorCreditItem", namespace = "urn:purchases_2023_1.transactions.webservices.netsuite.com", propOrder = { "item", "vendorName", "line", "orderLine", "quantity", "units", "inventoryDetail", "serialNumbersList", "description", "rate", "amount", "binNumbers", "taxCode", "taxRate1", "taxRate2", "grossAmt", "tax1Amt", "options", "department", "clazz", "location", "customer", "isBillable", "amortizationSched", "amortizStartDate", "amortizationEndDate", "amortizationResidual", "taxAmount", "taxDetailsReference", "customFieldList" }) public class VendorCreditItem { protected RecordRef item; protected String vendorName; protected Long line; protected Long orderLine; protected Double quantity; protected RecordRef units; protected InventoryDetail inventoryDetail; protected RecordRefList serialNumbersList; protected String description; protected String rate; protected Double amount; protected String binNumbers; protected RecordRef taxCode; protected Double taxRate1; protected Double taxRate2; protected Double grossAmt; protected Double tax1Amt; protected CustomFieldList options; protected RecordRef department; @XmlElement(name = "class") protected RecordRef clazz; protected RecordRef location; protected RecordRef customer; protected Boolean isBillable; protected RecordRef amortizationSched; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar amortizStartDate; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar amortizationEndDate; protected String amortizationResidual; protected Double taxAmount; protected String taxDetailsReference; protected CustomFieldList customFieldList; /** * Gets the value of the item property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getItem() { return item; } /** * Sets the value of the item property. * * @param value * allowed object is * {@link RecordRef } * */ public void setItem(RecordRef value) { this.item = value; } /** * Gets the value of the vendorName property. * * @return * possible object is * {@link String } * */ public String getVendorName() { return vendorName; } /** * Sets the value of the vendorName property. * * @param value * allowed object is * {@link String } * */ public void setVendorName(String value) { this.vendorName = value; } /** * Gets the value of the line property. * * @return * possible object is * {@link Long } * */ public Long getLine() { return line; } /** * Sets the value of the line property. * * @param value * allowed object is * {@link Long } * */ public void setLine(Long value) { this.line = value; } /** * Gets the value of the orderLine property. * * @return * possible object is * {@link Long } * */ public Long getOrderLine() { return orderLine; } /** * Sets the value of the orderLine property. * * @param value * allowed object is * {@link Long } * */ public void setOrderLine(Long value) { this.orderLine = value; } /** * Gets the value of the quantity property. * * @return * possible object is * {@link Double } * */ public Double getQuantity() { return quantity; } /** * Sets the value of the quantity property. * * @param value * allowed object is * {@link Double } * */ public void setQuantity(Double value) { this.quantity = value; } /** * Gets the value of the units property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getUnits() { return units; } /** * Sets the value of the units property. * * @param value * allowed object is * {@link RecordRef } * */ public void setUnits(RecordRef value) { this.units = value; } /** * Gets the value of the inventoryDetail property. * * @return * possible object is * {@link InventoryDetail } * */ public InventoryDetail getInventoryDetail() { return inventoryDetail; } /** * Sets the value of the inventoryDetail property. * * @param value * allowed object is * {@link InventoryDetail } * */ public void setInventoryDetail(InventoryDetail value) { this.inventoryDetail = value; } /** * Gets the value of the serialNumbersList property. * * @return * possible object is * {@link RecordRefList } * */ public RecordRefList getSerialNumbersList() { return serialNumbersList; } /** * Sets the value of the serialNumbersList property. * * @param value * allowed object is * {@link RecordRefList } * */ public void setSerialNumbersList(RecordRefList value) { this.serialNumbersList = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ public void setDescription(String value) { this.description = value; } /** * Gets the value of the rate property. * * @return * possible object is * {@link String } * */ public String getRate() { return rate; } /** * Sets the value of the rate property. * * @param value * allowed object is * {@link String } * */ public void setRate(String value) { this.rate = value; } /** * Gets the value of the amount property. * * @return * possible object is * {@link Double } * */ public Double getAmount() { return amount; } /** * Sets the value of the amount property. * * @param value * allowed object is * {@link Double } * */ public void setAmount(Double value) { this.amount = value; } /** * Gets the value of the binNumbers property. * * @return * possible object is * {@link String } * */ public String getBinNumbers() { return binNumbers; } /** * Sets the value of the binNumbers property. * * @param value * allowed object is * {@link String } * */ public void setBinNumbers(String value) { this.binNumbers = value; } /** * Gets the value of the taxCode property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getTaxCode() { return taxCode; } /** * Sets the value of the taxCode property. * * @param value * allowed object is * {@link RecordRef } * */ public void setTaxCode(RecordRef value) { this.taxCode = value; } /** * Gets the value of the taxRate1 property. * * @return * possible object is * {@link Double } * */ public Double getTaxRate1() { return taxRate1; } /** * Sets the value of the taxRate1 property. * * @param value * allowed object is * {@link Double } * */ public void setTaxRate1(Double value) { this.taxRate1 = value; } /** * Gets the value of the taxRate2 property. * * @return * possible object is * {@link Double } * */ public Double getTaxRate2() { return taxRate2; } /** * Sets the value of the taxRate2 property. * * @param value * allowed object is * {@link Double } * */ public void setTaxRate2(Double value) { this.taxRate2 = value; } /** * Gets the value of the grossAmt property. * * @return * possible object is * {@link Double } * */ public Double getGrossAmt() { return grossAmt; } /** * Sets the value of the grossAmt property. * * @param value * allowed object is * {@link Double } * */ public void setGrossAmt(Double value) { this.grossAmt = value; } /** * Gets the value of the tax1Amt property. * * @return * possible object is * {@link Double } * */ public Double getTax1Amt() { return tax1Amt; } /** * Sets the value of the tax1Amt property. * * @param value * allowed object is * {@link Double } * */ public void setTax1Amt(Double value) { this.tax1Amt = value; } /** * Gets the value of the options property. * * @return * possible object is * {@link CustomFieldList } * */ public CustomFieldList getOptions() { return options; } /** * Sets the value of the options property. * * @param value * allowed object is * {@link CustomFieldList } * */ public void setOptions(CustomFieldList value) { this.options = value; } /** * Gets the value of the department property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getDepartment() { return department; } /** * Sets the value of the department property. * * @param value * allowed object is * {@link RecordRef } * */ public void setDepartment(RecordRef value) { this.department = value; } /** * Gets the value of the clazz property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getClazz() { return clazz; } /** * Sets the value of the clazz property. * * @param value * allowed object is * {@link RecordRef } * */ public void setClazz(RecordRef value) { this.clazz = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link RecordRef } * */ public void setLocation(RecordRef value) { this.location = value; } /** * Gets the value of the customer property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getCustomer() { return customer; } /** * Sets the value of the customer property. * * @param value * allowed object is * {@link RecordRef } * */ public void setCustomer(RecordRef value) { this.customer = value; } /** * Gets the value of the isBillable property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsBillable() { return isBillable; } /** * Sets the value of the isBillable property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsBillable(Boolean value) { this.isBillable = value; } /** * Gets the value of the amortizationSched property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getAmortizationSched() { return amortizationSched; } /** * Sets the value of the amortizationSched property. * * @param value * allowed object is * {@link RecordRef } * */ public void setAmortizationSched(RecordRef value) { this.amortizationSched = value; } /** * Gets the value of the amortizStartDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getAmortizStartDate() { return amortizStartDate; } /** * Sets the value of the amortizStartDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setAmortizStartDate(XMLGregorianCalendar value) { this.amortizStartDate = value; } /** * Gets the value of the amortizationEndDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getAmortizationEndDate() { return amortizationEndDate; } /** * Sets the value of the amortizationEndDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setAmortizationEndDate(XMLGregorianCalendar value) { this.amortizationEndDate = value; } /** * Gets the value of the amortizationResidual property. * * @return * possible object is * {@link String } * */ public String getAmortizationResidual() { return amortizationResidual; } /** * Sets the value of the amortizationResidual property. * * @param value * allowed object is * {@link String } * */ public void setAmortizationResidual(String value) { this.amortizationResidual = value; } /** * Gets the value of the taxAmount property. * * @return * possible object is * {@link Double } * */ public Double getTaxAmount() { return taxAmount; } /** * Sets the value of the taxAmount property. * * @param value * allowed object is * {@link Double } * */ public void setTaxAmount(Double value) { this.taxAmount = value; } /** * Gets the value of the taxDetailsReference property. * * @return * possible object is * {@link String } * */ public String getTaxDetailsReference() { return taxDetailsReference; } /** * Sets the value of the taxDetailsReference property. * * @param value * allowed object is * {@link String } * */ public void setTaxDetailsReference(String value) { this.taxDetailsReference = value; } /** * Gets the value of the customFieldList property. * * @return * possible object is * {@link CustomFieldList } * */ public CustomFieldList getCustomFieldList() { return customFieldList; } /** * Sets the value of the customFieldList property. * * @param value * allowed object is * {@link CustomFieldList } * */ public void setCustomFieldList(CustomFieldList value) { this.customFieldList = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy