
tsg.ns.wsdl.coop.ItemDemandPlan 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.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ItemDemandPlan complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ItemDemandPlan">
* <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="subsidiary" 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="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="units" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="year" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
* <element name="month" type="{urn:types.demandplanning_2023_1.transactions.webservices.netsuite.com}DemandPlanMonth" minOccurs="0"/>
* <element name="startDate" 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="demandPlanCalendarType" type="{urn:types.demandplanning_2023_1.transactions.webservices.netsuite.com}DemandPlanCalendarType" minOccurs="0"/>
* <element name="demandPlanMatrix" type="{urn:demandplanning_2023_1.transactions.webservices.netsuite.com}DemandPlanMatrix" 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 = "ItemDemandPlan", namespace = "urn:demandplanning_2023_1.transactions.webservices.netsuite.com", propOrder = {
"customForm",
"subsidiary",
"location",
"item",
"units",
"memo",
"year",
"month",
"startDate",
"endDate",
"demandPlanCalendarType",
"demandPlanMatrix",
"customFieldList"
})
public class ItemDemandPlan
extends Record
{
protected RecordRef customForm;
protected RecordRef subsidiary;
protected RecordRef location;
protected RecordRef item;
protected RecordRef units;
protected String memo;
protected Long year;
@XmlSchemaType(name = "string")
protected DemandPlanMonth month;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar startDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endDate;
@XmlSchemaType(name = "string")
protected DemandPlanCalendarType demandPlanCalendarType;
protected DemandPlanMatrix demandPlanMatrix;
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 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 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 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 units property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getUnits() {
return units;
}
/**
* Sets the value of the units property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setUnits(RecordRef value) {
this.units = 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 year property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getYear() {
return year;
}
/**
* Sets the value of the year property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setYear(Long value) {
this.year = value;
}
/**
* Gets the value of the month property.
*
* @return
* possible object is
* {@link DemandPlanMonth }
*
*/
public DemandPlanMonth getMonth() {
return month;
}
/**
* Sets the value of the month property.
*
* @param value
* allowed object is
* {@link DemandPlanMonth }
*
*/
public void setMonth(DemandPlanMonth value) {
this.month = value;
}
/**
* Gets the value of the startDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getStartDate() {
return startDate;
}
/**
* Sets the value of the startDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setStartDate(XMLGregorianCalendar value) {
this.startDate = 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 demandPlanCalendarType property.
*
* @return
* possible object is
* {@link DemandPlanCalendarType }
*
*/
public DemandPlanCalendarType getDemandPlanCalendarType() {
return demandPlanCalendarType;
}
/**
* Sets the value of the demandPlanCalendarType property.
*
* @param value
* allowed object is
* {@link DemandPlanCalendarType }
*
*/
public void setDemandPlanCalendarType(DemandPlanCalendarType value) {
this.demandPlanCalendarType = value;
}
/**
* Gets the value of the demandPlanMatrix property.
*
* @return
* possible object is
* {@link DemandPlanMatrix }
*
*/
public DemandPlanMatrix getDemandPlanMatrix() {
return demandPlanMatrix;
}
/**
* Sets the value of the demandPlanMatrix property.
*
* @param value
* allowed object is
* {@link DemandPlanMatrix }
*
*/
public void setDemandPlanMatrix(DemandPlanMatrix value) {
this.demandPlanMatrix = 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