
tsg.ns.wsdl.coop.ItemGroup 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 ItemGroup complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ItemGroup">
* <complexContent>
* <extension base="{urn:core_2023_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_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="includeStartEndLines" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="isVsoeBundle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="defaultItemShipMethod" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="availableToPartners" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="upcCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="vendorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="issueProduct" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="parent" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="subsidiaryList" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
* <element name="includeChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="itemCarrier" type="{urn:types.common_2023_1.platform.webservices.netsuite.com}ShippingCarrier" minOccurs="0"/>
* <element name="itemShipMethodList" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
* <element name="printItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="memberList" type="{urn:accounting_2023_1.lists.webservices.netsuite.com}ItemMemberList" minOccurs="0"/>
* <element name="translationsList" type="{urn:accounting_2023_1.lists.webservices.netsuite.com}TranslationList" minOccurs="0"/>
* <element name="hierarchyVersionsList" type="{urn:accounting_2023_1.lists.webservices.netsuite.com}ItemGroupHierarchyVersionsList" 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 = "ItemGroup", propOrder = {
"createdDate",
"lastModifiedDate",
"customForm",
"includeStartEndLines",
"isVsoeBundle",
"defaultItemShipMethod",
"availableToPartners",
"isInactive",
"itemId",
"upcCode",
"displayName",
"vendorName",
"issueProduct",
"parent",
"description",
"subsidiaryList",
"includeChildren",
"department",
"clazz",
"location",
"itemCarrier",
"itemShipMethodList",
"printItems",
"memberList",
"translationsList",
"hierarchyVersionsList",
"customFieldList"
})
public class ItemGroup
extends Record
{
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar createdDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar lastModifiedDate;
protected RecordRef customForm;
protected Boolean includeStartEndLines;
protected Boolean isVsoeBundle;
protected RecordRef defaultItemShipMethod;
protected Boolean availableToPartners;
protected Boolean isInactive;
protected String itemId;
protected String upcCode;
protected String displayName;
protected String vendorName;
protected RecordRef issueProduct;
protected RecordRef parent;
protected String description;
protected RecordRefList subsidiaryList;
protected Boolean includeChildren;
protected RecordRef department;
@XmlElement(name = "class")
protected RecordRef clazz;
protected RecordRef location;
@XmlSchemaType(name = "string")
protected ShippingCarrier itemCarrier;
protected RecordRefList itemShipMethodList;
protected Boolean printItems;
protected ItemMemberList memberList;
protected TranslationList translationsList;
protected ItemGroupHierarchyVersionsList hierarchyVersionsList;
protected CustomFieldList customFieldList;
@XmlAttribute(name = "internalId")
protected String internalId;
@XmlAttribute(name = "externalId")
protected String externalId;
/**
* Gets the value of the createdDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreatedDate() {
return createdDate;
}
/**
* Sets the value of the createdDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreatedDate(XMLGregorianCalendar value) {
this.createdDate = value;
}
/**
* Gets the value of the lastModifiedDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getLastModifiedDate() {
return lastModifiedDate;
}
/**
* Sets the value of the lastModifiedDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setLastModifiedDate(XMLGregorianCalendar value) {
this.lastModifiedDate = value;
}
/**
* 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 includeStartEndLines property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIncludeStartEndLines() {
return includeStartEndLines;
}
/**
* Sets the value of the includeStartEndLines property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIncludeStartEndLines(Boolean value) {
this.includeStartEndLines = value;
}
/**
* Gets the value of the isVsoeBundle property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsVsoeBundle() {
return isVsoeBundle;
}
/**
* Sets the value of the isVsoeBundle property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsVsoeBundle(Boolean value) {
this.isVsoeBundle = value;
}
/**
* Gets the value of the defaultItemShipMethod property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getDefaultItemShipMethod() {
return defaultItemShipMethod;
}
/**
* Sets the value of the defaultItemShipMethod property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setDefaultItemShipMethod(RecordRef value) {
this.defaultItemShipMethod = value;
}
/**
* Gets the value of the availableToPartners property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAvailableToPartners() {
return availableToPartners;
}
/**
* Sets the value of the availableToPartners property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAvailableToPartners(Boolean value) {
this.availableToPartners = value;
}
/**
* Gets the value of the isInactive property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsInactive() {
return isInactive;
}
/**
* Sets the value of the isInactive property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsInactive(Boolean value) {
this.isInactive = value;
}
/**
* Gets the value of the itemId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getItemId() {
return itemId;
}
/**
* Sets the value of the itemId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setItemId(String value) {
this.itemId = value;
}
/**
* Gets the value of the upcCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUpcCode() {
return upcCode;
}
/**
* Sets the value of the upcCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUpcCode(String value) {
this.upcCode = value;
}
/**
* Gets the value of the displayName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDisplayName() {
return displayName;
}
/**
* Sets the value of the displayName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDisplayName(String value) {
this.displayName = 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 issueProduct property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getIssueProduct() {
return issueProduct;
}
/**
* Sets the value of the issueProduct property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setIssueProduct(RecordRef value) {
this.issueProduct = value;
}
/**
* Gets the value of the parent property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getParent() {
return parent;
}
/**
* Sets the value of the parent property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setParent(RecordRef value) {
this.parent = 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 subsidiaryList property.
*
* @return
* possible object is
* {@link RecordRefList }
*
*/
public RecordRefList getSubsidiaryList() {
return subsidiaryList;
}
/**
* Sets the value of the subsidiaryList property.
*
* @param value
* allowed object is
* {@link RecordRefList }
*
*/
public void setSubsidiaryList(RecordRefList value) {
this.subsidiaryList = value;
}
/**
* Gets the value of the includeChildren property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIncludeChildren() {
return includeChildren;
}
/**
* Sets the value of the includeChildren property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIncludeChildren(Boolean value) {
this.includeChildren = 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 itemCarrier property.
*
* @return
* possible object is
* {@link ShippingCarrier }
*
*/
public ShippingCarrier getItemCarrier() {
return itemCarrier;
}
/**
* Sets the value of the itemCarrier property.
*
* @param value
* allowed object is
* {@link ShippingCarrier }
*
*/
public void setItemCarrier(ShippingCarrier value) {
this.itemCarrier = value;
}
/**
* Gets the value of the itemShipMethodList property.
*
* @return
* possible object is
* {@link RecordRefList }
*
*/
public RecordRefList getItemShipMethodList() {
return itemShipMethodList;
}
/**
* Sets the value of the itemShipMethodList property.
*
* @param value
* allowed object is
* {@link RecordRefList }
*
*/
public void setItemShipMethodList(RecordRefList value) {
this.itemShipMethodList = value;
}
/**
* Gets the value of the printItems property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isPrintItems() {
return printItems;
}
/**
* Sets the value of the printItems property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setPrintItems(Boolean value) {
this.printItems = value;
}
/**
* Gets the value of the memberList property.
*
* @return
* possible object is
* {@link ItemMemberList }
*
*/
public ItemMemberList getMemberList() {
return memberList;
}
/**
* Sets the value of the memberList property.
*
* @param value
* allowed object is
* {@link ItemMemberList }
*
*/
public void setMemberList(ItemMemberList value) {
this.memberList = value;
}
/**
* Gets the value of the translationsList property.
*
* @return
* possible object is
* {@link TranslationList }
*
*/
public TranslationList getTranslationsList() {
return translationsList;
}
/**
* Sets the value of the translationsList property.
*
* @param value
* allowed object is
* {@link TranslationList }
*
*/
public void setTranslationsList(TranslationList value) {
this.translationsList = value;
}
/**
* Gets the value of the hierarchyVersionsList property.
*
* @return
* possible object is
* {@link ItemGroupHierarchyVersionsList }
*
*/
public ItemGroupHierarchyVersionsList getHierarchyVersionsList() {
return hierarchyVersionsList;
}
/**
* Sets the value of the hierarchyVersionsList property.
*
* @param value
* allowed object is
* {@link ItemGroupHierarchyVersionsList }
*
*/
public void setHierarchyVersionsList(ItemGroupHierarchyVersionsList value) {
this.hierarchyVersionsList = 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