public class C523NumberOfUnitDetails extends Object
Java class for C523-NumberOfUnitDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C523-NumberOfUnitDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6350" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6350-UnitsQuantity" minOccurs="0"/>
<element name="E6353" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6353-UnitTypeCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C523NumberOfUnitDetails() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6350()
Gets the value of the e6350 property.
|
String |
getE6353()
Gets the value of the e6353 property.
|
void |
setE6350(BigDecimal value)
Sets the value of the e6350 property.
|
void |
setE6353(String value)
Sets the value of the e6353 property.
|
C523NumberOfUnitDetails |
withE6350(BigDecimal value) |
C523NumberOfUnitDetails |
withE6353(String value) |
public BigDecimal getE6350()
BigDecimalpublic void setE6350(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6353()
Stringpublic void setE6353(String value)
value - allowed object is
Stringpublic C523NumberOfUnitDetails withE6350(BigDecimal value)
public C523NumberOfUnitDetails withE6353(String value)
Copyright © 2020. All rights reserved.