public class QVRQuantityVariances extends Object
Java class for QVR-QuantityVariances complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QVR-QuantityVariances">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C279" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C279-QuantityDifferenceInformation" minOccurs="0"/>
<element name="E4221" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4221-DiscrepancyNatureIdentificationCode" minOccurs="0"/>
<element name="C960" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C960-ReasonForChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QVRQuantityVariances() |
| Modifier and Type | Method and Description |
|---|---|
C279QuantityDifferenceInformation |
getC279()
Gets the value of the c279 property.
|
C960ReasonForChange |
getC960()
Gets the value of the c960 property.
|
String |
getE4221()
Gets the value of the e4221 property.
|
void |
setC279(C279QuantityDifferenceInformation value)
Sets the value of the c279 property.
|
void |
setC960(C960ReasonForChange value)
Sets the value of the c960 property.
|
void |
setE4221(String value)
Sets the value of the e4221 property.
|
QVRQuantityVariances |
withC279(C279QuantityDifferenceInformation value) |
QVRQuantityVariances |
withC960(C960ReasonForChange value) |
QVRQuantityVariances |
withE4221(String value) |
public C279QuantityDifferenceInformation getC279()
C279QuantityDifferenceInformationpublic void setC279(C279QuantityDifferenceInformation value)
value - allowed object is
C279QuantityDifferenceInformationpublic String getE4221()
Stringpublic void setE4221(String value)
value - allowed object is
Stringpublic C960ReasonForChange getC960()
C960ReasonForChangepublic void setC960(C960ReasonForChange value)
value - allowed object is
C960ReasonForChangepublic QVRQuantityVariances withC279(C279QuantityDifferenceInformation value)
public QVRQuantityVariances withE4221(String value)
public QVRQuantityVariances withC960(C960ReasonForChange value)
Copyright © 2020. All rights reserved.