public static class BOPDIR.SegGrp3.SegGrp4.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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
GIRRelatedIdentificationNumbers |
getGIR()
Gets the value of the gir property.
|
PRIPriceDetails |
getPRI()
Gets the value of the pri property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
void |
setGIR(GIRRelatedIdentificationNumbers value)
Sets the value of the gir property.
|
void |
setPRI(PRIPriceDetails value)
Sets the value of the pri property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
BOPDIR.SegGrp3.SegGrp4.SegGrp7 |
withGIR(GIRRelatedIdentificationNumbers value) |
BOPDIR.SegGrp3.SegGrp4.SegGrp7 |
withPRI(PRIPriceDetails value) |
BOPDIR.SegGrp3.SegGrp4.SegGrp7 |
withQTY(QTYQuantity value) |
public GIRRelatedIdentificationNumbers getGIR()
GIRRelatedIdentificationNumberspublic void setGIR(GIRRelatedIdentificationNumbers value)
value - allowed object is
GIRRelatedIdentificationNumberspublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic BOPDIR.SegGrp3.SegGrp4.SegGrp7 withGIR(GIRRelatedIdentificationNumbers value)
public BOPDIR.SegGrp3.SegGrp4.SegGrp7 withQTY(QTYQuantity value)
public BOPDIR.SegGrp3.SegGrp4.SegGrp7 withPRI(PRIPriceDetails value)
Copyright © 2020. All rights reserved.