public class C270Control extends Object
Java class for C270-Control complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C270-Control">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6069" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6069-ControlTotalTypeCodeQualifier"/>
<element name="E6066" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6066-ControlTotalQuantity"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C270Control() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6066()
Gets the value of the e6066 property.
|
String |
getE6069()
Gets the value of the e6069 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6066(BigDecimal value)
Sets the value of the e6066 property.
|
void |
setE6069(String value)
Sets the value of the e6069 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C270Control |
withE6066(BigDecimal value) |
C270Control |
withE6069(String value) |
C270Control |
withE6411(String value) |
public String getE6069()
Stringpublic void setE6069(String value)
value - allowed object is
Stringpublic BigDecimal getE6066()
BigDecimalpublic void setE6066(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C270Control withE6069(String value)
public C270Control withE6066(BigDecimal value)
public C270Control withE6411(String value)
Copyright © 2020. All rights reserved.