public class C211Dimensions extends Object
Java class for C211-Dimensions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C211-Dimensions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode"/>
<element name="E6168" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6168-LengthMeasure" minOccurs="0"/>
<element name="E6140" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6140-WidthMeasure" minOccurs="0"/>
<element name="E6008" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6008-HeightMeasure" minOccurs="0"/>
<element name="E6701" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6701-DiameterMeasure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C211Dimensions() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6008()
Gets the value of the e6008 property.
|
BigDecimal |
getE6140()
Gets the value of the e6140 property.
|
BigDecimal |
getE6168()
Gets the value of the e6168 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
BigDecimal |
getE6701()
Gets the value of the e6701 property.
|
void |
setE6008(BigDecimal value)
Sets the value of the e6008 property.
|
void |
setE6140(BigDecimal value)
Sets the value of the e6140 property.
|
void |
setE6168(BigDecimal value)
Sets the value of the e6168 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
void |
setE6701(BigDecimal value)
Sets the value of the e6701 property.
|
C211Dimensions |
withE6008(BigDecimal value) |
C211Dimensions |
withE6140(BigDecimal value) |
C211Dimensions |
withE6168(BigDecimal value) |
C211Dimensions |
withE6411(String value) |
C211Dimensions |
withE6701(BigDecimal value) |
public String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic BigDecimal getE6168()
BigDecimalpublic void setE6168(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6140()
BigDecimalpublic void setE6140(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6008()
BigDecimalpublic void setE6008(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6701()
BigDecimalpublic void setE6701(BigDecimal value)
value - allowed object is
BigDecimalpublic C211Dimensions withE6411(String value)
public C211Dimensions withE6168(BigDecimal value)
public C211Dimensions withE6140(BigDecimal value)
public C211Dimensions withE6008(BigDecimal value)
public C211Dimensions withE6701(BigDecimal value)
Copyright © 2020. All rights reserved.