public class C186QuantityDetails extends Object
Java class for C186-QuantityDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C186-QuantityDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6063" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6063-QuantityTypeCodeQualifier"/>
<element name="E6060" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6060-Quantity"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C186QuantityDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6060()
Gets the value of the e6060 property.
|
String |
getE6063()
Gets the value of the e6063 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6060(String value)
Sets the value of the e6060 property.
|
void |
setE6063(String value)
Sets the value of the e6063 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C186QuantityDetails |
withE6060(String value) |
C186QuantityDetails |
withE6063(String value) |
C186QuantityDetails |
withE6411(String value) |
public String getE6063()
Stringpublic void setE6063(String value)
value - allowed object is
Stringpublic String getE6060()
Stringpublic void setE6060(String value)
value - allowed object is
Stringpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C186QuantityDetails withE6063(String value)
public C186QuantityDetails withE6060(String value)
public C186QuantityDetails withE6411(String value)
Copyright © 2020. All rights reserved.