public class QTYQuantity extends Object
Java class for QTY-Quantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QTY-Quantity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C186" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C186-QuantityDetails"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QTYQuantity() |
| Modifier and Type | Method and Description |
|---|---|
C186QuantityDetails |
getC186()
Gets the value of the c186 property.
|
void |
setC186(C186QuantityDetails value)
Sets the value of the c186 property.
|
QTYQuantity |
withC186(C186QuantityDetails value) |
public C186QuantityDetails getC186()
C186QuantityDetailspublic void setC186(C186QuantityDetails value)
value - allowed object is
C186QuantityDetailspublic QTYQuantity withC186(C186QuantityDetails value)
Copyright © 2020. All rights reserved.