
tsg.ns.wsdl.coop.ManufacturingRouting 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.XmlType;
/**
* 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_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="billOfMaterials" 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="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="locationList" type="{urn:core_2023_1.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="autoCalculateLag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="routingStepList" type="{urn:supplychain_2023_1.lists.webservices.netsuite.com}ManufacturingRoutingRoutingStepList" minOccurs="0"/>
* <element name="routingComponentList" type="{urn:supplychain_2023_1.lists.webservices.netsuite.com}ManufacturingRoutingRoutingComponentList" 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 = "ManufacturingRouting", namespace = "urn:supplychain_2023_1.lists.webservices.netsuite.com", propOrder = {
"customForm",
"billOfMaterials",
"subsidiary",
"item",
"locationList",
"name",
"memo",
"isDefault",
"isInactive",
"autoCalculateLag",
"routingStepList",
"routingComponentList",
"customFieldList"
})
public class ManufacturingRouting
extends Record
{
protected RecordRef customForm;
protected RecordRef billOfMaterials;
protected RecordRef subsidiary;
protected RecordRef item;
protected RecordRefList locationList;
protected String name;
protected String memo;
protected Boolean isDefault;
protected Boolean isInactive;
protected Boolean autoCalculateLag;
protected ManufacturingRoutingRoutingStepList routingStepList;
protected ManufacturingRoutingRoutingComponentList routingComponentList;
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 billOfMaterials property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getBillOfMaterials() {
return billOfMaterials;
}
/**
* Sets the value of the billOfMaterials property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setBillOfMaterials(RecordRef value) {
this.billOfMaterials = 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 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 locationList property.
*
* @return
* possible object is
* {@link RecordRefList }
*
*/
public RecordRefList getLocationList() {
return locationList;
}
/**
* Sets the value of the locationList property.
*
* @param value
* allowed object is
* {@link RecordRefList }
*
*/
public void setLocationList(RecordRefList value) {
this.locationList = value;
}
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the memo property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMemo() {
return memo;
}
/**
* Sets the value of the memo property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMemo(String value) {
this.memo = value;
}
/**
* Gets the value of the isDefault property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsDefault() {
return isDefault;
}
/**
* Sets the value of the isDefault property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsDefault(Boolean value) {
this.isDefault = 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 autoCalculateLag property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAutoCalculateLag() {
return autoCalculateLag;
}
/**
* Sets the value of the autoCalculateLag property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAutoCalculateLag(Boolean value) {
this.autoCalculateLag = value;
}
/**
* Gets the value of the routingStepList property.
*
* @return
* possible object is
* {@link ManufacturingRoutingRoutingStepList }
*
*/
public ManufacturingRoutingRoutingStepList getRoutingStepList() {
return routingStepList;
}
/**
* Sets the value of the routingStepList property.
*
* @param value
* allowed object is
* {@link ManufacturingRoutingRoutingStepList }
*
*/
public void setRoutingStepList(ManufacturingRoutingRoutingStepList value) {
this.routingStepList = value;
}
/**
* Gets the value of the routingComponentList property.
*
* @return
* possible object is
* {@link ManufacturingRoutingRoutingComponentList }
*
*/
public ManufacturingRoutingRoutingComponentList getRoutingComponentList() {
return routingComponentList;
}
/**
* Sets the value of the routingComponentList property.
*
* @param value
* allowed object is
* {@link ManufacturingRoutingRoutingComponentList }
*
*/
public void setRoutingComponentList(ManufacturingRoutingRoutingComponentList value) {
this.routingComponentList = 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