public class DisplayCurrencyType extends Object
Java class for DisplayCurrencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayCurrencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Currency" type="{http://xmlns.oracle.com/Primavera/P6/V24.12/API/BusinessObjects}CurrencyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyType |
currency |
| Constructor and Description |
|---|
DisplayCurrencyType() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyType |
getCurrency()
Gets the value of the currency property.
|
void |
setCurrency(CurrencyType value)
Sets the value of the currency property.
|
protected CurrencyType currency
public CurrencyType getCurrency()
CurrencyTypepublic void setCurrency(CurrencyType value)
value - allowed object is
CurrencyTypeCopyright © 2000–2025 MPXJ. All rights reserved.