public class C512SizeDetails extends Object
Java class for C512-SizeDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C512-SizeDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6173" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6173-SizeTypeCodeQualifier" minOccurs="0"/>
<element name="E6174" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6174-SizeMeasure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C512SizeDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6173()
Gets the value of the e6173 property.
|
BigDecimal |
getE6174()
Gets the value of the e6174 property.
|
void |
setE6173(String value)
Sets the value of the e6173 property.
|
void |
setE6174(BigDecimal value)
Sets the value of the e6174 property.
|
C512SizeDetails |
withE6173(String value) |
C512SizeDetails |
withE6174(BigDecimal value) |
public String getE6173()
Stringpublic void setE6173(String value)
value - allowed object is
Stringpublic BigDecimal getE6174()
BigDecimalpublic void setE6174(BigDecimal value)
value - allowed object is
BigDecimalpublic C512SizeDetails withE6173(String value)
public C512SizeDetails withE6174(BigDecimal value)
Copyright © 2020. All rights reserved.