net.sf.mpxj.mspdi.schema
Class Project.Tasks.Task

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Tasks.Task
Enclosing class:
Project.Tasks

public static class Project.Tasks.Task
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Type" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="IsNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Contact" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WBSLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OutlineNumber" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="OutlineLevel" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="DurationFormat" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="19"/>
               <enumeration value="20"/>
               <enumeration value="21"/>
               <enumeration value="35"/>
               <enumeration value="36"/>
               <enumeration value="37"/>
               <enumeration value="38"/>
               <enumeration value="39"/>
               <enumeration value="40"/>
               <enumeration value="41"/>
               <enumeration value="42"/>
               <enumeration value="43"/>
               <enumeration value="44"/>
               <enumeration value="51"/>
               <enumeration value="52"/>
               <enumeration value="53"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="Stop" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Resume" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ResumeValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Recurring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="OverAllocated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Estimated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Milestone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Summary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisplayAsSummary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Critical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsSubproject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsSubprojectReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SubprojectName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ExternalTask" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ExternalTaskProject" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="EarlyStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EarlyFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LateStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LateFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="StartVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="FinishVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="WorkVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="FreeSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="StartSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="FinishSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="TotalSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="FixedCostAccrual" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="PercentWorkComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="OvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ActualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ActualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ActualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ActualOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="RegularWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="RemainingDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="RemainingWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="RemainingOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="RemainingOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ACWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="CV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="ConstraintType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="ConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Deadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LevelAssignments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LevelingCanSplit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LevelingDelay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="LevelingDelayFormat" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="19"/>
               <enumeration value="20"/>
               <enumeration value="21"/>
               <enumeration value="35"/>
               <enumeration value="36"/>
               <enumeration value="37"/>
               <enumeration value="38"/>
               <enumeration value="39"/>
               <enumeration value="40"/>
               <enumeration value="41"/>
               <enumeration value="42"/>
               <enumeration value="43"/>
               <enumeration value="44"/>
               <enumeration value="51"/>
               <enumeration value="52"/>
               <enumeration value="53"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PreLeveledStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="PreLeveledFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Hyperlink" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="HyperlinkAddress" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="HyperlinkSubAddress" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="IgnoreResourceCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HideBar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Rollup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="PhysicalPercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="EarnedValueMethod" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PredecessorLink" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="PredecessorUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="Type" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="0"/>
                         <enumeration value="1"/>
                         <enumeration value="2"/>
                         <enumeration value="3"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="CrossProject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="CrossProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="LinkLag" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="LagFormat" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="3"/>
                         <enumeration value="4"/>
                         <enumeration value="5"/>
                         <enumeration value="6"/>
                         <enumeration value="7"/>
                         <enumeration value="8"/>
                         <enumeration value="9"/>
                         <enumeration value="10"/>
                         <enumeration value="11"/>
                         <enumeration value="12"/>
                         <enumeration value="19"/>
                         <enumeration value="20"/>
                         <enumeration value="35"/>
                         <enumeration value="36"/>
                         <enumeration value="37"/>
                         <enumeration value="38"/>
                         <enumeration value="39"/>
                         <enumeration value="40"/>
                         <enumeration value="41"/>
                         <enumeration value="42"/>
                         <enumeration value="43"/>
                         <enumeration value="44"/>
                         <enumeration value="51"/>
                         <enumeration value="52"/>
                         <enumeration value="53"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ActualWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ActualOvertimeWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="DurationFormat" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="3"/>
                         <enumeration value="4"/>
                         <enumeration value="5"/>
                         <enumeration value="6"/>
                         <enumeration value="7"/>
                         <enumeration value="8"/>
                         <enumeration value="9"/>
                         <enumeration value="10"/>
                         <enumeration value="11"/>
                         <enumeration value="12"/>
                         <enumeration value="19"/>
                         <enumeration value="20"/>
                         <enumeration value="21"/>
                         <enumeration value="35"/>
                         <enumeration value="36"/>
                         <enumeration value="37"/>
                         <enumeration value="38"/>
                         <enumeration value="39"/>
                         <enumeration value="40"/>
                         <enumeration value="41"/>
                         <enumeration value="42"/>
                         <enumeration value="43"/>
                         <enumeration value="44"/>
                         <enumeration value="51"/>
                         <enumeration value="52"/>
                         <enumeration value="53"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Baseline" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="Interim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                   <element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                   <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
                   <element name="DurationFormat" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                         <enumeration value="3"/>
                         <enumeration value="4"/>
                         <enumeration value="5"/>
                         <enumeration value="6"/>
                         <enumeration value="7"/>
                         <enumeration value="8"/>
                         <enumeration value="9"/>
                         <enumeration value="10"/>
                         <enumeration value="11"/>
                         <enumeration value="12"/>
                         <enumeration value="19"/>
                         <enumeration value="20"/>
                         <enumeration value="21"/>
                         <enumeration value="35"/>
                         <enumeration value="36"/>
                         <enumeration value="37"/>
                         <enumeration value="38"/>
                         <enumeration value="39"/>
                         <enumeration value="40"/>
                         <enumeration value="41"/>
                         <enumeration value="42"/>
                         <enumeration value="43"/>
                         <enumeration value="44"/>
                         <enumeration value="51"/>
                         <enumeration value="52"/>
                         <enumeration value="53"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="EstimatedDuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
                   <element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
                   <element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="OutlineCode" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="IsPublished" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StatusManager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommitmentStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CommitmentFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CommitmentType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Manual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StartText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FinishText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DurationText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ManualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ManualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ManualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Project.Tasks.Task.Baseline
          Java class for anonymous complex type.
static class Project.Tasks.Task.ExtendedAttribute
          Java class for anonymous complex type.
static class Project.Tasks.Task.OutlineCode
          Java class for anonymous complex type.
static class Project.Tasks.Task.PredecessorLink
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean active
           
protected  BigDecimal actualCost
           
protected  String actualDuration
           
protected  Calendar actualFinish
           
protected  BigDecimal actualOvertimeCost
           
protected  String actualOvertimeWork
           
protected  String actualOvertimeWorkProtected
           
protected  Calendar actualStart
           
protected  String actualWork
           
protected  String actualWorkProtected
           
protected  BigDecimal acwp
           
protected  List<Project.Tasks.Task.Baseline> baseline
           
protected  BigDecimal bcwp
           
protected  BigDecimal bcws
           
protected  BigInteger calendarUID
           
protected  Calendar commitmentFinish
           
protected  Calendar commitmentStart
           
protected  BigInteger commitmentType
           
protected  Calendar constraintDate
           
protected  BigInteger constraintType
           
protected  String contact
           
protected  BigDecimal cost
           
protected  Calendar createDate
           
protected  Boolean critical
           
protected  BigDecimal cv
           
protected  Calendar deadline
           
protected  Boolean displayAsSummary
           
protected  String duration
           
protected  BigInteger durationFormat
           
protected  String durationText
           
protected  Calendar earlyFinish
           
protected  Calendar earlyStart
           
protected  BigInteger earnedValueMethod
           
protected  Boolean effortDriven
           
protected  Boolean estimated
           
