public static class Project.Storepoints.Storepoint.Activities.Activity 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="code_assignment" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="code_uuid" type="{}phoenixUuid" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value_uuid" type="{}phoenixUuid" /> </restriction> </complexContent> </complexType> </element> <element name="user_defined" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uuid" type="{}phoenixUuid" /> <attribute name="creation_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="total_cost" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="billed" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="explicit" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="current_start" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="current_finish" type="{}phoenixFinish" /> <attribute name="actual_start" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="actual_finish" type="{}phoenixFinish" /> <attribute name="early_start" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="early_finish" type="{}phoenixFinish" /> <attribute name="late_start" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="late_finish" type="{}phoenixFinish" /> <attribute name="original_duration" type="{}phoenixDuration" /> <attribute name="actual_duration" type="{}phoenixDuration" /> <attribute name="duration_at_completion" type="{}phoenixDuration" /> <attribute name="remaining_duration" type="{}phoenixDuration" /> <attribute name="physical_percent_complete" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="calendar" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cost_account" type="{}phoenixUuid" /> <attribute name="notes" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="free_float" type="{}phoenixDuration" /> <attribute name="total_float" type="{}phoenixDuration" /> <attribute name="path_float" type="{}phoenixDuration" /> <attribute name="baseunit" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Duration |
actualDuration |
protected Date |
actualFinish |
protected Date |
actualStart |
protected String |
baseunit |
protected Integer |
billed |
protected String |
calendar |
protected List<Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment> |
codeAssignment |
protected UUID |
costAccount |
protected Date |
creationTime |
protected Date |
currentFinish |
protected Date |
currentStart |
protected String |
description |
protected Duration |
durationAtCompletion |
protected Date |
earlyFinish |
protected Date |
earlyStart |
protected Boolean |
explicit |
protected Duration |
freeFloat |
protected String |
id |
protected Date |
lateFinish |
protected Date |
lateStart |
protected String |
notes |
protected Duration |
originalDuration |
protected Duration |
pathFloat |
protected Integer |
physicalPercentComplete |
protected Duration |
remainingDuration |
protected Integer |
totalCost |
protected Duration |
totalFloat |
protected String |
type |
protected Object |
userDefined |
protected UUID |
uuid |
Constructor and Description |
---|
Project.Storepoints.Storepoint.Activities.Activity() |
Modifier and Type | Method and Description |
---|---|
Duration |
getActualDuration()
Gets the value of the actualDuration property.
|
Date |
getActualFinish()
Gets the value of the actualFinish property.
|
Date |
getActualStart()
Gets the value of the actualStart property.
|
String |
getBaseunit()
Gets the value of the baseunit property.
|
Integer |
getBilled()
Gets the value of the billed property.
|
String |
getCalendar()
Gets the value of the calendar property.
|
List<Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment> |
getCodeAssignment()
Gets the value of the codeAssignment property.
|
UUID |
getCostAccount()
Gets the value of the costAccount property.
|
Date |
getCreationTime()
Gets the value of the creationTime property.
|
Date |
getCurrentFinish()
Gets the value of the currentFinish property.
|
Date |
getCurrentStart()
Gets the value of the currentStart property.
|
String |
getDescription()
Gets the value of the description property.
|
Duration |
getDurationAtCompletion()
Gets the value of the durationAtCompletion property.
|
Date |
getEarlyFinish()
Gets the value of the earlyFinish property.
|
Date |
getEarlyStart()
Gets the value of the earlyStart property.
|
Duration |
getFreeFloat()
Gets the value of the freeFloat property.
|
String |
getId()
Gets the value of the id property.
|
Date |
getLateFinish()
Gets the value of the lateFinish property.
|
Date |
getLateStart()
Gets the value of the lateStart property.
|
String |
getNotes()
Gets the value of the notes property.
|
Duration |
getOriginalDuration()
Gets the value of the originalDuration property.
|
Duration |
getPathFloat()
Gets the value of the pathFloat property.
|
Integer |
getPhysicalPercentComplete()
Gets the value of the physicalPercentComplete property.
|
Duration |
getRemainingDuration()
Gets the value of the remainingDuration property.
|
Integer |
getTotalCost()
Gets the value of the totalCost property.
|
Duration |
getTotalFloat()
Gets the value of the totalFloat property.
|
String |
getType()
Gets the value of the type property.
|
Object |
getUserDefined()
Gets the value of the userDefined property.
|
UUID |
getUuid()
Gets the value of the uuid property.
|
Boolean |
isExplicit()
Gets the value of the explicit property.
|
void |
setActualDuration(Duration value)
Sets the value of the actualDuration property.
|
void |
setActualFinish(Date value)
Sets the value of the actualFinish property.
|
void |
setActualStart(Date value)
Sets the value of the actualStart property.
|
void |
setBaseunit(String value)
Sets the value of the baseunit property.
|
void |
setBilled(Integer value)
Sets the value of the billed property.
|
void |
setCalendar(String value)
Sets the value of the calendar property.
|
void |
setCostAccount(UUID value)
Sets the value of the costAccount property.
|
void |
setCreationTime(Date value)
Sets the value of the creationTime property.
|
void |
setCurrentFinish(Date value)
Sets the value of the currentFinish property.
|
void |
setCurrentStart(Date value)
Sets the value of the currentStart property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDurationAtCompletion(Duration value)
Sets the value of the durationAtCompletion property.
|
void |
setEarlyFinish(Date value)
Sets the value of the earlyFinish property.
|
void |
setEarlyStart(Date value)
Sets the value of the earlyStart property.
|
void |
setExplicit(Boolean value)
Sets the value of the explicit property.
|
void |
setFreeFloat(Duration value)
Sets the value of the freeFloat property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLateFinish(Date value)
Sets the value of the lateFinish property.
|
void |
setLateStart(Date value)
Sets the value of the lateStart property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setOriginalDuration(Duration value)
Sets the value of the originalDuration property.
|
void |
setPathFloat(Duration value)
Sets the value of the pathFloat property.
|
void |
setPhysicalPercentComplete(Integer value)
Sets the value of the physicalPercentComplete property.
|
void |
setRemainingDuration(Duration value)
Sets the value of the remainingDuration property.
|
void |
setTotalCost(Integer value)
Sets the value of the totalCost property.
|
void |
setTotalFloat(Duration value)
Sets the value of the totalFloat property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUserDefined(Object value)
Sets the value of the userDefined property.
|
void |
setUuid(UUID value)
Sets the value of the uuid property.
|
protected List<Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment> codeAssignment
protected Object userDefined
protected String id
protected String type
protected String description
protected UUID uuid
protected Date creationTime
protected Integer totalCost
protected Integer billed
protected Boolean explicit
protected Date currentStart
protected Date currentFinish
protected Date actualStart
protected Date actualFinish
protected Date earlyStart
protected Date earlyFinish
protected Date lateStart
protected Date lateFinish
protected Duration originalDuration
protected Duration actualDuration
protected Duration durationAtCompletion
protected Duration remainingDuration
protected Integer physicalPercentComplete
protected String calendar
protected UUID costAccount
protected String notes
protected Duration freeFloat
protected Duration totalFloat
protected Duration pathFloat
protected String baseunit
public Project.Storepoints.Storepoint.Activities.Activity()
public List<Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment> getCodeAssignment()
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 codeAssignment property.
For example, to add a new item, do as follows:
getCodeAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Storepoints.Storepoint.Activities.Activity.CodeAssignment
public Object getUserDefined()
Object
public void setUserDefined(Object value)
value
- allowed object is
Object
public void setId(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public UUID getUuid()
String
public void setUuid(UUID value)
value
- allowed object is
String
public Date getCreationTime()
String
public void setCreationTime(Date value)
value
- allowed object is
String
public Integer getTotalCost()
String
public void setTotalCost(Integer value)
value
- allowed object is
String
public Integer getBilled()
String
public void setBilled(Integer value)
value
- allowed object is
String
public Boolean isExplicit()
Boolean
public void setExplicit(Boolean value)
value
- allowed object is
Boolean
public Date getCurrentStart()
String
public void setCurrentStart(Date value)
value
- allowed object is
String
public Date getCurrentFinish()
String
public void setCurrentFinish(Date value)
value
- allowed object is
String
public Date getActualStart()
String
public void setActualStart(Date value)
value
- allowed object is
String
public Date getActualFinish()
String
public void setActualFinish(Date value)
value
- allowed object is
String
public Date getEarlyStart()
String
public void setEarlyStart(Date value)
value
- allowed object is
String
public Date getEarlyFinish()
String
public void setEarlyFinish(Date value)
value
- allowed object is
String
public Date getLateStart()
String
public void setLateStart(Date value)
value
- allowed object is
String
public Date getLateFinish()
String
public void setLateFinish(Date value)
value
- allowed object is
String
public Duration getOriginalDuration()
String
public void setOriginalDuration(Duration value)
value
- allowed object is
String
public Duration getActualDuration()
String
public void setActualDuration(Duration value)
value
- allowed object is
String
public Duration getDurationAtCompletion()
String
public void setDurationAtCompletion(Duration value)
value
- allowed object is
String
public Duration getRemainingDuration()
String
public void setRemainingDuration(Duration value)
value
- allowed object is
String
public Integer getPhysicalPercentComplete()
String
public void setPhysicalPercentComplete(Integer value)
value
- allowed object is
String
public String getCalendar()
String
public void setCalendar(String value)
value
- allowed object is
String
public UUID getCostAccount()
String
public void setCostAccount(UUID value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Duration getFreeFloat()
String
public void setFreeFloat(Duration value)
value
- allowed object is
String
public Duration getTotalFloat()
String
public void setTotalFloat(Duration value)
value
- allowed object is
String
public Duration getPathFloat()
String
public void setPathFloat(Duration value)
value
- allowed object is
String
public String getBaseunit()
String
Copyright © 2000–2017 Packwood Software. All rights reserved.