public class C509PriceInformation extends Object
Java class for C509-PriceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C509-PriceInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5125" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E5125-PriceCodeQualifier"/>
<element name="E5118" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E5118-PriceAmount" minOccurs="0"/>
<element name="E5375" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E5375-PriceTypeCode" minOccurs="0"/>
<element name="E5387" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E5387-PriceSpecificationCode" minOccurs="0"/>
<element name="E5284" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E5284-UnitPriceBasisQuantity" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C509PriceInformation() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE5118()
Gets the value of the e5118 property.
|
String |
getE5125()
Gets the value of the e5125 property.
|
BigDecimal |
getE5284()
Gets the value of the e5284 property.
|
E5375PriceTypeCode |
getE5375()
Gets the value of the e5375 property.
|
E5387PriceSpecificationCode |
getE5387()
Gets the value of the e5387 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE5118(BigDecimal value)
Sets the value of the e5118 property.
|
void |
setE5125(String value)
Sets the value of the e5125 property.
|
void |
setE5284(BigDecimal value)
Sets the value of the e5284 property.
|
void |
setE5375(E5375PriceTypeCode value)
Sets the value of the e5375 property.
|
void |
setE5387(E5387PriceSpecificationCode value)
Sets the value of the e5387 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C509PriceInformation |
withE5118(BigDecimal value) |
C509PriceInformation |
withE5125(String value) |
C509PriceInformation |
withE5284(BigDecimal value) |
C509PriceInformation |
withE5375(E5375PriceTypeCode value) |
C509PriceInformation |
withE5387(E5387PriceSpecificationCode value) |
C509PriceInformation |
withE6411(String value) |
public String getE5125()
Stringpublic void setE5125(String value)
value - allowed object is
Stringpublic BigDecimal getE5118()
BigDecimalpublic void setE5118(BigDecimal value)
value - allowed object is
BigDecimalpublic E5375PriceTypeCode getE5375()
E5375PriceTypeCodepublic void setE5375(E5375PriceTypeCode value)
value - allowed object is
E5375PriceTypeCodepublic E5387PriceSpecificationCode getE5387()
E5387PriceSpecificationCodepublic void setE5387(E5387PriceSpecificationCode value)
value - allowed object is
E5387PriceSpecificationCodepublic BigDecimal getE5284()
BigDecimalpublic void setE5284(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C509PriceInformation withE5125(String value)
public C509PriceInformation withE5118(BigDecimal value)
public C509PriceInformation withE5375(E5375PriceTypeCode value)
public C509PriceInformation withE5387(E5387PriceSpecificationCode value)
public C509PriceInformation withE5284(BigDecimal value)
public C509PriceInformation withE6411(String value)
Copyright © 2020. All rights reserved.