public class QRSQueryAndResponse extends Object
Java class for QRS-QueryAndResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QRS-QueryAndResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7293" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7293-SectorAreaIdentificationCodeQualifier"/>
<element name="C811" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C811-QuestionDetails" minOccurs="0"/>
<element name="C812" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C812-ResponseDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QRSQueryAndResponse() |
| Modifier and Type | Method and Description |
|---|---|
C811QuestionDetails |
getC811()
Gets the value of the c811 property.
|
C812ResponseDetails |
getC812()
Gets the value of the c812 property.
|
String |
getE7293()
Gets the value of the e7293 property.
|
void |
setC811(C811QuestionDetails value)
Sets the value of the c811 property.
|
void |
setC812(C812ResponseDetails value)
Sets the value of the c812 property.
|
void |
setE7293(String value)
Sets the value of the e7293 property.
|
QRSQueryAndResponse |
withC811(C811QuestionDetails value) |
QRSQueryAndResponse |
withC812(C812ResponseDetails value) |
QRSQueryAndResponse |
withE7293(String value) |
public String getE7293()
Stringpublic void setE7293(String value)
value - allowed object is
Stringpublic C811QuestionDetails getC811()
C811QuestionDetailspublic void setC811(C811QuestionDetails value)
value - allowed object is
C811QuestionDetailspublic C812ResponseDetails getC812()
C812ResponseDetailspublic void setC812(C812ResponseDetails value)
value - allowed object is
C812ResponseDetailspublic QRSQueryAndResponse withE7293(String value)
public QRSQueryAndResponse withC811(C811QuestionDetails value)
public QRSQueryAndResponse withC812(C812ResponseDetails value)
Copyright © 2020. All rights reserved.