public class

ItemGroup

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2013_2.ItemGroup

Class Overview

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_2013_2.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_2013_2.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_2013_2.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_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="parent" type="{urn:core_2013_2.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_2013_2.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_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemCarrier" type="{urn:types.accounting_2013_2.lists.webservices.netsuite.com}ItemCarrier" minOccurs="0"/>
         <element name="itemShipMethodList" type="{urn:core_2013_2.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_2013_2.lists.webservices.netsuite.com}ItemMemberList" minOccurs="0"/>
         <element name="translationsList" type="{urn:accounting_2013_2.lists.webservices.netsuite.com}TranslationList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.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>
 

Summary

Fields
protected Boolean availableToPartners
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef defaultItemShipMethod
protected RecordRef department
protected String description
protected String displayName
protected String externalId
protected Boolean includeChildren
protected Boolean includeStartEndLines
protected String internalId
protected Boolean isInactive
protected Boolean isVsoeBundle
protected RecordRef issueProduct
protected ItemCarrier itemCarrier
protected String itemId
protected RecordRefList itemShipMethodList
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected ItemMemberList memberList
protected RecordRef parent
protected Boolean printItems
protected RecordRefList subsidiaryList
protected TranslationList translationsList
protected String upcCode
protected String vendorName
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ItemGroup()
Public Methods
Boolean getAvailableToPartners()
Gets the value of the availableToPartners property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getDefaultItemShipMethod()
Gets the value of the defaultItemShipMethod property.
RecordRef getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
String getDisplayName()
Gets the value of the displayName property.
String getExternalId()
Gets the value of the externalId property.
Boolean getIncludeChildren()
Gets the value of the includeChildren property.
Boolean getIncludeStartEndLines()
Gets the value of the includeStartEndLines property.
String getInternalId()
Gets the value of the internalId property.
Boolean getIsInactive()
Gets the value of the isInactive property.
Boolean getIsVsoeBundle()
Gets the value of the isVsoeBundle property.
RecordRef getIssueProduct()
Gets the value of the issueProduct property.
ItemCarrier getItemCarrier()
Gets the value of the itemCarrier property.
String getItemId()
Gets the value of the itemId property.
RecordRefList getItemShipMethodList()
Gets the value of the itemShipMethodList property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
ItemMemberList getMemberList()
Gets the value of the memberList property.
RecordRef getParent()
Gets the value of the parent property.
Boolean getPrintItems()
Gets the value of the printItems property.
RecordRefList getSubsidiaryList()
Gets the value of the subsidiaryList property.
TranslationList getTranslationsList()
Gets the value of the translationsList property.
String getUpcCode()
Gets the value of the upcCode property.
String getVendorName()
Gets the value of the vendorName property.
void setAvailableToPartners(Boolean value)
Sets the value of the availableToPartners property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDefaultItemShipMethod(RecordRef value)
Sets the value of the defaultItemShipMethod property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setExternalId(String value)
Sets the value of the externalId property.
void setIncludeChildren(Boolean value)
Sets the value of the includeChildren property.
void setIncludeStartEndLines(Boolean value)
Sets the value of the includeStartEndLines property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsVsoeBundle(Boolean value)
Sets the value of the isVsoeBundle property.
void setIssueProduct(RecordRef value)
Sets the value of the issueProduct property.
void setItemCarrier(ItemCarrier value)
Sets the value of the itemCarrier property.
void setItemId(String value)
Sets the value of the itemId property.
void setItemShipMethodList(RecordRefList value)
Sets the value of the itemShipMethodList property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemberList(ItemMemberList value)
Sets the value of the memberList property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setPrintItems(Boolean value)
Sets the value of the printItems property.
void setSubsidiaryList(RecordRefList value)
Sets the value of the subsidiaryList property.
void setTranslationsList(TranslationList value)
Sets the value of the translationsList property.
void setUpcCode(String value)
Sets the value of the upcCode property.
void setVendorName(String value)
Sets the value of the vendorName property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected Boolean availableToPartners

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef defaultItemShipMethod

