public static class PPVItemsType.PPVItem.CompleteJournal 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry> |
completeJournalEntry |
Constructor and Description |
---|
CompleteJournal() |
Modifier and Type | Method and Description |
---|---|
List<PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry> |
getCompleteJournalEntry()
Gets the value of the completeJournalEntry property.
|
protected List<PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry> completeJournalEntry
public List<PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry> getCompleteJournalEntry()
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 completeJournalEntry property.
For example, to add a new item, do as follows:
getCompleteJournalEntry().add(newItem);
Objects of the following type(s) are allowed in the list
PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry
Copyright © 2000–2024 Packwood Software. All rights reserved.