public class APRAdditionalPriceInformation extends Object
Java class for APR-AdditionalPriceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="APR-AdditionalPriceInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4043" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4043-TradeClassCode" minOccurs="0"/>
<element name="C138" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C138-PriceMultiplierInformation" minOccurs="0"/>
<element name="C960" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C960-ReasonForChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
APRAdditionalPriceInformation() |
| Modifier and Type | Method and Description |
|---|---|
C138PriceMultiplierInformation |
getC138()
Gets the value of the c138 property.
|
C960ReasonForChange |
getC960()
Gets the value of the c960 property.
|
E4043TradeClassCode |
getE4043()
Gets the value of the e4043 property.
|
void |
setC138(C138PriceMultiplierInformation value)
Sets the value of the c138 property.
|
void |
setC960(C960ReasonForChange value)
Sets the value of the c960 property.
|
void |
setE4043(E4043TradeClassCode value)
Sets the value of the e4043 property.
|
APRAdditionalPriceInformation |
withC138(C138PriceMultiplierInformation value) |
APRAdditionalPriceInformation |
withC960(C960ReasonForChange value) |
APRAdditionalPriceInformation |
withE4043(E4043TradeClassCode value) |
public E4043TradeClassCode getE4043()
E4043TradeClassCodepublic void setE4043(E4043TradeClassCode value)
value - allowed object is
E4043TradeClassCodepublic C138PriceMultiplierInformation getC138()
C138PriceMultiplierInformationpublic void setC138(C138PriceMultiplierInformation value)
value - allowed object is
C138PriceMultiplierInformationpublic C960ReasonForChange getC960()
C960ReasonForChangepublic void setC960(C960ReasonForChange value)
value - allowed object is
C960ReasonForChangepublic APRAdditionalPriceInformation withE4043(E4043TradeClassCode value)
public APRAdditionalPriceInformation withC138(C138PriceMultiplierInformation value)
public APRAdditionalPriceInformation withC960(C960ReasonForChange value)
Copyright © 2020. All rights reserved.