public class DIMDimensions extends Object
Java class for DIM-Dimensions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DIM-Dimensions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6145" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6145-DimensionTypeCodeQualifier"/>
<element name="C211" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C211-Dimensions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DIMDimensions() |
| Modifier and Type | Method and Description |
|---|---|
C211Dimensions |
getC211()
Gets the value of the c211 property.
|
String |
getE6145()
Gets the value of the e6145 property.
|
void |
setC211(C211Dimensions value)
Sets the value of the c211 property.
|
void |
setE6145(String value)
Sets the value of the e6145 property.
|
DIMDimensions |
withC211(C211Dimensions value) |
DIMDimensions |
withE6145(String value) |
public String getE6145()
Stringpublic void setE6145(String value)
value - allowed object is
Stringpublic C211Dimensions getC211()
C211Dimensionspublic void setC211(C211Dimensions value)
value - allowed object is
C211Dimensionspublic DIMDimensions withE6145(String value)
public DIMDimensions withC211(C211Dimensions value)
Copyright © 2020. All rights reserved.