protected RecordRef department

protected String description

protected String displayName

protected String externalId

protected Boolean includeChildren

protected Boolean includeStartEndLines

protected String internalId

protected Boolean isInactive

protected Boolean isVsoeBundle

protected RecordRef issueProduct

protected ItemCarrier itemCarrier

protected String itemId

protected RecordRefList itemShipMethodList

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected ItemMemberList memberList

protected RecordRef parent

protected Boolean printItems

protected RecordRefList subsidiaryList

protected TranslationList translationsList

protected String upcCode

protected String vendorName

Public Constructors

public ItemGroup ()

Public Methods

public Boolean getAvailableToPartners ()

Gets the value of the availableToPartners property. This getter has been renamed from isAvailableToPartners() to getAvailableToPartners() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getDefaultItemShipMethod ()

Gets the value of the defaultItemShipMethod property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public Boolean getIncludeChildren ()

Gets the value of the includeChildren property. This getter has been renamed from isIncludeChildren() to getIncludeChildren() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeStartEndLines ()

Gets the value of the includeStartEndLines property. This getter has been renamed from isIncludeStartEndLines() to getIncludeStartEndLines() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsVsoeBundle ()

Gets the value of the isVsoeBundle property. This getter has been renamed from isIsVsoeBundle() to getIsVsoeBundle() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getIssueProduct ()

Gets the value of the issueProduct property.

Returns

public ItemCarrier getItemCarrier ()

Gets the value of the itemCarrier property.

Returns

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public RecordRefList getItemShipMethodList ()

Gets the value of the itemShipMethodList property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public ItemMemberList getMemberList ()

Gets the value of the memberList property.

Returns

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public Boolean getPrintItems ()

Gets the value of the printItems property. This getter has been renamed from isPrintItems() to getPrintItems() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRefList getSubsidiaryList ()

Gets the value of the subsidiaryList property.

Returns

public TranslationList getTranslationsList ()

Gets the value of the translationsList property.

Returns

public String getUpcCode ()

Gets the value of the upcCode property.

Returns
  • possible object is String

public String getVendorName ()

Gets the value of the vendorName property.

Returns
  • possible object is String

public void setAvailableToPartners (Boolean value)

Sets the value of the availableToPartners property.

Parameters
value Allowed object is Boolean

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDefaultItemShipMethod (RecordRef value)

Sets the value of the defaultItemShipMethod property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setIncludeChildren (Boolean value)

Sets the value of the includeChildren property.

Parameters
value Allowed object is Boolean

public void setIncludeStartEndLines (Boolean value)

Sets the value of the includeStartEndLines property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsVsoeBundle (Boolean value)

Sets the value of the isVsoeBundle property.

Parameters
value Allowed object is Boolean

public void setIssueProduct (RecordRef value)

Sets the value of the issueProduct property.

Parameters
value Allowed object is RecordRef

public void setItemCarrier (ItemCarrier value)

Sets the value of the itemCarrier property.

Parameters
value Allowed object is ItemCarrier

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setItemShipMethodList (RecordRefList value)

Sets the value of the itemShipMethodList property.

Parameters
value Allowed object is RecordRefList

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemberList (ItemMemberList value)

Sets the value of the memberList property.

Parameters
value Allowed object is ItemMemberList

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setPrintItems (Boolean value)

Sets the value of the printItems property.

Parameters
value Allowed object is Boolean

public void setSubsidiaryList (RecordRefList value)

Sets the value of the subsidiaryList property.

Parameters
value Allowed object is RecordRefList

public void setTranslationsList (TranslationList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is TranslationList

public void setUpcCode (String value)

Sets the value of the upcCode property.

Parameters
value Allowed object is String

public void setVendorName (String value)

Sets the value of the vendorName property.

Parameters
value Allowed object is String