protected  List<Project.Tasks.Task.ExtendedAttribute> extendedAttribute
           
protected  Boolean externalTask
           
protected  String externalTaskProject
           
protected  Calendar finish
           
protected  BigInteger finishSlack
           
protected  String finishText
           
protected  BigInteger finishVariance
           
protected  BigDecimal fixedCost
           
protected  AccrueType fixedCostAccrual
           
protected  BigInteger freeSlack
           
protected  Boolean hideBar
           
protected  String hyperlink
           
protected  String hyperlinkAddress
           
protected  String hyperlinkSubAddress
           
protected  BigInteger id
           
protected  Boolean ignoreResourceCalendar
           
protected  Boolean isNull
           
protected  Boolean isPublished
           
protected  Boolean isSubproject
           
protected  Boolean isSubprojectReadOnly
           
protected  Calendar lateFinish
           
protected  Calendar lateStart
           
protected  Boolean levelAssignments
           
protected  Boolean levelingCanSplit
           
protected  BigInteger levelingDelay
           
protected  BigInteger levelingDelayFormat
           
protected  Boolean manual
           
protected  String manualDuration
           
protected  Calendar manualFinish
           
protected  Calendar manualStart
           
protected  Boolean milestone
           
protected  String name
           
protected  String notes
           
protected  List<Project.Tasks.Task.OutlineCode> outlineCode
           
protected  BigInteger outlineLevel
           
protected  String outlineNumber
           
protected  Boolean overAllocated
           
protected  BigDecimal overtimeCost
           
protected  String overtimeWork
           
protected  BigInteger percentComplete
           
protected  BigInteger percentWorkComplete
           
protected  BigInteger physicalPercentComplete
           
protected  List<Project.Tasks.Task.PredecessorLink> predecessorLink
           
protected  Calendar preLeveledFinish
           
protected  Calendar preLeveledStart
           
protected  BigInteger priority
           
protected  Boolean recurring
           
protected  String regularWork
           
protected  BigDecimal remainingCost
           
protected  String remainingDuration
           
protected  BigDecimal remainingOvertimeCost
           
protected  String remainingOvertimeWork
           
protected  String remainingWork
           
protected  Calendar resume
           
protected  Boolean resumeValid
           
protected  Boolean rollup
           
protected  Calendar start
           
protected  BigInteger startSlack
           
protected  String startText
           
protected  BigInteger startVariance
           
protected  String statusManager
           
protected  Calendar stop
           
protected  String subprojectName
           
protected  Boolean summary
           
protected  List<TimephasedDataType> timephasedData
           
protected  BigInteger totalSlack
           
protected  TaskType type
           
protected  Integer uid
           
protected  String wbs
           
protected  String wbsLevel
           
protected  String work
           
