
tsg.ns.wsdl.coop.Budget Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for Budget complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Budget">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}Record">
* <sequence>
* <element name="year" 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="item" 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="department" 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="account" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="subsidiary" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="category" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="budgetType" type="{urn:types.financial_2023_1.transactions.webservices.netsuite.com}BudgetBudgetType" minOccurs="0"/>
* <element name="currency" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="periodAmount1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount4" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount5" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount6" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount7" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount8" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount9" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount10" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount11" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount12" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount13" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount14" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount15" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount16" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount17" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount18" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount19" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount20" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount21" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount22" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount23" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="periodAmount24" 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="accountingBook" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
* </sequence>
* <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Budget", namespace = "urn:financial_2023_1.transactions.webservices.netsuite.com", propOrder = {
"year",
"customer",
"item",
"clazz",
"department",
"location",
"account",
"subsidiary",
"category",
"budgetType",
"currency",
"periodAmount1",
"periodAmount2",
"periodAmount3",
"periodAmount4",
"periodAmount5",
"periodAmount6",
"periodAmount7",
"periodAmount8",
"periodAmount9",
"periodAmount10",
"periodAmount11",
"periodAmount12",
"periodAmount13",
"periodAmount14",
"periodAmount15",
"periodAmount16",
"periodAmount17",
"periodAmount18",
"periodAmount19",
"periodAmount20",
"periodAmount21",
"periodAmount22",
"periodAmount23",
"periodAmount24",
"amount",
"accountingBook",
"customFieldList"
})
public class Budget
extends Record
{
protected RecordRef year;
protected RecordRef customer;
protected RecordRef item;
@XmlElement(name = "class")
protected RecordRef clazz;
protected RecordRef department;
protected RecordRef location;
protected RecordRef account;
protected RecordRef subsidiary;
protected RecordRef category;
@XmlSchemaType(name = "string")
protected BudgetBudgetType budgetType;
protected RecordRef currency;
protected Double periodAmount1;
protected Double periodAmount2;
protected Double periodAmount3;
protected Double periodAmount4;
protected Double periodAmount5;
protected Double periodAmount6;
protected Double periodAmount7;
protected Double periodAmount8;
protected Double periodAmount9;
protected Double periodAmount10;
protected Double periodAmount11;
protected Double periodAmount12;
protected Double periodAmount13;
protected Double periodAmount14;
protected Double periodAmount15;
protected Double periodAmount16;
protected Double periodAmount17;
protected Double periodAmount18;
protected Double periodAmount19;
protected Double periodAmount20;
protected Double periodAmount21;
protected Double periodAmount22;
protected Double periodAmount23;
protected Double periodAmount24;
protected Double amount;
protected RecordRef accountingBook;
protected CustomFieldList customFieldList;
@XmlAttribute(name = "internalId")
protected String internalId;
/**
* Gets the value of the year property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getYear() {
return year;
}
/**
* Sets the value of the year property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setYear(RecordRef value) {
this.year = 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 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 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 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 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 account property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getAccount() {
return account;
}
/**
* Sets the value of the account property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setAccount(RecordRef value) {
this.account = value;
}
/**
* Gets the value of the subsidiary property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getSubsidiary() {
return subsidiary;
}
/**
* Sets the value of the subsidiary property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setSubsidiary(RecordRef value) {
this.subsidiary = value;
}
/**
* Gets the value of the category property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCategory() {
return category;
}
/**
* Sets the value of the category property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCategory(RecordRef value) {
this.category = value;
}
/**
* Gets the value of the budgetType property.
*
* @return
* possible object is
* {@link BudgetBudgetType }
*
*/
public BudgetBudgetType getBudgetType() {
return budgetType;
}
/**
* Sets the value of the budgetType property.
*
* @param value
* allowed object is
* {@link BudgetBudgetType }
*
*/
public void setBudgetType(BudgetBudgetType value) {
this.budgetType = value;
}
/**
* Gets the value of the currency property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCurrency() {
return currency;
}
/**
* Sets the value of the currency property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCurrency(RecordRef value) {
this.currency = value;
}
/**
* Gets the value of the periodAmount1 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount1() {
return periodAmount1;
}
/**
* Sets the value of the periodAmount1 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount1(Double value) {
this.periodAmount1 = value;
}
/**
* Gets the value of the periodAmount2 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount2() {
return periodAmount2;
}
/**
* Sets the value of the periodAmount2 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount2(Double value) {
this.periodAmount2 = value;
}
/**
* Gets the value of the periodAmount3 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount3() {
return periodAmount3;
}
/**
* Sets the value of the periodAmount3 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount3(Double value) {
this.periodAmount3 = value;
}
/**
* Gets the value of the periodAmount4 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount4() {
return periodAmount4;
}
/**
* Sets the value of the periodAmount4 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount4(Double value) {
this.periodAmount4 = value;
}
/**
* Gets the value of the periodAmount5 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount5() {
return periodAmount5;
}
/**
* Sets the value of the periodAmount5 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount5(Double value) {
this.periodAmount5 = value;
}
/**
* Gets the value of the periodAmount6 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount6() {
return periodAmount6;
}
/**
* Sets the value of the periodAmount6 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount6(Double value) {
this.periodAmount6 = value;
}
/**
* Gets the value of the periodAmount7 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount7() {
return periodAmount7;
}
/**
* Sets the value of the periodAmount7 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount7(Double value) {
this.periodAmount7 = value;
}
/**
* Gets the value of the periodAmount8 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount8() {
return periodAmount8;
}
/**
* Sets the value of the periodAmount8 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount8(Double value) {
this.periodAmount8 = value;
}
/**
* Gets the value of the periodAmount9 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount9() {
return periodAmount9;
}
/**
* Sets the value of the periodAmount9 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount9(Double value) {
this.periodAmount9 = value;
}
/**
* Gets the value of the periodAmount10 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount10() {
return periodAmount10;
}
/**
* Sets the value of the periodAmount10 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount10(Double value) {
this.periodAmount10 = value;
}
/**
* Gets the value of the periodAmount11 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount11() {
return periodAmount11;
}
/**
* Sets the value of the periodAmount11 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount11(Double value) {
this.periodAmount11 = value;
}
/**
* Gets the value of the periodAmount12 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount12() {
return periodAmount12;
}
/**
* Sets the value of the periodAmount12 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount12(Double value) {
this.periodAmount12 = value;
}
/**
* Gets the value of the periodAmount13 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount13() {
return periodAmount13;
}
/**
* Sets the value of the periodAmount13 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount13(Double value) {
this.periodAmount13 = value;
}
/**
* Gets the value of the periodAmount14 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount14() {
return periodAmount14;
}
/**
* Sets the value of the periodAmount14 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount14(Double value) {
this.periodAmount14 = value;
}
/**
* Gets the value of the periodAmount15 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount15() {
return periodAmount15;
}
/**
* Sets the value of the periodAmount15 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount15(Double value) {
this.periodAmount15 = value;
}
/**
* Gets the value of the periodAmount16 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount16() {
return periodAmount16;
}
/**
* Sets the value of the periodAmount16 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount16(Double value) {
this.periodAmount16 = value;
}
/**
* Gets the value of the periodAmount17 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount17() {
return periodAmount17;
}
/**
* Sets the value of the periodAmount17 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount17(Double value) {
this.periodAmount17 = value;
}
/**
* Gets the value of the periodAmount18 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount18() {
return periodAmount18;
}
/**
* Sets the value of the periodAmount18 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount18(Double value) {
this.periodAmount18 = value;
}
/**
* Gets the value of the periodAmount19 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount19() {
return periodAmount19;
}
/**
* Sets the value of the periodAmount19 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount19(Double value) {
this.periodAmount19 = value;
}
/**
* Gets the value of the periodAmount20 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount20() {
return periodAmount20;
}
/**
* Sets the value of the periodAmount20 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount20(Double value) {
this.periodAmount20 = value;
}
/**
* Gets the value of the periodAmount21 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount21() {
return periodAmount21;
}
/**
* Sets the value of the periodAmount21 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount21(Double value) {
this.periodAmount21 = value;
}
/**
* Gets the value of the periodAmount22 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount22() {
return periodAmount22;
}
/**
* Sets the value of the periodAmount22 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount22(Double value) {
this.periodAmount22 = value;
}
/**
* Gets the value of the periodAmount23 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount23() {
return periodAmount23;
}
/**
* Sets the value of the periodAmount23 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount23(Double value) {
this.periodAmount23 = value;
}
/**
* Gets the value of the periodAmount24 property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPeriodAmount24() {
return periodAmount24;
}
/**
* Sets the value of the periodAmount24 property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPeriodAmount24(Double value) {
this.periodAmount24 = 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 accountingBook property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getAccountingBook() {
return accountingBook;
}
/**
* Sets the value of the accountingBook property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setAccountingBook(RecordRef value) {
this.accountingBook = 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;
}
/**
* Gets the value of the internalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInternalId() {
return internalId;
}
/**
* Sets the value of the internalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setInternalId(String value) {
this.internalId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy