public class C138PriceMultiplierInformation extends Object
Java class for C138-PriceMultiplierInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C138-PriceMultiplierInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5394" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5394-PriceMultiplierRate"/>
<element name="E5393" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5393-PriceMultiplierTypeCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C138PriceMultiplierInformation() |
| Modifier and Type | Method and Description |
|---|---|
E5393PriceMultiplierTypeCodeQualifier |
getE5393()
Gets the value of the e5393 property.
|
BigDecimal |
getE5394()
Gets the value of the e5394 property.
|
void |
setE5393(E5393PriceMultiplierTypeCodeQualifier value)
Sets the value of the e5393 property.
|
void |
setE5394(BigDecimal value)
Sets the value of the e5394 property.
|
C138PriceMultiplierInformation |
withE5393(E5393PriceMultiplierTypeCodeQualifier value) |
C138PriceMultiplierInformation |
withE5394(BigDecimal value) |
public BigDecimal getE5394()
BigDecimalpublic void setE5394(BigDecimal value)
value - allowed object is
BigDecimalpublic E5393PriceMultiplierTypeCodeQualifier getE5393()
E5393PriceMultiplierTypeCodeQualifierpublic void setE5393(E5393PriceMultiplierTypeCodeQualifier value)
value - allowed object is
E5393PriceMultiplierTypeCodeQualifierpublic C138PriceMultiplierInformation withE5394(BigDecimal value)
public C138PriceMultiplierInformation withE5393(E5393PriceMultiplierTypeCodeQualifier value)
Copyright © 2020. All rights reserved.