protected  BigDecimal workVariance
           
 
Constructor Summary
Project.Tasks.Task()
           
 
Method Summary
 BigDecimal getActualCost()
          Gets the value of the actualCost property.
 String getActualDuration()
          Gets the value of the actualDuration property.
 Calendar getActualFinish()
          Gets the value of the actualFinish property.
 BigDecimal getActualOvertimeCost()
          Gets the value of the actualOvertimeCost property.
 String getActualOvertimeWork()
          Gets the value of the actualOvertimeWork property.
 String getActualOvertimeWorkProtected()
          Gets the value of the actualOvertimeWorkProtected property.
 Calendar getActualStart()
          Gets the value of the actualStart property.
 String getActualWork()
          Gets the value of the actualWork property.
 String getActualWorkProtected()
          Gets the value of the actualWorkProtected property.
 BigDecimal getACWP()
          Gets the value of the acwp property.
 List<Project.Tasks.Task.Baseline> getBaseline()
          Gets the value of the baseline property.
 BigDecimal getBCWP()
          Gets the value of the bcwp property.
 BigDecimal getBCWS()
          Gets the value of the bcws property.
 BigInteger getCalendarUID()
          Gets the value of the calendarUID property.
 Calendar getCommitmentFinish()
          Gets the value of the commitmentFinish property.
 Calendar getCommitmentStart()
          Gets the value of the commitmentStart property.
 BigInteger getCommitmentType()
          Gets the value of the commitmentType property.
 Calendar getConstraintDate()
          Gets the value of the constraintDate property.
 BigInteger getConstraintType()
          Gets the value of the constraintType property.
 String getContact()
          Gets the value of the contact property.
 BigDecimal getCost()
          Gets the value of the cost property.
 Calendar getCreateDate()
          Gets the value of the createDate property.
 BigDecimal getCV()
          Gets the value of the cv property.
 Calendar getDeadline()
          Gets the value of the deadline property.
 String getDuration()
          Gets the value of the duration property.
 BigInteger getDurationFormat()
          Gets the value of the durationFormat property.
 String getDurationText()
          Gets the value of the durationText property.
 Calendar getEarlyFinish()
          Gets the value of the earlyFinish property.
 Calendar getEarlyStart()
          Gets the value of the earlyStart property.
 BigInteger getEarnedValueMethod()
          Gets the value of the earnedValueMethod property.
 List<Project.Tasks.Task.ExtendedAttribute> getExtendedAttribute()
          Gets the value of the extendedAttribute property.
 String getExternalTaskProject()
          Gets the value of the externalTaskProject property.
 Calendar getFinish()
          Gets the value of the finish property.
 BigInteger getFinishSlack()
          Gets the value of the finishSlack property.
 String getFinishText()
          Gets the value of the finishText property.
 BigInteger getFinishVariance()
          Gets the value of the finishVariance property.
 BigDecimal getFixedCost()
          Gets the value of the fixedCost property.
 AccrueType getFixedCostAccrual()
          Gets the value of the fixedCostAccrual property.
 BigInteger getFreeSlack()
          Gets the value of the freeSlack property.
 String getHyperlink()
          Gets the value of the hyperlink property.
 String getHyperlinkAddress()
          Gets the value of the hyperlinkAddress property.
 String getHyperlinkSubAddress()
          Gets the value of the hyperlinkSubAddress property.
 BigInteger getID()
          Gets the value of the id property.
 Calendar getLateFinish()
          Gets the value of the lateFinish property.
 Calendar getLateStart()
          Gets the value of the lateStart property.
 BigInteger getLevelingDelay()
          Gets the value of the levelingDelay property.
 BigInteger getLevelingDelayFormat()
          Gets the value of the levelingDelayFormat property.
 String getManualDuration()
          Gets the value of the manualDuration property.
 Calendar getManualFinish()
          Gets the value of the manualFinish property.
 Calendar getManualStart()
          Gets the value of the manualStart property.
 String getName()
          Gets the value of the name property.
 String getNotes()
          Gets the value of the notes property.
 List<Project.Tasks.Task.OutlineCode> getOutlineCode()
          Gets the value of the outlineCode property.
 BigInteger getOutlineLevel()
          Gets the value of the outlineLevel property.
 String getOutlineNumber()
          Gets the value of the outlineNumber property.
 BigDecimal getOvertimeCost()
          Gets the value of the overtimeCost property.
 String getOvertimeWork()
          Gets the value of the overtimeWork property.
 BigInteger getPercentComplete()
          Gets the value of the percentComplete property.
 BigInteger getPercentWorkComplete()
          Gets the value of the percentWorkComplete property.
 BigInteger getPhysicalPercentComplete()
          Gets the value of the physicalPercentComplete property.
 List<Project.Tasks.Task.PredecessorLink> getPredecessorLink()
          Gets the value of the predecessorLink property.
 Calendar getPreLeveledFinish()
          Gets the value of the preLeveledFinish property.
 Calendar getPreLeveledStart()
          Gets the value of the preLeveledStart property.
 BigInteger getPriority()
          Gets the value of the priority property.
 String getRegularWork()
          Gets the value of the regularWork property.
 BigDecimal getRemainingCost()
          Gets the value of the remainingCost property.
 String getRemainingDuration()
          Gets the value of the remainingDuration property.
 BigDecimal getRemainingOvertimeCost()
          Gets the value of the remainingOvertimeCost property.
 String getRemainingOvertimeWork()
          Gets the value of the remainingOvertimeWork property.
 String getRemainingWork()
          Gets the value of the remainingWork property.
 Calendar getResume()
          Gets the value of the resume property.
 Calendar getStart()
          Gets the value of the start property.
 BigInteger getStartSlack()
          Gets the value of the startSlack property.
 String getStartText()
          Gets the value of the startText property.
 BigInteger getStartVariance()
          Gets the value of the startVariance property.
 String getStatusManager()
          Gets the value of the statusManager property.
 Calendar getStop()
          Gets the value of the stop property.
 String getSubprojectName()
          Gets the value of the subprojectName property.
 List<TimephasedDataType> getTimephasedData()
          Gets the value of the timephasedData property.
 BigInteger getTotalSlack()
          Gets the value of the totalSlack property.
 TaskType getType()
          Gets the value of the type property.
 Integer getUID()
          Gets the value of the uid property.
 String getWBS()
          Gets the value of the wbs property.
 String getWBSLevel()
          Gets the value of the wbsLevel property.
 String getWork()
          Gets the value of the work property.
 BigDecimal getWorkVariance()
          Gets the value of the workVariance property.
 Boolean isActive()
          Gets the value of the active property.
 Boolean isCritical()
          Gets the value of the critical property.
 Boolean isDisplayAsSummary()
          Gets the value of the displayAsSummary property.
 Boolean isEffortDriven()
          Gets the value of the effortDriven property.
 Boolean isEstimated()
          Gets the value of the estimated property.
 Boolean isExternalTask()
          Gets the value of the externalTask property.
 Boolean isHideBar()
          Gets the value of the hideBar property.
 Boolean isIgnoreResourceCalendar()
          Gets the value of the ignoreResourceCalendar property.
 Boolean isIsNull()
          Gets the value of the isNull property.
 Boolean isIsPublished()
          Gets the value of the isPublished property.
 Boolean isIsSubproject()
          Gets the value of the isSubproject property.
 Boolean isIsSubprojectReadOnly()
          Gets the value of the isSubprojectReadOnly property.
 Boolean isLevelAssignments()
          Gets the value of the levelAssignments property.
 Boolean isLevelingCanSplit()
          Gets the value of the levelingCanSplit property.
 Boolean isManual()
          Gets the value of the manual property.
 Boolean isMilestone()
          Gets the value of the milestone property.
 Boolean isOverAllocated()
          Gets the value of the overAllocated property.
 Boolean isRecurring()
          Gets the value of the recurring property.
 Boolean isResumeValid()
          Gets the value of the resumeValid property.
 Boolean isRollup()
          Gets the value of the rollup property.
 Boolean isSummary()
          Gets the value of the summary property.
 void setActive(Boolean value)
          Sets the value of the active property.
 void setActualCost(BigDecimal value)
          Sets the value of the actualCost property.
 void setActualDuration(String value)
          Sets the value of the actualDuration property.
 void setActualFinish(Calendar value)
          Sets the value of the actualFinish property.
 void setActualOvertimeCost(BigDecimal value)
          Sets the value of the actualOvertimeCost property.
 void setActualOvertimeWork(String value)
          Sets the value of the actualOvertimeWork property.
 void setActualOvertimeWorkProtected(String value)
          Sets the value of the actualOvertimeWorkProtected property.
 void setActualStart(Calendar value)
          Sets the value of the actualStart property.
 void setActualWork(String value)
          Sets the value of the actualWork property.
 void setActualWorkProtected(String value)
          Sets the value of the actualWorkProtected property.
 void setACWP(BigDecimal value)
          Sets the value of the acwp property.
 void setBCWP(BigDecimal value)
          Sets the value of the bcwp property.
 void setBCWS(BigDecimal value)
          Sets the value of the bcws property.
 void setCalendarUID(BigInteger value)
          Sets the value of the calendarUID property.
 void setCommitmentFinish(Calendar value)
          Sets the value of the commitmentFinish property.
 void setCommitmentStart(Calendar value)
          Sets the value of the commitmentStart property.
 void setCommitmentType(BigInteger value)
          Sets the value of the commitmentType property.
 void setConstraintDate(Calendar value)
          Sets the value of the constraintDate property.
 void setConstraintType(BigInteger value)
          Sets the value of the constraintType property.
 void setContact(String value)
          Sets the value of the contact property.
 void setCost(BigDecimal value)
          Sets the value of the cost property.
 void setCreateDate(Calendar value)
          Sets the value of the createDate property.
 void setCritical(Boolean value)
          Sets the value of the critical property.
 void setCV(BigDecimal value)
          Sets the value of the cv property.
 void setDeadline(Calendar value)
          Sets the value of the deadline property.
 void setDisplayAsSummary(Boolean value)
          Sets the value of the displayAsSummary property.
 void setDuration(String value)
          Sets the value of the duration property.
 void setDurationFormat(BigInteger value)
          Sets the value of the durationFormat property.
 void setDurationText(String value)
          Sets the value of the durationText property.
 void setEarlyFinish(Calendar value)
          Sets the value of the earlyFinish property.
 void setEarlyStart(Calendar value)
          Sets the value of the earlyStart property.
 void setEarnedValueMethod(BigInteger value)
          Sets the value of the earnedValueMethod property.
 void setEffortDriven(Boolean value)
          Sets the value of the effortDriven property.
 void setEstimated(Boolean value)
          Sets the value of the estimated property.
 void setExternalTask(Boolean value)
          Sets the value of the externalTask property.
 void setExternalTaskProject(String value)
          Sets the value of the externalTaskProject property.
 void setFinish(Calendar value)
          Sets the value of the finish property.
 void setFinishSlack(BigInteger value)
          Sets the value of the finishSlack property.
 void setFinishText(String value)
          Sets the value of the finishText property.
 void setFinishVariance(BigInteger value)
          Sets the value of the finishVariance property.
 void setFixedCost(BigDecimal value)
          Sets the value of the fixedCost property.
 void setFixedCostAccrual(AccrueType value)
          Sets the value of the fixedCostAccrual property.
 void setFreeSlack(BigInteger value)
          Sets the value of the freeSlack property.
 void setHideBar(Boolean value)
          Sets the value of the hideBar property.
 void setHyperlink(String value)
          Sets the value of the hyperlink property.
 void setHyperlinkAddress(String value)
          Sets the value of the hyperlinkAddress property.
 void setHyperlinkSubAddress(String value)
          Sets the value of the hyperlinkSubAddress property.
 void setID(BigInteger value)
          Sets the value of the id property.
 void setIgnoreResourceCalendar(Boolean value)
          Sets the value of the ignoreResourceCalendar property.
 void setIsNull(Boolean value)
          Sets the value of the isNull property.
 void setIsPublished(Boolean value)
          Sets the value of the isPublished property.
 void setIsSubproject(Boolean value)
          Sets the value of the isSubproject property.
 void setIsSubprojectReadOnly(Boolean value)
          Sets the value of the isSubprojectReadOnly property.
 void setLateFinish(Calendar value)
          Sets the value of the lateFinish property.
 void setLateStart(Calendar value)
          Sets the value of the lateStart property.
 void setLevelAssignments(Boolean value)
          Sets the value of the levelAssignments property.
 void setLevelingCanSplit(Boolean value)
          Sets the value of the levelingCanSplit property.
 void setLevelingDelay(BigInteger value)
          Sets the value of the levelingDelay property.
 void setLevelingDelayFormat(BigInteger value)
          Sets the value of the levelingDelayFormat property.
 void setManual(Boolean value)
          Sets the value of the manual property.
 void setManualDuration(String value)
          Sets the value of the manualDuration property.
 void setManualFinish(Calendar value)
          Sets the value of the manualFinish property.
 void setManualStart(Calendar value)
          Sets the value of the manualStart property.
 void setMilestone(Boolean value)
          Sets the value of the milestone property.
 void setName(String value)
          Sets the value of the name property.
 void setNotes(String value)
          Sets the value of the notes property.
 void setOutlineLevel(BigInteger value)
          Sets the value of the outlineLevel property.
 void setOutlineNumber(String value)
          Sets the value of the outlineNumber property.
 void setOverAllocated(Boolean value)
          Sets the value of the overAllocated property.
 void setOvertimeCost(BigDecimal value)
          Sets the value of the overtimeCost property.
 void setOvertimeWork(String value)
          Sets the value of the overtimeWork property.
 void setPercentComplete(BigInteger value)
          Sets the value of the percentComplete property.
 void setPercentWorkComplete(BigInteger value)
          Sets the value of the percentWorkComplete property.
 void setPhysicalPercentComplete(BigInteger value)
          Sets the value of the physicalPercentComplete property.
 void setPreLeveledFinish(Calendar value)
          Sets the value of the preLeveledFinish property.
 void setPreLeveledStart(Calendar value)
          Sets the value of the preLeveledStart property.
 void setPriority(BigInteger value)
          Sets the value of the priority property.
 void setRecurring(Boolean value)
          Sets the value of the recurring property.
 void setRegularWork(String value)
          Sets the value of the regularWork property.
 void setRemainingCost(BigDecimal value)
          Sets the value of the remainingCost property.
 void setRemainingDuration(String value)
          Sets the value of the remainingDuration property.
 void setRemainingOvertimeCost(BigDecimal value)
          Sets the value of the remainingOvertimeCost property.
 void setRemainingOvertimeWork(String value)
          Sets the value of the remainingOvertimeWork property.
 void setRemainingWork(String value)
          Sets the value of the remainingWork property.
 void setResume(Calendar value)
          Sets the value of the resume property.
 void setResumeValid(Boolean value)
          Sets the value of the resumeValid property.
 void setRollup(Boolean value)
          Sets the value of the rollup property.
 void setStart(Calendar value)
          Sets the value of the start property.
 void setStartSlack(BigInteger value)
          Sets the value of the startSlack property.
 void setStartText(String value)
          Sets the value of the startText property.
 void setStartVariance(BigInteger value)
          Sets the value of the startVariance property.
 void setStatusManager(String value)
          Sets the value of the statusManager property.
 void setStop(Calendar value)
          Sets the value of the stop property.
 void setSubprojectName(String value)
          Sets the value of the subprojectName property.
 void setSummary(Boolean value)
          Sets the value of the summary property.
 void setTotalSlack(BigInteger value)
          Sets the value of the totalSlack property.
 void setType(TaskType value)
          Sets the value of the type property.
 void setUID(Integer value)
          Sets the value of the uid property.
 void setWBS(String value)
          Sets the value of the wbs property.
 void setWBSLevel(String value)
          Sets the value of the wbsLevel property.
 void setWork(String value)
          Sets the value of the work property.
 void setWorkVariance(BigDecimal value)
          Sets the value of the workVariance property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected Integer uid

