public class PRIPriceDetails extends Object
Java class for PRI-PriceDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRI-PriceDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C509" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C509-PriceInformation" minOccurs="0"/>
<element name="E5213" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5213-SubLineItemPriceChangeOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PRIPriceDetails() |
| Modifier and Type | Method and Description |
|---|---|
C509PriceInformation |
getC509()
Gets the value of the c509 property.
|
String |
getE5213()
Gets the value of the e5213 property.
|
void |
setC509(C509PriceInformation value)
Sets the value of the c509 property.
|
void |
setE5213(String value)
Sets the value of the e5213 property.
|
PRIPriceDetails |
withC509(C509PriceInformation value) |
PRIPriceDetails |
withE5213(String value) |
public C509PriceInformation getC509()
C509PriceInformationpublic void setC509(C509PriceInformation value)
value - allowed object is
C509PriceInformationpublic String getE5213()
Stringpublic void setE5213(String value)
value - allowed object is
Stringpublic PRIPriceDetails withC509(C509PriceInformation value)
public PRIPriceDetails withE5213(String value)
Copyright © 2020. All rights reserved.