public static class PPVItemsType.PPVItem 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="CompleteJournal" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CompleteJournalEntry" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Complete" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <choice> <element name="ProjectID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <group ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ProjectProps"/> <element name="CompleteJournalTrackingPeriod" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}LongTimeUnitType"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Callouts" minOccurs="0"/> <element name="PPVItems" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}PPVItemsType"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
PPVItemsType.PPVItem.CompleteJournal
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected Double |
baselineCost |
protected LocalDateTime |
baselineFinishDate |
protected LocalDateTime |
baselineStartDate |
protected Double |
budget |
protected Callouts |
callouts |
protected String |
company |
protected PPVItemsType.PPVItem.CompleteJournal |
completeJournal |
protected Integer |
completeJournalTrackingPeriod |
protected LocalDateTime |
finishDate |
protected String |
goal |
protected Hyperlinks |
hyperlinks |
protected Integer |
id |
protected Boolean |
isVisibleSubitems |
protected Integer |
markerID |
protected String |
name |
protected String |
note |
protected PPVItemsType |
ppvItems |
protected Priority |
priority |
protected Integer |
projectID |
protected Boolean |
showSubtasks |
protected String |
site |
protected LocalDateTime |
startDate |
protected StyleProject |
styleProject |
Constructor and Description |
---|
PPVItem() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the value of the author property.
|
Double |
getBaselineCost()
Gets the value of the baselineCost property.
|
LocalDateTime |
getBaselineFinishDate()
Gets the value of the baselineFinishDate property.
|
LocalDateTime |
getBaselineStartDate()
Gets the value of the baselineStartDate property.
|
Double |
getBudget()
Gets the value of the budget property.
|
Callouts |
getCallouts()
Gets the value of the callouts property.
|
String |
getCompany()
Gets the value of the company property.
|
PPVItemsType.PPVItem.CompleteJournal |
getCompleteJournal()
Gets the value of the completeJournal property.
|
Integer |
getCompleteJournalTrackingPeriod()
Gets the value of the completeJournalTrackingPeriod property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
String |
getGoal()
Gets the value of the goal property.
|
Hyperlinks |
getHyperlinks()
Hyperlinks associated with the project.
|
Integer |
getID()
Gets the value of the id property.
|
Integer |
getMarkerID()
Gets the value of the markerID property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNote()
Gets the value of the note property.
|
PPVItemsType |
getPPVItems()
Gets the value of the ppvItems property.
|
Priority |
getPriority()
The priority of the project.
|
Integer |
getProjectID()
Gets the value of the projectID property.
|
String |
getSite()
Gets the value of the site property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
StyleProject |
getStyleProject()
Gets the value of the styleProject property.
|
Boolean |
isIsVisibleSubitems()
Gets the value of the isVisibleSubitems property.
|
Boolean |
isShowSubtasks()
Gets the value of the showSubtasks property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setBaselineCost(Double value)
Sets the value of the baselineCost property.
|
void |
setBaselineFinishDate(LocalDateTime value)
Sets the value of the baselineFinishDate property.
|
void |
setBaselineStartDate(LocalDateTime value)
Sets the value of the baselineStartDate property.
|
void |
setBudget(Double value)
Sets the value of the budget property.
|
void |
setCallouts(Callouts value)
Sets the value of the callouts property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setCompleteJournal(PPVItemsType.PPVItem.CompleteJournal value)
Sets the value of the completeJournal property.
|
void |
setCompleteJournalTrackingPeriod(Integer value)
Sets the value of the completeJournalTrackingPeriod property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setGoal(String value)
Sets the value of the goal property.
|
void |
setHyperlinks(Hyperlinks value)
Sets the value of the hyperlinks property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setIsVisibleSubitems(Boolean value)
Sets the value of the isVisibleSubitems property.
|
void |
setMarkerID(Integer value)
Sets the value of the markerID property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setPPVItems(PPVItemsType value)
Sets the value of the ppvItems property.
|
void |
setPriority(Priority value)
Sets the value of the priority property.
|
void |
setProjectID(Integer value)
Sets the value of the projectID property.
|
void |
setShowSubtasks(Boolean value)
Sets the value of the showSubtasks property.
|
void |
setSite(String value)
Sets the value of the site property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setStyleProject(StyleProject value)
Sets the value of the styleProject property.
|
protected PPVItemsType.PPVItem.CompleteJournal completeJournal
protected Integer projectID
protected Integer id
protected String name
protected String author
protected String company
protected LocalDateTime startDate
protected LocalDateTime finishDate
protected Double budget
protected String goal
protected String site
protected String note
protected Double baselineCost
protected LocalDateTime baselineStartDate
protected LocalDateTime baselineFinishDate
protected Boolean showSubtasks
protected Priority priority
protected Boolean isVisibleSubitems
protected StyleProject styleProject
protected Integer markerID
protected Hyperlinks hyperlinks
protected Integer completeJournalTrackingPeriod
protected Callouts callouts
protected PPVItemsType ppvItems
public PPVItemsType.PPVItem.CompleteJournal getCompleteJournal()
PPVItemsType.PPVItem.CompleteJournal
public void setCompleteJournal(PPVItemsType.PPVItem.CompleteJournal value)
value
- allowed object is
PPVItemsType.PPVItem.CompleteJournal
public Integer getProjectID()
String
public void setProjectID(Integer value)
value
- allowed object is
String
public void setID(Integer value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public String getCompany()
String
public void setCompany(String value)
value
- allowed object is
String
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getFinishDate()
String
public void setFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getBudget()
String
public void setBudget(Double value)
value
- allowed object is
String
public String getGoal()
String
public void setGoal(String value)
value
- allowed object is
String
public String getSite()
String
public void setSite(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Double getBaselineCost()
String
public void setBaselineCost(Double value)
value
- allowed object is
String
public LocalDateTime getBaselineStartDate()
String
public void setBaselineStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getBaselineFinishDate()
String
public void setBaselineFinishDate(LocalDateTime value)
value
- allowed object is
String
public Boolean isShowSubtasks()
Boolean
public void setShowSubtasks(Boolean value)
value
- allowed object is
Boolean
public Priority getPriority()
String
public void setPriority(Priority value)
value
- allowed object is
String
public Boolean isIsVisibleSubitems()
Boolean
public void setIsVisibleSubitems(Boolean value)
value
- allowed object is
Boolean
public StyleProject getStyleProject()
StyleProject
public void setStyleProject(StyleProject value)
value
- allowed object is
StyleProject
public Integer getMarkerID()
String
public void setMarkerID(Integer value)
value
- allowed object is
String
public Hyperlinks getHyperlinks()
Hyperlinks
public void setHyperlinks(Hyperlinks value)
value
- allowed object is
Hyperlinks
public Integer getCompleteJournalTrackingPeriod()
String
public void setCompleteJournalTrackingPeriod(Integer value)
value
- allowed object is
String
public Callouts getCallouts()
Callouts
public void setCallouts(Callouts value)
value
- allowed object is
Callouts
public PPVItemsType getPPVItems()
PPVItemsType
public void setPPVItems(PPVItemsType value)
value
- allowed object is
PPVItemsType
Copyright © 2000–2024 Packwood Software. All rights reserved.