public static class PROCST.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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
PROCST.SegGrp6.SegGrp7 |
withDTM(DTMDateTimePeriod value) |
PROCST.SegGrp6.SegGrp7 |
withIMD(IMDItemDescription value) |
PROCST.SegGrp6.SegGrp7 |
withQTY(QTYQuantity value) |
PROCST.SegGrp6.SegGrp7 |
withRFF(RFFReference value) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic PROCST.SegGrp6.SegGrp7 withRFF(RFFReference value)
public PROCST.SegGrp6.SegGrp7 withQTY(QTYQuantity value)
public PROCST.SegGrp6.SegGrp7 withDTM(DTMDateTimePeriod value)
public PROCST.SegGrp6.SegGrp7 withIMD(IMDItemDescription value)
Copyright © 2020. All rights reserved.