public static class REQOTE.SegGrp9 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="APR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APR-AdditionalPriceInformation"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="2" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="2" minOccurs="0"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" maxOccurs="2" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp9() |
public APRAdditionalPriceInformation getAPR()
APRAdditionalPriceInformationpublic void setAPR(APRAdditionalPriceInformation value)
value - allowed object is
APRAdditionalPriceInformationpublic PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic List<QTYQuantity> getQTY()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<MOAMonetaryAmount> getMOA()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<RNGRangeDetails> getRNG()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rng property.
For example, to add a new item, do as follows:
getRNG().add(newItem);
Objects of the following type(s) are allowed in the list
RNGRangeDetails
public REQOTE.SegGrp9 withAPR(APRAdditionalPriceInformation value)
public REQOTE.SegGrp9 withPRI(PRIPriceDetails value)
public REQOTE.SegGrp9 withQTY(QTYQuantity... values)
public REQOTE.SegGrp9 withQTY(Collection<QTYQuantity> values)
public REQOTE.SegGrp9 withDTM(DTMDateTimePeriod value)
public REQOTE.SegGrp9 withMOA(MOAMonetaryAmount... values)
public REQOTE.SegGrp9 withMOA(Collection<MOAMonetaryAmount> values)
public REQOTE.SegGrp9 withRNG(RNGRangeDetails... values)
public REQOTE.SegGrp9 withRNG(Collection<RNGRangeDetails> values)
Copyright © 2020. All rights reserved.