public class C504CurrencyDetails extends Object
Java class for C504-CurrencyDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C504-CurrencyDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6347" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6347-CurrencyUsageCodeQualifier"/>
<element name="E6345" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6345-CurrencyIdentificationCode" minOccurs="0"/>
<element name="E6343" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6343-CurrencyTypeCodeQualifier" minOccurs="0"/>
<element name="E6348" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6348-CurrencyRate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C504CurrencyDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6343()
Gets the value of the e6343 property.
|
String |
getE6345()
Gets the value of the e6345 property.
|
String |
getE6347()
Gets the value of the e6347 property.
|
BigDecimal |
getE6348()
Gets the value of the e6348 property.
|
void |
setE6343(String value)
Sets the value of the e6343 property.
|
void |
setE6345(String value)
Sets the value of the e6345 property.
|
void |
setE6347(String value)
Sets the value of the e6347 property.
|
void |
setE6348(BigDecimal value)
Sets the value of the e6348 property.
|
C504CurrencyDetails |
withE6343(String value) |
C504CurrencyDetails |
withE6345(String value) |
C504CurrencyDetails |
withE6347(String value) |
C504CurrencyDetails |
withE6348(BigDecimal value) |
public String getE6347()
Stringpublic void setE6347(String value)
value - allowed object is
Stringpublic String getE6345()
Stringpublic void setE6345(String value)
value - allowed object is
Stringpublic String getE6343()
Stringpublic void setE6343(String value)
value - allowed object is
Stringpublic BigDecimal getE6348()
BigDecimalpublic void setE6348(BigDecimal value)
value - allowed object is
BigDecimalpublic C504CurrencyDetails withE6347(String value)
public C504CurrencyDetails withE6345(String value)
public C504CurrencyDetails withE6343(String value)
public C504CurrencyDetails withE6348(BigDecimal value)
Copyright © 2020. All rights reserved.