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.CompleteJournalpublic void setCompleteJournal(PPVItemsType.PPVItem.CompleteJournal value)
value - allowed object is
PPVItemsType.PPVItem.CompleteJournalpublic Integer getProjectID()
Stringpublic void setProjectID(Integer value)
value - allowed object is
Stringpublic void setID(Integer value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic LocalDateTime getStartDate()
Stringpublic void setStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getFinishDate()
Stringpublic void setFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getBudget()
Stringpublic void setBudget(Double value)
value - allowed object is
Stringpublic String getGoal()
Stringpublic void setGoal(String value)
value - allowed object is
Stringpublic String getSite()
Stringpublic void setSite(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic Double getBaselineCost()
Stringpublic void setBaselineCost(Double value)
value - allowed object is
Stringpublic LocalDateTime getBaselineStartDate()
Stringpublic void setBaselineStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getBaselineFinishDate()
Stringpublic void setBaselineFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Boolean isShowSubtasks()
Booleanpublic void setShowSubtasks(Boolean value)
value - allowed object is
Booleanpublic Priority getPriority()
Stringpublic void setPriority(Priority value)
value - allowed object is
Stringpublic Boolean isIsVisibleSubitems()
Booleanpublic void setIsVisibleSubitems(Boolean value)
value - allowed object is
Booleanpublic StyleProject getStyleProject()
StyleProjectpublic void setStyleProject(StyleProject value)
value - allowed object is
StyleProjectpublic Integer getMarkerID()
Stringpublic void setMarkerID(Integer value)
value - allowed object is
Stringpublic Hyperlinks getHyperlinks()
Hyperlinkspublic void setHyperlinks(Hyperlinks value)
value - allowed object is
Hyperlinkspublic Integer getCompleteJournalTrackingPeriod()
Stringpublic void setCompleteJournalTrackingPeriod(Integer value)
value - allowed object is
Stringpublic Callouts getCallouts()
Calloutspublic void setCallouts(Callouts value)
value - allowed object is
Calloutspublic PPVItemsType getPPVItems()
PPVItemsTypepublic void setPPVItems(PPVItemsType value)
value - allowed object is
PPVItemsTypeCopyright © 2000–2025 MPXJ. All rights reserved.