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/V23.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()
CurrencyType
public void setCurrency(CurrencyType value)
value
- allowed object is
CurrencyType
Copyright © 2000–2024 Packwood Software. All rights reserved.