public static class ISENDS.SegGrp4.SegGrp5.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="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
DOCDocumentMessageDetails |
getDOC()
Gets the value of the doc property.
|
QRSQueryAndResponse |
getQRS()
Gets the value of the qrs property.
|
void |
setDOC(DOCDocumentMessageDetails value)
Sets the value of the doc property.
|
void |
setQRS(QRSQueryAndResponse value)
Sets the value of the qrs property.
|
ISENDS.SegGrp4.SegGrp5.SegGrp7 |
withDOC(DOCDocumentMessageDetails value) |
ISENDS.SegGrp4.SegGrp5.SegGrp7 |
withQRS(QRSQueryAndResponse value) |
public DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic QRSQueryAndResponse getQRS()
QRSQueryAndResponsepublic void setQRS(QRSQueryAndResponse value)
value - allowed object is
QRSQueryAndResponsepublic ISENDS.SegGrp4.SegGrp5.SegGrp7 withDOC(DOCDocumentMessageDetails value)
public ISENDS.SegGrp4.SegGrp5.SegGrp7 withQRS(QRSQueryAndResponse value)
Copyright © 2020. All rights reserved.