| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.lists.supplychain_2013_2.ManufacturingRouting | |
Java class for ManufacturingRouting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManufacturingRouting">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="customForm" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="locationList" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
<element name="name" 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="isDefault" 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="routingStepList" type="{urn:supplychain_2013_2.lists.webservices.netsuite.com}ManufacturingRoutingRoutingStepList" 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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| customForm | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| isDefault | |||||||||||
| isInactive | |||||||||||
| item | |||||||||||
| locationList | |||||||||||
| memo | |||||||||||
| name | |||||||||||
| routingStepList | |||||||||||
| subsidiary | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the customForm property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the isDefault property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the locationList property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the routingStepList property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the customForm property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isDefault property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the locationList property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the routingStepList property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the customForm property.
RecordRef
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the isDefault property. This getter has been renamed from isIsDefault() to getIsDefault() by cxf-xjc-boolean plugin.
Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.
Gets the value of the item property.
RecordRef
Gets the value of the locationList property.
RecordRefList
Gets the value of the memo property.
Gets the value of the name property.
Gets the value of the routingStepList property.
ManufacturingRoutingRoutingStepList
Gets the value of the subsidiary property.
RecordRef
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the customForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isDefault property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the locationList property.
| value | Allowed object is
RecordRefList
|
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the routingStepList property.
| value | Allowed object is
ManufacturingRoutingRoutingStepList
|
|---|
Sets the value of the subsidiary property.
| value | Allowed object is
RecordRef
|
|---|