public static class PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry 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="Date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Complete" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
complete |
protected LocalDate |
date |
Constructor and Description |
---|
CompleteJournalEntry() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getComplete()
Gets the value of the complete property.
|
LocalDate |
getDate()
Gets the value of the date property.
|
void |
setComplete(BigDecimal value)
Sets the value of the complete property.
|
void |
setDate(LocalDate value)
Sets the value of the date property.
|
protected LocalDate date
protected BigDecimal complete
public LocalDate getDate()
String
public void setDate(LocalDate value)
value
- allowed object is
String
public BigDecimal getComplete()
BigDecimal
public void setComplete(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2000–2024 Packwood Software. All rights reserved.