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

com.bytekast.netsuite.client.InvoiceItemCost Maven / Gradle / Ivy

The newest version!

package com.bytekast.netsuite.client;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for InvoiceItemCost complex type. * *

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

 * <complexType name="InvoiceItemCost">
 *   <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="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="taxDetailsReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="billedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="itemDisp" 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="jobDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="unitDisp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="options" type="{urn:core_2017_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *         <element name="itemCostCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="revRecSchedule" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="revRecStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="revRecEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="taxCode" type="{urn:core_2017_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"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "InvoiceItemCost", namespace = "urn:sales_2017_1.transactions.webservices.netsuite.com", propOrder = { "apply", "doc", "line", "taxDetailsReference", "billedDate", "itemDisp", "memo", "jobDisp", "department", "clazz", "location", "unitDisp", "options", "itemCostCount", "quantity", "serialNumbers", "cost", "amount", "taxAmount", "revRecSchedule", "revRecStartDate", "revRecEndDate", "grossAmt", "tax1Amt", "taxCode", "taxRate1", "taxRate2" }) public class InvoiceItemCost implements Serializable { protected Boolean apply; protected Long doc; protected Long line; protected String taxDetailsReference; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar billedDate; protected String itemDisp; protected String memo; protected String jobDisp; protected String department; @XmlElement(name = "class") protected String clazz; protected String location; protected String unitDisp; protected CustomFieldList options; protected String itemCostCount; protected String quantity; protected String serialNumbers; protected Double cost; protected Double amount; protected Double taxAmount; protected RecordRef revRecSchedule; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar revRecStartDate; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar revRecEndDate; protected Double grossAmt; protected Double tax1Amt; protected RecordRef taxCode; protected Double taxRate1; protected Double taxRate2; /** * Gets the value of the apply property. * * @return * possible object is * {@link Boolean } * */ public Boolean isApply() { return apply; } /** * Sets the value of the apply property. * * @param value * allowed object is * {@link Boolean } * */ public void setApply(Boolean value) { this.apply = value; } /** * Gets the value of the doc property. * * @return * possible object is * {@link Long } * */ public Long getDoc() { return doc; } /** * Sets the value of the doc property. * * @param value * allowed object is * {@link Long } * */ public void setDoc(Long value) { this.doc = 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 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 billedDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getBilledDate() { return billedDate; } /** * Sets the value of the billedDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setBilledDate(XMLGregorianCalendar value) { this.billedDate = value; } /** * Gets the value of the itemDisp property. * * @return * possible object is * {@link String } * */ public String getItemDisp() { return itemDisp; } /** * Sets the value of the itemDisp property. * * @param value * allowed object is * {@link String } * */ public void setItemDisp(String value) { this.itemDisp = value; } /** * Gets the value of the memo property. * * @return * possible object is * {@link String } * */ public String getMemo() { return memo; } /** * Sets the value of the memo property. * * @param value * allowed object is * {@link String } * */ public void setMemo(String value) { this.memo = value; } /** * Gets the value of the jobDisp property. * * @return * possible object is * {@link String } * */ public String getJobDisp() { return jobDisp; } /** * Sets the value of the jobDisp property. * * @param value * allowed object is * {@link String } * */ public void setJobDisp(String value) { this.jobDisp = value; } /** * Gets the value of the department property. * * @return * possible object is * {@link String } * */ public String getDepartment() { return department; } /** * Sets the value of the department property. * * @param value * allowed object is * {@link String } * */ public void setDepartment(String value) { this.department = value; } /** * Gets the value of the clazz property. * * @return * possible object is * {@link String } * */ public String getClazz() { return clazz; } /** * Sets the value of the clazz property. * * @param value * allowed object is * {@link String } * */ public void setClazz(String value) { this.clazz = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link String } * */ public String getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link String } * */ public void setLocation(String value) { this.location = value; } /** * Gets the value of the unitDisp property. * * @return * possible object is * {@link String } * */ public String getUnitDisp() { return unitDisp; } /** * Sets the value of the unitDisp property. * * @param value * allowed object is * {@link String } * */ public void setUnitDisp(String value) { this.unitDisp = 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 itemCostCount property. * * @return * possible object is * {@link String } * */ public String getItemCostCount() { return itemCostCount; } /** * Sets the value of the itemCostCount property. * * @param value * allowed object is * {@link String } * */ public void setItemCostCount(String value) { this.itemCostCount = value; } /** * Gets the value of the quantity property. * * @return * possible object is * {@link String } * */ public String getQuantity() { return quantity; } /** * Sets the value of the quantity property. * * @param value * allowed object is * {@link String } * */ public void setQuantity(String value) { this.quantity = value; } /** * Gets the value of the serialNumbers property. * * @return * possible object is * {@link String } * */ public String getSerialNumbers() { return serialNumbers; } /** * Sets the value of the serialNumbers property. * * @param value * allowed object is * {@link String } * */ public void setSerialNumbers(String value) { this.serialNumbers = value; } /** * Gets the value of the cost property. * * @return * possible object is * {@link Double } * */ public Double getCost() { return cost; } /** * Sets the value of the cost property. * * @param value * allowed object is * {@link Double } * */ public void setCost(Double value) { this.cost = 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 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 revRecSchedule property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getRevRecSchedule() { return revRecSchedule; } /** * Sets the value of the revRecSchedule property. * * @param value * allowed object is * {@link RecordRef } * */ public void setRevRecSchedule(RecordRef value) { this.revRecSchedule = value; } /** * Gets the value of the revRecStartDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getRevRecStartDate() { return revRecStartDate; } /** * Sets the value of the revRecStartDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setRevRecStartDate(XMLGregorianCalendar value) { this.revRecStartDate = value; } /** * Gets the value of the revRecEndDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getRevRecEndDate() { return revRecEndDate; } /** * Sets the value of the revRecEndDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setRevRecEndDate(XMLGregorianCalendar value) { this.revRecEndDate = 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 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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy