public static class PRODAT.SegGrp9.SegGrp14 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp14() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
PRIPriceDetails |
getPRI()
Gets the value of the pri property.
|
RNGRangeDetails |
getRNG()
Gets the value of the rng property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setPRI(PRIPriceDetails value)
Sets the value of the pri property.
|
void |
setRNG(RNGRangeDetails value)
Sets the value of the rng property.
|
PRODAT.SegGrp9.SegGrp14 |
withCUX(CUXCurrencies value) |
PRODAT.SegGrp9.SegGrp14 |
withPRI(PRIPriceDetails value) |
PRODAT.SegGrp9.SegGrp14 |
withRNG(RNGRangeDetails value) |
public PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic RNGRangeDetails getRNG()
RNGRangeDetailspublic void setRNG(RNGRangeDetails value)
value - allowed object is
RNGRangeDetailspublic PRODAT.SegGrp9.SegGrp14 withPRI(PRIPriceDetails value)
public PRODAT.SegGrp9.SegGrp14 withCUX(CUXCurrencies value)
public PRODAT.SegGrp9.SegGrp14 withRNG(RNGRangeDetails value)
Copyright © 2020. All rights reserved.