public class

ProjectTaskPredecessor

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.activities.scheduling_2010_2.ProjectTaskPredecessor

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
protected RecordRef task
protected ProjectTaskPredecessorPredecessorType type
Public Constructors
ProjectTaskPredecessor()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
RecordRef getTask()
Gets the value of the task property.
ProjectTaskPredecessorPredecessorType getType()
Gets the value of the type property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setTask(RecordRef value)
Sets the value of the task property.
void setType(ProjectTaskPredecessorPredecessorType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar startDate

protected RecordRef task

Public Constructors

public ProjectTaskPredecessor ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getTask ()

Gets the value of the task property.

Returns

public ProjectTaskPredecessorPredecessorType getType ()

Gets the value of the type property.

Returns

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTask (RecordRef value)

Sets the value of the task property.

Parameters
value Allowed object is RecordRef

public void setType (ProjectTaskPredecessorPredecessorType value)

Sets the value of the type property.

Parameters
value Allowed object is ProjectTaskPredecessorPredecessorType