public static class Document.ProjectPortfolioView 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="CompleteJournalTrackingPeriod" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}LongTimeUnitType"/>
<element name="PPVItems" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}PPVItemsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
completeJournalTrackingPeriod |
protected PPVItemsType |
ppvItems |
| Constructor and Description |
|---|
ProjectPortfolioView() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCompleteJournalTrackingPeriod()
Gets the value of the completeJournalTrackingPeriod property.
|
PPVItemsType |
getPPVItems()
Gets the value of the ppvItems property.
|
void |
setCompleteJournalTrackingPeriod(Integer value)
Sets the value of the completeJournalTrackingPeriod property.
|
void |
setPPVItems(PPVItemsType value)
Sets the value of the ppvItems property.
|
protected Integer completeJournalTrackingPeriod
protected PPVItemsType ppvItems
public Integer getCompleteJournalTrackingPeriod()
Stringpublic void setCompleteJournalTrackingPeriod(Integer value)
value - allowed object is
Stringpublic PPVItemsType getPPVItems()
PPVItemsTypepublic void setPPVItems(PPVItemsType value)
value - allowed object is
PPVItemsTypeCopyright © 2000–2025 MPXJ. All rights reserved.