public class C279QuantityDifferenceInformation extends Object
Java class for C279-QuantityDifferenceInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C279-QuantityDifferenceInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6064" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6064-VarianceQuantity"/>
<element name="E6063" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6063-QuantityTypeCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C279QuantityDifferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6063()
Gets the value of the e6063 property.
|
BigDecimal |
getE6064()
Gets the value of the e6064 property.
|
void |
setE6063(String value)
Sets the value of the e6063 property.
|
void |
setE6064(BigDecimal value)
Sets the value of the e6064 property.
|
C279QuantityDifferenceInformation |
withE6063(String value) |
C279QuantityDifferenceInformation |
withE6064(BigDecimal value) |
public BigDecimal getE6064()
BigDecimalpublic void setE6064(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6063()
Stringpublic void setE6063(String value)
value - allowed object is
Stringpublic C279QuantityDifferenceInformation withE6064(BigDecimal value)
public C279QuantityDifferenceInformation withE6063(String value)
Copyright © 2020. All rights reserved.