public class PPVItemsType extends Object
Java class for PPVItemsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PPVItemsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PPVItem" maxOccurs="unbounded"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
PPVItemsType.PPVItem
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<PPVItemsType.PPVItem> |
ppvItem |
Constructor and Description |
---|
PPVItemsType() |
Modifier and Type | Method and Description |
---|---|
List<PPVItemsType.PPVItem> |
getPPVItem()
Gets the value of the ppvItem property.
|
protected List<PPVItemsType.PPVItem> ppvItem
public List<PPVItemsType.PPVItem> getPPVItem()
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 Jakarta XML Binding object.
This is why there is not a set
method for the ppvItem property.
For example, to add a new item, do as follows:
getPPVItem().add(newItem);
Objects of the following type(s) are allowed in the list
PPVItemsType.PPVItem
Copyright © 2000–2024 Packwood Software. All rights reserved.