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/D12B}E5125-PriceCodeQualifier"/>
<element name="E5118" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5118-PriceAmount" minOccurs="0"/>
<element name="E5375" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5375-PriceTypeCode" minOccurs="0"/>
<element name="E5387" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5387-PriceSpecificationCode" minOccurs="0"/>
<element name="E5284" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5284-UnitPriceBasisQuantity" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}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.
|
E5125PriceCodeQualifier |
getE5125()
Gets the value of the e5125 property.
|
BigDecimal |
getE5284()
Gets the value of the e5284 property.
|
String |
getE5375()
Gets the value of the e5375 property.
|
String |
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(E5125PriceCodeQualifier value)
Sets the value of the e5125 property.
|
void |
setE5284(BigDecimal value)
Sets the value of the e5284 property.
|
void |
setE5375(String value)
Sets the value of the e5375 property.
|
void |
setE5387(String 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(E5125PriceCodeQualifier value) |
C509PriceInformation |
withE5284(BigDecimal value) |
C509PriceInformation |
withE5375(String value) |
C509PriceInformation |
withE5387(String value) |
C509PriceInformation |
withE6411(String value) |
public E5125PriceCodeQualifier getE5125()
E5125PriceCodeQualifierpublic void setE5125(E5125PriceCodeQualifier value)
value - allowed object is
E5125PriceCodeQualifierpublic BigDecimal getE5118()
BigDecimalpublic void setE5118(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE5375()
Stringpublic void setE5375(String value)
value - allowed object is
Stringpublic String getE5387()
Stringpublic void setE5387(String value)
value - allowed object is
Stringpublic 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(E5125PriceCodeQualifier value)
public C509PriceInformation withE5118(BigDecimal value)
public C509PriceInformation withE5375(String value)
public C509PriceInformation withE5387(String value)
public C509PriceInformation withE5284(BigDecimal value)
public C509PriceInformation withE6411(String value)
Copyright © 2020. All rights reserved.