| java.lang.Object | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.ProjectTaskPredecessor |
Java class for ProjectTaskPredecessor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectTaskPredecessor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="task" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="type" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}ProjectTaskPredecessorPredecessorType" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endDate | |||||||||||
| startDate | |||||||||||
| task | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endDate property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the task property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the task property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endDate property.
Gets the value of the startDate property.
Gets the value of the task property.
RecordRef
Gets the value of the type property.
ProjectTaskPredecessorPredecessorType
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the task property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the type property.
| value | Allowed object is
ProjectTaskPredecessorPredecessorType
|
|---|