public class C516MonetaryAmount extends Object
Java class for C516-MonetaryAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C516-MonetaryAmount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5025" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5025-MonetaryAmountTypeCodeQualifier"/>
<element name="E5004" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5004-MonetaryAmount" minOccurs="0"/>
<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="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C516MonetaryAmount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4405()
Gets the value of the e4405 property.
|
BigDecimal |
getE5004()
Gets the value of the e5004 property.
|
String |
getE5025()
Gets the value of the e5025 property.
|
String |
getE6343()
Gets the value of the e6343 property.
|
String |
getE6345()
Gets the value of the e6345 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE5004(BigDecimal value)
Sets the value of the e5004 property.
|
void |
setE5025(String value)
Sets the value of the e5025 property.
|
void |
setE6343(String value)
Sets the value of the e6343 property.
|
void |
setE6345(String value)
Sets the value of the e6345 property.
|
C516MonetaryAmount |
withE4405(String value) |
C516MonetaryAmount |
withE5004(BigDecimal value) |
C516MonetaryAmount |
withE5025(String value) |
C516MonetaryAmount |
withE6343(String value) |
C516MonetaryAmount |
withE6345(String value) |
public String getE5025()
Stringpublic void setE5025(String value)
value - allowed object is
Stringpublic BigDecimal getE5004()
BigDecimalpublic void setE5004(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6345()
Stringpublic void setE6345(String value)
value - allowed object is
Stringpublic String getE6343()
Stringpublic void setE6343(String value)
value - allowed object is
Stringpublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic C516MonetaryAmount withE5025(String value)
public C516MonetaryAmount withE5004(BigDecimal value)
public C516MonetaryAmount withE6345(String value)
public C516MonetaryAmount withE6343(String value)
public C516MonetaryAmount withE4405(String value)
Copyright © 2020. All rights reserved.