id

protected BigInteger id

name

protected String name

type

protected TaskType type

isNull

protected Boolean isNull

createDate

protected Calendar createDate

contact

protected String contact

wbs

protected String wbs

wbsLevel

protected String wbsLevel

outlineNumber

protected String outlineNumber

outlineLevel

protected BigInteger outlineLevel

priority

protected BigInteger priority

start

protected Calendar start

finish

protected Calendar finish

duration

protected String duration

durationFormat

protected BigInteger durationFormat

work

protected String work

stop

protected Calendar stop

resume

protected Calendar resume

resumeValid

protected Boolean resumeValid

effortDriven

protected Boolean effortDriven

recurring

protected Boolean recurring

overAllocated

protected Boolean overAllocated

estimated

protected Boolean estimated

milestone

protected Boolean milestone

summary

protected Boolean summary

displayAsSummary

protected Boolean displayAsSummary

critical

protected Boolean critical

isSubproject

protected Boolean isSubproject

isSubprojectReadOnly

protected Boolean isSubprojectReadOnly

subprojectName

protected String subprojectName

externalTask

protected Boolean externalTask

externalTaskProject

protected String externalTaskProject

earlyStart

protected Calendar earlyStart

earlyFinish

protected Calendar earlyFinish

lateStart

protected Calendar lateStart

lateFinish

protected Calendar lateFinish

startVariance

protected BigInteger startVariance

finishVariance

protected BigInteger finishVariance

workVariance

protected BigDecimal workVariance

freeSlack

protected BigInteger freeSlack

startSlack

protected BigInteger startSlack

finishSlack

protected BigInteger finishSlack

totalSlack

protected BigInteger totalSlack

fixedCost

protected BigDecimal fixedCost

fixedCostAccrual

protected AccrueType fixedCostAccrual

percentComplete

protected BigInteger percentComplete

percentWorkComplete

protected BigInteger percentWorkComplete

cost

protected BigDecimal cost

overtimeCost

protected BigDecimal overtimeCost

overtimeWork

protected String overtimeWork

actualStart

protected Calendar actualStart

actualFinish

protected Calendar actualFinish

actualDuration

protected String actualDuration

actualCost

protected BigDecimal actualCost

actualOvertimeCost

protected BigDecimal actualOvertimeCost

actualWork

protected String actualWork

actualOvertimeWork

protected String actualOvertimeWork

regularWork

protected String regularWork

remainingDuration

protected String remainingDuration

remainingCost

protected BigDecimal remainingCost

remainingWork

protected String remainingWork

remainingOvertimeCost

protected BigDecimal remainingOvertimeCost

