
tsg.ns.wsdl.coop.ItemAccountMapping 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.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ItemAccountMapping complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ItemAccountMapping">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}Record">
* <sequence>
* <element name="customForm" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="accountingBook" 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="itemAccount" type="{urn:types.accounting_2023_1.lists.webservices.netsuite.com}ItemAccountMappingItemAccount" minOccurs="0"/>
* <element name="sourceAccount" 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="destinationAccount" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="customDimension" type="{urn:core_2023_1.platform.webservices.netsuite.com}BaseRef" 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" />
* <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ItemAccountMapping", propOrder = {
"customForm",
"effectiveDate",
"endDate",
"accountingBook",
"subsidiary",
"itemAccount",
"sourceAccount",
"clazz",
"department",
"location",
"destinationAccount",
"customDimension",
"customFieldList"
})
public class ItemAccountMapping
extends Record
{
protected RecordRef customForm;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar effectiveDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endDate;
protected RecordRef accountingBook;
protected RecordRef subsidiary;
@XmlSchemaType(name = "string")
protected ItemAccountMappingItemAccount itemAccount;
protected RecordRef sourceAccount;
@XmlElement(name = "class")
protected RecordRef clazz;
protected RecordRef department;
protected RecordRef location;
protected RecordRef destinationAccount;
protected BaseRef customDimension;
protected CustomFieldList customFieldList;
@XmlAttribute(name = "internalId")
protected String internalId;
@XmlAttribute(name = "externalId")
protected String externalId;
/**
* Gets the value of the customForm property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCustomForm() {
return customForm;
}
/**
* Sets the value of the customForm property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCustomForm(RecordRef value) {
this.customForm = value;
}
/**
* Gets the value of the effectiveDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getEffectiveDate() {
return effectiveDate;
}
/**
* Sets the value of the effectiveDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setEffectiveDate(XMLGregorianCalendar value) {
this.effectiveDate = value;
}
/**
* Gets the value of the endDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getEndDate() {
return endDate;
}
/**
* Sets the value of the endDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setEndDate(XMLGregorianCalendar value) {
this.endDate = 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 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 itemAccount property.
*
* @return
* possible object is
* {@link ItemAccountMappingItemAccount }
*
*/
public ItemAccountMappingItemAccount getItemAccount() {
return itemAccount;
}
/**
* Sets the value of the itemAccount property.
*
* @param value
* allowed object is
* {@link ItemAccountMappingItemAccount }
*
*/
public void setItemAccount(ItemAccountMappingItemAccount value) {
this.itemAccount = value;
}
/**
* Gets the value of the sourceAccount property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getSourceAccount() {
return sourceAccount;
}
/**
* Sets the value of the sourceAccount property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setSourceAccount(RecordRef value) {
this.sourceAccount = 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 destinationAccount property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getDestinationAccount() {
return destinationAccount;
}
/**
* Sets the value of the destinationAccount property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setDestinationAccount(RecordRef value) {
this.destinationAccount = value;
}
/**
* Gets the value of the customDimension property.
*
* @return
* possible object is
* {@link BaseRef }
*
*/
public BaseRef getCustomDimension() {
return customDimension;
}
/**
* Sets the value of the customDimension property.
*
* @param value
* allowed object is
* {@link BaseRef }
*
*/
public void setCustomDimension(BaseRef value) {
this.customDimension = 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;
}
/**
* Gets the value of the externalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExternalId() {
return externalId;
}
/**
* Sets the value of the externalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExternalId(String value) {
this.externalId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy