| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.ServiceItemTaskTemplates |
Java class for ServiceItemTaskTemplates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceItemTaskTemplates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="taskStartOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="taskDuration" type="{urn:core_2010_2.platform.webservices.netsuite.com}Duration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| taskDuration | |||||||||||
| taskName | |||||||||||
| taskStartOffset | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the taskDuration property.
| |||||||||||
Gets the value of the taskName property.
| |||||||||||
Gets the value of the taskStartOffset property.
| |||||||||||
Sets the value of the taskDuration property.
| |||||||||||
Sets the value of the taskName property.
| |||||||||||
Sets the value of the taskStartOffset property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the taskDuration property.
Duration
Gets the value of the taskName property.
Gets the value of the taskStartOffset property.
Sets the value of the taskDuration property.
| value | Allowed object is
Duration
|
|---|
Sets the value of the taskName property.
| value | Allowed object is String |
|---|
Sets the value of the taskStartOffset property.
| value | Allowed object is Long |
|---|