remainingOvertimeWork

protected String remainingOvertimeWork

acwp

protected BigDecimal acwp

cv

protected BigDecimal cv

constraintType

protected BigInteger constraintType

calendarUID

protected BigInteger calendarUID

constraintDate

protected Calendar constraintDate

deadline

protected Calendar deadline

levelAssignments

protected Boolean levelAssignments

levelingCanSplit

protected Boolean levelingCanSplit

levelingDelay

protected BigInteger levelingDelay

levelingDelayFormat

protected BigInteger levelingDelayFormat

preLeveledStart

protected Calendar preLeveledStart

preLeveledFinish

protected Calendar preLeveledFinish

hyperlink

protected String hyperlink

hyperlinkAddress

protected String hyperlinkAddress

hyperlinkSubAddress

protected String hyperlinkSubAddress

ignoreResourceCalendar

protected Boolean ignoreResourceCalendar

notes

protected String notes

hideBar

protected Boolean hideBar

rollup

protected Boolean rollup

bcws

protected BigDecimal bcws

bcwp

protected BigDecimal bcwp

physicalPercentComplete

protected BigInteger physicalPercentComplete

earnedValueMethod

protected BigInteger earnedValueMethod

predecessorLink

protected List<Project.Tasks.Task.PredecessorLink> predecessorLink

actualWorkProtected

protected String actualWorkProtected

actualOvertimeWorkProtected

protected String actualOvertimeWorkProtected

extendedAttribute

protected List<Project.Tasks.Task.ExtendedAttribute> extendedAttribute

baseline

protected List<Project.Tasks.Task.Baseline> baseline

outlineCode

protected List<Project.Tasks.Task.OutlineCode> outlineCode

isPublished

protected Boolean isPublished

statusManager

protected String statusManager

commitmentStart

protected Calendar commitmentStart

commitmentFinish

protected Calendar commitmentFinish

commitmentType

protected BigInteger commitmentType

active

protected Boolean active

manual

protected Boolean manual

startText

protected String startText

finishText

protected String finishText

durationText

protected String durationText

manualStart

protected Calendar manualStart

manualFinish

protected Calendar manualFinish

manualDuration

protected String manualDuration

timephasedData

protected List<TimephasedDataType> timephasedData
Constructor Detail

Project.Tasks.Task

public Project.Tasks.Task()
Method Detail

getUID

public Integer getUID()
Gets the value of the uid property.

Returns:
possible object is String

setUID

public void setUID(Integer value)
Sets the value of the uid property.

Parameters:
value - allowed object is String

getID

public BigInteger getID()
Gets the value of the id property.

Returns:
possible object is BigInteger

setID

