public static class PROINQ.SegGrp4.SegGrp6.SegGrp7 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="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
PRIPriceDetails |
getPRI()
Gets the value of the pri property.
|
RNGRangeDetails |
getRNG()
Gets the value of the rng property.
|
void |
setPRI(PRIPriceDetails value)
Sets the value of the pri property.
|
void |
setRNG(RNGRangeDetails value)
Sets the value of the rng property.
|
PROINQ.SegGrp4.SegGrp6.SegGrp7 |
withPRI(PRIPriceDetails value) |
PROINQ.SegGrp4.SegGrp6.SegGrp7 |
withRNG(RNGRangeDetails value) |
public PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic RNGRangeDetails getRNG()
RNGRangeDetailspublic void setRNG(RNGRangeDetails value)
value - allowed object is
RNGRangeDetailspublic PROINQ.SegGrp4.SegGrp6.SegGrp7 withPRI(PRIPriceDetails value)
public PROINQ.SegGrp4.SegGrp6.SegGrp7 withRNG(RNGRangeDetails value)
Copyright © 2020. All rights reserved.