public class CNTControlTotal extends Object
Java class for CNT-ControlTotal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CNT-ControlTotal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C270" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C270-Control"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CNTControlTotal() |
| Modifier and Type | Method and Description |
|---|---|
C270Control |
getC270()
Gets the value of the c270 property.
|
void |
setC270(C270Control value)
Sets the value of the c270 property.
|
CNTControlTotal |
withC270(C270Control value) |
public C270Control getC270()
C270Controlpublic void setC270(C270Control value)
value - allowed object is
C270Controlpublic CNTControlTotal withC270(C270Control value)
Copyright © 2020. All rights reserved.