public void setID(BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public TaskType getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(TaskType value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isIsNull

public Boolean isIsNull()
Gets the value of the isNull property.

Returns:
possible object is String

setIsNull

public void setIsNull(Boolean value)
Sets the value of the isNull property.

Parameters:
value - allowed object is String

getCreateDate

public Calendar getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is String

setCreateDate

public void setCreateDate(Calendar value)
Sets the value of the createDate property.

Parameters:
value - allowed object is String

getContact

public String getContact()
Gets the value of the contact property.

Returns:
possible object is String

setContact

public void setContact(String value)
Sets the value of the contact property.

Parameters:
value - allowed object is String

getWBS

public String getWBS()
Gets the value of the wbs property.

Returns:
possible object is String

setWBS

public void setWBS(String value)
Sets the value of the wbs property.

Parameters:
value - allowed object is String

getWBSLevel

public String getWBSLevel()
Gets the value of the wbsLevel property.

Returns:
possible object is String

setWBSLevel

public void setWBSLevel(String value)
Sets the value of the wbsLevel property.

Parameters:
value - allowed object is String

getOutlineNumber

public String getOutlineNumber()
Gets the value of the outlineNumber property.

Returns:
possible object is String

setOutlineNumber

public void setOutlineNumber(String value)
Sets the value of the outlineNumber property.

Parameters:
value - allowed object is String

getOutlineLevel

public BigInteger getOutlineLevel()
Gets the value of the outlineLevel property.

Returns:
possible object is BigInteger

setOutlineLevel

public void setOutlineLevel(BigInteger value)
Sets the value of the outlineLevel property.

Parameters:
value - allowed object is BigInteger

getPriority

public BigInteger getPriority()
Gets the value of the priority property.

Returns:
possible object is BigInteger

setPriority

public void setPriority(BigInteger value)
Sets the value of the priority property.

Parameters:
value - allowed object is BigInteger

getStart

public Calendar getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(Calendar value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getFinish

public Calendar getFinish()
Gets the value of the finish property.

Returns:
possible object is String

setFinish

public void setFinish(Calendar value)
Sets the value of the finish property.

Parameters:
value - allowed object is String

getDuration

public String getDuration()
Gets the value of the duration property.

Returns:
possible object is String

setDuration

public void setDuration(String value)
Sets the value of the duration property.

Parameters:
value - allowed object is String

getDurationFormat

public BigInteger getDurationFormat()
Gets the value of the durationFormat property.

Returns:
possible object is BigInteger

setDurationFormat

public void setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.

Parameters:
value - allowed object is BigInteger

getWork

public String getWork()
Gets the value of the work property.

Returns:
possible object is String

setWork

public void setWork(String value)
Sets the value of the work property.

Parameters:
value - allowed object is String

getStop

public Calendar getStop()
Gets the value of the stop property.

Returns:
possible object is String

setStop

public void setStop(Calendar value)
Sets the value of the stop property.

Parameters:
value - allowed object is String

getResume

public Calendar getResume()
Gets the value of the resume property.

Returns:
possible object is String

setResume

public void setResume(Calendar value)
Sets the value of the resume property.

Parameters:
value - allowed object is String

isResumeValid

public Boolean isResumeValid()
Gets the value of the resumeValid property.

Returns:
possible object is String

setResumeValid

public void setResumeValid(Boolean value)
Sets the value of the resumeValid property.

Parameters:
value - allowed object is String

isEffortDriven

public Boolean isEffortDriven()
Gets the value of the effortDriven property.

Returns:
possible object is String

setEffortDriven

public void setEffortDriven(Boolean value)
Sets the value of the effortDriven property.

Parameters:
value - allowed object is String

isRecurring

public Boolean isRecurring()
Gets the value of the recurring property.

Returns:
possible object is String

setRecurring

public void setRecurring(Boolean value)
Sets the value of the recurring property.

Parameters:
value - allowed object is String

isOverAllocated

public Boolean isOverAllocated()
Gets the value of the overAllocated property.

Returns:
possible object is String

setOverAllocated

public void setOverAllocated(Boolean value)
Sets the value of the overAllocated property.

Parameters:
value - allowed object is String

isEstimated

public Boolean isEstimated()
Gets the value of the estimated property.

Returns:
possible object is String

setEstimated

public void setEstimated(Boolean value)
Sets the value of the estimated property.

Parameters:
value - allowed object is String

isMilestone

public Boolean isMilestone()
Gets the value of the milestone property.

Returns:
possible object is String

setMilestone

public void setMilestone(Boolean value)
Sets the value of the milestone property.

Parameters:
value - allowed object is String

isSummary

public Boolean isSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(Boolean value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

isDisplayAsSummary

public Boolean isDisplayAsSummary()
Gets the value of the displayAsSummary property.

Returns:
possible object is String

setDisplayAsSummary

public void setDisplayAsSummary(Boolean value)
Sets the value of the displayAsSummary property.

Parameters:
value - allowed object is String

isCritical

public Boolean isCritical()
Gets the value of the critical property.

Returns:
possible object is String

setCritical

public void setCritical(Boolean value)
Sets the value of the critical property.

Parameters:
value - allowed object is String

isIsSubproject

public Boolean isIsSubproject()
Gets the value of the isSubproject property.

Returns:
possible object is String

setIsSubproject

public void setIsSubproject(Boolean value)
Sets the value of the isSubproject property.

Parameters:
value - allowed object is String

isIsSubprojectReadOnly

public Boolean isIsSubprojectReadOnly()
Gets the value of the isSubprojectReadOnly property.

Returns:
possible object is String

setIsSubprojectReadOnly

public void setIsSubprojectReadOnly(Boolean value)
Sets the value of the isSubprojectReadOnly property.

Parameters:
value - allowed object is String

getSubprojectName

public String getSubprojectName()
Gets the value of the subprojectName property.

Returns:
possible object is String

setSubprojectName

public void setSubprojectName(String value)
Sets the value of the subprojectName property.

Parameters:
value - allowed object is String

isExternalTask

public Boolean isExternalTask()
Gets the value of the externalTask property.

Returns:
possible object is String

setExternalTask

public void setExternalTask(Boolean value)
Sets the value of the externalTask property.

Parameters:
value - allowed object is String

getExternalTaskProject

public String getExternalTaskProject()
Gets the value of the externalTaskProject property.

Returns:
possible object is String

setExternalTaskProject

public void setExternalTaskProject(String value)
Sets the value of the externalTaskProject property.

Parameters:
value - allowed object is String

getEarlyStart

public Calendar getEarlyStart()
Gets the value of the earlyStart property.

Returns:
possible object is String

setEarlyStart

public void setEarlyStart(Calendar value)
Sets the value of the earlyStart property.

Parameters:
value - allowed object is String

getEarlyFinish

public Calendar getEarlyFinish()
Gets the value of the earlyFinish property.

Returns:
possible object is String

setEarlyFinish

public void setEarlyFinish(Calendar value)
Sets the value of the earlyFinish property.

Parameters:
value - allowed object is String

getLateStart

public Calendar getLateStart()
Gets the value of the lateStart property.

Returns:
possible object is String

setLateStart

public void setLateStart(Calendar value)
Sets the value of the lateStart property.

Parameters:
value - allowed object is String

getLateFinish

public Calendar getLateFinish()
Gets the value of the lateFinish property.

Returns:
possible object is String

setLateFinish

public void setLateFinish(Calendar value)
Sets the value of the lateFinish property.

Parameters:
value - allowed object is String

getStartVariance

public BigInteger getStartVariance()
Gets the value of the startVariance property.

Returns:
possible object is BigInteger

setStartVariance

public void setStartVariance(BigInteger value)
Sets the value of the startVariance property.

Parameters:
value - allowed object is BigInteger

getFinishVariance

public BigInteger getFinishVariance()
Gets the value of the finishVariance property.

Returns:
possible object is BigInteger

setFinishVariance

public void setFinishVariance(BigInteger value)
Sets the value of the finishVariance property.

Parameters:
value - allowed object is BigInteger

getWorkVariance

public BigDecimal getWorkVariance()
Gets the value of the workVariance property.

Returns:
possible object is String

setWorkVariance

public void setWorkVariance(BigDecimal value)
Sets the value of the workVariance property.

Parameters:
value - allowed object is String

getFreeSlack

public BigInteger getFreeSlack()
Gets the value of the freeSlack property.

Returns:
possible object is BigInteger

setFreeSlack

public void setFreeSlack(BigInteger value)
Sets the value of the freeSlack property.

Parameters:
value - allowed object is BigInteger

getStartSlack

public BigInteger getStartSlack()
Gets the value of the startSlack property.

Returns:
possible object is BigInteger

setStartSlack

public void setStartSlack(BigInteger value)
Sets the value of the startSlack property.

Parameters:
value - allowed object is BigInteger

getFinishSlack

public BigInteger getFinishSlack()
Gets the value of the finishSlack property.

Returns:
possible object is BigInteger

setFinishSlack

public void setFinishSlack(BigInteger value)
Sets the value of the finishSlack property.

Parameters:
value - allowed object is BigInteger

getTotalSlack

public BigInteger getTotalSlack()
Gets the value of the totalSlack property.

Returns:
possible object is BigInteger

setTotalSlack

public void setTotalSlack(BigInteger value)
Sets the value of the totalSlack property.

Parameters:
value - allowed object is BigInteger

getFixedCost

public BigDecimal getFixedCost()
Gets the value of the fixedCost property.

Returns:
possible object is String

setFixedCost

public void setFixedCost(BigDecimal value)
Sets the value of the fixedCost property.

Parameters:
value - allowed object is String

getFixedCostAccrual

public AccrueType getFixedCostAccrual()
Gets the value of the fixedCostAccrual property.

Returns:
possible object is String

setFixedCostAccrual

public void setFixedCostAccrual(AccrueType value)
Sets the value of the fixedCostAccrual property.

Parameters:
value - allowed object is String

getPercentComplete

public BigInteger getPercentComplete()
Gets the value of the percentComplete property.

Returns:
possible object is BigInteger

setPercentComplete

public void setPercentComplete(BigInteger value)
Sets the value of the percentComplete property.

Parameters:
value - allowed object is BigInteger

getPercentWorkComplete

public BigInteger getPercentWorkComplete()
Gets the value of the percentWorkComplete property.

Returns:
possible object is BigInteger

setPercentWorkComplete

public void setPercentWorkComplete(BigInteger value)
Sets the value of the percentWorkComplete property.

Parameters:
value - allowed object is BigInteger

getCost

public BigDecimal getCost()
Gets the value of the cost property.

Returns:
possible object is BigDecimal

setCost

public void setCost(BigDecimal value)
Sets the value of the cost property.

Parameters:
value - allowed object is BigDecimal

getOvertimeCost

public BigDecimal getOvertimeCost()
Gets the value of the overtimeCost property.

Returns:
possible object is BigDecimal

setOvertimeCost

public void setOvertimeCost(BigDecimal value)
Sets the value of the overtimeCost property.

Parameters:
value - allowed object is BigDecimal

getOvertimeWork

public String getOvertimeWork()
Gets the value of the overtimeWork property.

Returns:
possible object is String

setOvertimeWork

public void setOvertimeWork(String value)
Sets the value of the overtimeWork property.

Parameters:
value - allowed object is String

getActualStart

public Calendar getActualStart()
Gets the value of the actualStart property.

Returns:
possible object is String

setActualStart

public void setActualStart(Calendar value)
Sets the value of the actualStart property.

Parameters:
value - allowed object is String

getActualFinish

public Calendar getActualFinish()
Gets the value of the actualFinish property.

Returns:
possible object is String

setActualFinish

public void setActualFinish(Calendar value)
Sets the value of the actualFinish property.

Parameters:
value - allowed object is String

getActualDuration

public String getActualDuration()
Gets the value of the actualDuration property.

Returns:
possible object is String

setActualDuration

public void setActualDuration(String value)
Sets the value of the actualDuration property.

Parameters:
value - allowed object is String

getActualCost

public BigDecimal getActualCost()
Gets the value of the actualCost property.

Returns:
possible object is BigDecimal

setActualCost

public void setActualCost(BigDecimal value)
Sets the value of the actualCost property.

Parameters:
value - allowed object is BigDecimal

getActualOvertimeCost

public BigDecimal getActualOvertimeCost()
Gets the value of the actualOvertimeCost property.

Returns:
possible object is BigDecimal

setActualOvertimeCost

public void setActualOvertimeCost(BigDecimal value)
Sets the value of the actualOvertimeCost property.

Parameters:
value - allowed object is BigDecimal

getActualWork

public String getActualWork()
Gets the value of the actualWork property.

Returns:
possible object is String

setActualWork

public void setActualWork(String value)
Sets the value of the actualWork property.

Parameters:
value - allowed object is String

getActualOvertimeWork

public String getActualOvertimeWork()
Gets the value of the actualOvertimeWork property.

Returns:
possible object is String

setActualOvertimeWork

public void setActualOvertimeWork(String value)
Sets the value of the actualOvertimeWork property.

Parameters:
value - allowed object is String

getRegularWork

public String getRegularWork()
Gets the value of the regularWork property.

Returns:
possible object is String

setRegularWork

public void setRegularWork(String value)
Sets the value of the regularWork property.

Parameters:
value - allowed object is String

getRemainingDuration

public String getRemainingDuration()
Gets the value of the remainingDuration property.

Returns:
possible object is String

setRemainingDuration

public void setRemainingDuration(String value)
Sets the value of the remainingDuration property.

Parameters:
value - allowed object is String

getRemainingCost

public BigDecimal getRemainingCost()
Gets the value of the remainingCost property.

Returns:
possible object is BigDecimal

setRemainingCost

public void setRemainingCost(BigDecimal value)
Sets the value of the remainingCost property.

Parameters:
value - allowed object is BigDecimal

getRemainingWork

public String getRemainingWork()
Gets the value of the remainingWork property.

Returns:
possible object is String

setRemainingWork

public void setRemainingWork(String value)
Sets the value of the remainingWork property.

Parameters:
value - allowed object is String

getRemainingOvertimeCost

public BigDecimal getRemainingOvertimeCost()
Gets the value of the remainingOvertimeCost property.

Returns:
possible object is BigDecimal

setRemainingOvertimeCost

public void setRemainingOvertimeCost(BigDecimal value)
Sets the value of the remainingOvertimeCost property.

Parameters:
value - allowed object is BigDecimal

getRemainingOvertimeWork

public String getRemainingOvertimeWork()
Gets the value of the remainingOvertimeWork property.

Returns:
possible object is String

setRemainingOvertimeWork

public void setRemainingOvertimeWork(String value)
Sets the value of the remainingOvertimeWork property.

Parameters:
value - allowed object is String

getACWP

public BigDecimal getACWP()
Gets the value of the acwp property.

Returns:
possible object is String

setACWP

public void setACWP(BigDecimal value)
Sets the value of the acwp property.

Parameters:
value - allowed object is String

getCV

public BigDecimal getCV()
Gets the value of the cv property.

Returns:
possible object is String

setCV

public void setCV(BigDecimal value)
Sets the value of the cv property.

Parameters:
value - allowed object is String

getConstraintType

public BigInteger getConstraintType()
Gets the value of the constraintType property.

Returns:
possible object is BigInteger

setConstraintType

public void setConstraintType(BigInteger value)
Sets the value of the constraintType property.

Parameters:
value - allowed object is BigInteger

getCalendarUID

public BigInteger getCalendarUID()
Gets the value of the calendarUID property.

Returns:
possible object is BigInteger

setCalendarUID

public void setCalendarUID(BigInteger value)
Sets the value of the calendarUID property.

Parameters:
value - allowed object is BigInteger

getConstraintDate

public Calendar getConstraintDate()
Gets the value of the constraintDate property.

Returns:
possible object is String

setConstraintDate

public void setConstraintDate(Calendar value)
Sets the value of the constraintDate property.

Parameters:
value - allowed object is String

getDeadline

public Calendar getDeadline()
Gets the value of the deadline property.

Returns:
possible object is String

setDeadline

public void setDeadline(Calendar value)
Sets the value of the deadline property.

Parameters:
value - allowed object is String

isLevelAssignments

public Boolean isLevelAssignments()
Gets the value of the levelAssignments property.

Returns:
possible object is String

setLevelAssignments

public void setLevelAssignments(Boolean value)
Sets the value of the levelAssignments property.

Parameters:
value - allowed object is String

isLevelingCanSplit

public Boolean isLevelingCanSplit()
Gets the value of the levelingCanSplit property.

Returns:
possible object is String

setLevelingCanSplit

public void setLevelingCanSplit(Boolean value)
Sets the value of the levelingCanSplit property.

Parameters:
value - allowed object is String

getLevelingDelay

public BigInteger getLevelingDelay()
Gets the value of the levelingDelay property.

Returns:
possible object is BigInteger

setLevelingDelay

public void setLevelingDelay(BigInteger value)
Sets the value of the levelingDelay property.

Parameters:
value - allowed object is BigInteger

getLevelingDelayFormat

public BigInteger getLevelingDelayFormat()
Gets the value of the levelingDelayFormat property.

Returns:
possible object is BigInteger

setLevelingDelayFormat

public void setLevelingDelayFormat(BigInteger value)
Sets the value of the levelingDelayFormat property.

Parameters:
value - allowed object is BigInteger

getPreLeveledStart

public Calendar getPreLeveledStart()
Gets the value of the preLeveledStart property.

Returns:
possible object is String

setPreLeveledStart

public void setPreLeveledStart(Calendar value)
Sets the value of the preLeveledStart property.

Parameters:
value - allowed object is String

getPreLeveledFinish

public Calendar getPreLeveledFinish()
Gets the value of the preLeveledFinish property.

Returns:
possible object is String

setPreLeveledFinish

public void setPreLeveledFinish(Calendar value)
Sets the value of the preLeveledFinish property.

Parameters:
value - allowed object is String

getHyperlink

public String getHyperlink()
Gets the value of the hyperlink property.

Returns:
possible object is String

setHyperlink

public void setHyperlink(String value)
Sets the value of the hyperlink property.

Parameters:
value - allowed object is String

getHyperlinkAddress

public String getHyperlinkAddress()
Gets the value of the hyperlinkAddress property.

Returns:
possible object is String

setHyperlinkAddress

public void setHyperlinkAddress(String value)
Sets the value of the hyperlinkAddress property.

Parameters:
value - allowed object is String

getHyperlinkSubAddress

public String getHyperlinkSubAddress()
Gets the value of the hyperlinkSubAddress property.

Returns:
possible object is String

setHyperlinkSubAddress

public void setHyperlinkSubAddress(String value)
Sets the value of the hyperlinkSubAddress property.

Parameters:
value - allowed object is String

isIgnoreResourceCalendar

public Boolean isIgnoreResourceCalendar()
Gets the value of the ignoreResourceCalendar property.

Returns:
possible object is String

setIgnoreResourceCalendar

public void setIgnoreResourceCalendar(Boolean value)
Sets the value of the ignoreResourceCalendar property.

Parameters:
value - allowed object is String

getNotes

public String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

isHideBar

public Boolean isHideBar()
Gets the value of the hideBar property.

Returns:
possible object is String

setHideBar

public void setHideBar(Boolean value)
Sets the value of the hideBar property.

Parameters:
value - allowed object is String

isRollup

public Boolean isRollup()
Gets the value of the rollup property.

Returns:
possible object is String

setRollup

public void setRollup(Boolean value)
Sets the value of the rollup property.

Parameters:
value - allowed object is String

getBCWS

public BigDecimal getBCWS()
Gets the value of the bcws property.

Returns:
possible object is String

setBCWS

public void setBCWS(BigDecimal value)
Sets the value of the bcws property.

Parameters:
value - allowed object is String

getBCWP

public BigDecimal getBCWP()
Gets the value of the bcwp property.

Returns:
possible object is String

setBCWP

public void setBCWP(BigDecimal value)
Sets the value of the bcwp property.

Parameters:
value - allowed object is String

getPhysicalPercentComplete

public BigInteger getPhysicalPercentComplete()
Gets the value of the physicalPercentComplete property.

Returns:
possible object is BigInteger

setPhysicalPercentComplete

public void setPhysicalPercentComplete(BigInteger value)
Sets the value of the physicalPercentComplete property.

Parameters:
value - allowed object is BigInteger

getEarnedValueMethod

public BigInteger getEarnedValueMethod()
Gets the value of the earnedValueMethod property.

Returns:
possible object is BigInteger

setEarnedValueMethod

public void setEarnedValueMethod(BigInteger value)
Sets the value of the earnedValueMethod property.

Parameters:
value - allowed object is BigInteger

getPredecessorLink

public List<Project.Tasks.Task.PredecessorLink> getPredecessorLink()
Gets the value of the predecessorLink property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the predecessorLink property.

For example, to add a new item, do as follows:

    getPredecessorLink().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.Tasks.Task.PredecessorLink


getActualWorkProtected

public String getActualWorkProtected()
Gets the value of the actualWorkProtected property.

Returns:
possible object is String

setActualWorkProtected

public void setActualWorkProtected(String value)
Sets the value of the actualWorkProtected property.

Parameters:
value - allowed object is String

getActualOvertimeWorkProtected

public String getActualOvertimeWorkProtected()
Gets the value of the actualOvertimeWorkProtected property.

Returns:
possible object is String

setActualOvertimeWorkProtected

public void setActualOvertimeWorkProtected(String value)
Sets the value of the actualOvertimeWorkProtected property.

Parameters:
value - allowed object is String

getExtendedAttribute

public List<Project.Tasks.Task.ExtendedAttribute> getExtendedAttribute()
Gets the value of the extendedAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extendedAttribute property.

For example, to add a new item, do as follows:

    getExtendedAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.Tasks.Task.ExtendedAttribute


getBaseline

public List<Project.Tasks.Task.Baseline> getBaseline()
Gets the value of the baseline property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the baseline property.

For example, to add a new item, do as follows:

    getBaseline().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.Tasks.Task.Baseline


getOutlineCode

public List<Project.Tasks.Task.OutlineCode> getOutlineCode()
Gets the value of the outlineCode property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the outlineCode property.

For example, to add a new item, do as follows:

    getOutlineCode().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.Tasks.Task.OutlineCode


isIsPublished

public Boolean isIsPublished()
Gets the value of the isPublished property.

Returns:
possible object is String

setIsPublished

public void setIsPublished(Boolean value)
Sets the value of the isPublished property.

Parameters:
value - allowed object is String

getStatusManager

public String getStatusManager()
Gets the value of the statusManager property.

Returns:
possible object is String

setStatusManager

public void setStatusManager(String value)
Sets the value of the statusManager property.

Parameters:
value - allowed object is String

getCommitmentStart

public Calendar getCommitmentStart()
Gets the value of the commitmentStart property.

Returns:
possible object is String

setCommitmentStart

public void setCommitmentStart(Calendar value)
Sets the value of the commitmentStart property.

Parameters:
value - allowed object is String

getCommitmentFinish

public Calendar getCommitmentFinish()
Gets the value of the commitmentFinish property.

Returns:
possible object is String

setCommitmentFinish

public void setCommitmentFinish(Calendar value)
Sets the value of the commitmentFinish property.

Parameters:
value - allowed object is String

getCommitmentType

public BigInteger getCommitmentType()
Gets the value of the commitmentType property.

Returns:
possible object is BigInteger

setCommitmentType

public void setCommitmentType(BigInteger value)
Sets the value of the commitmentType property.

Parameters:
value - allowed object is BigInteger

isActive

public Boolean isActive()
Gets the value of the active property.

Returns:
possible object is String

setActive

public void setActive(Boolean value)
Sets the value of the active property.

Parameters:
value - allowed object is String

isManual

public Boolean isManual()
Gets the value of the manual property.

Returns:
possible object is String

setManual

public void setManual(Boolean value)
Sets the value of the manual property.

Parameters:
value - allowed object is String

getStartText

public String getStartText()
Gets the value of the startText property.

Returns:
possible object is String

setStartText

public void setStartText(String value)
Sets the value of the startText property.

Parameters:
value - allowed object is String

getFinishText

public String getFinishText()
Gets the value of the finishText property.

Returns:
possible object is String

setFinishText

public void setFinishText(String value)
Sets the value of the finishText property.

Parameters:
value - allowed object is String

getDurationText

public String getDurationText()
Gets the value of the durationText property.

Returns:
possible object is String

setDurationText

public void setDurationText(String value)
Sets the value of the durationText property.

Parameters:
value - allowed object is String

getManualStart

public Calendar getManualStart()
Gets the value of the manualStart property.

Returns:
possible object is String

setManualStart

public void setManualStart(Calendar value)
Sets the value of the manualStart property.

Parameters:
value - allowed object is String

getManualFinish

public Calendar getManualFinish()
Gets the value of the manualFinish property.

Returns:
possible object is String

setManualFinish

public void setManualFinish(Calendar value)
Sets the value of the manualFinish property.

Parameters:
value - allowed object is String

getManualDuration

public String getManualDuration()
Gets the value of the manualDuration property.

Returns:
possible object is String

setManualDuration

public void setManualDuration(String value)
Sets the value of the manualDuration property.

Parameters:
value - allowed object is String

getTimephasedData

public List<TimephasedDataType> getTimephasedData()
Gets the value of the timephasedData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the timephasedData property.

For example, to add a new item, do as follows:

    getTimephasedData().add(newItem);
 

Objects of the following type(s) are allowed in the list TimephasedDataType



Copyright © 2012. All Rights Reserved.