public class CUXCurrencies extends Object
Java class for CUX-Currencies complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CUX-Currencies">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="C504" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C504-CurrencyDetails" minOccurs="0"/>
</sequence>
<element name="E5402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5402-CurrencyExchangeRate" minOccurs="0"/>
<element name="E6341" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6341-ExchangeRateCurrencyMarketIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CUXCurrencies() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<C504CurrencyDetails> |
getC504()
Gets the value of the c504 property.
|
BigDecimal |
getE5402()
Gets the value of the e5402 property.
|
String |
getE6341()
Gets the value of the e6341 property.
|
void |
setC504(JAXBElement<C504CurrencyDetails> value)
Sets the value of the c504 property.
|
void |
setE5402(BigDecimal value)
Sets the value of the e5402 property.
|
void |
setE6341(String value)
Sets the value of the e6341 property.
|
CUXCurrencies |
withC504(JAXBElement<C504CurrencyDetails> value) |
CUXCurrencies |
withE5402(BigDecimal value) |
CUXCurrencies |
withE6341(String value) |
public JAXBElement<C504CurrencyDetails> getC504()
JAXBElement<C504CurrencyDetails>public void setC504(JAXBElement<C504CurrencyDetails> value)
value - allowed object is
JAXBElement<C504CurrencyDetails>public BigDecimal getE5402()
BigDecimalpublic void setE5402(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6341()
Stringpublic void setE6341(String value)
value - allowed object is
Stringpublic CUXCurrencies withC504(JAXBElement<C504CurrencyDetails> value)
public CUXCurrencies withE5402(BigDecimal value)
public CUXCurrencies withE6341(String value)
Copyright © 2020. All rights reserved.