public class SGPSplitGoodsPlacement extends Object
Java class for SGP-SplitGoodsPlacement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SGP-SplitGoodsPlacement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C237-EquipmentIdentification"/>
<element name="E7224" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7224-PackageQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SGPSplitGoodsPlacement() |
| Modifier and Type | Method and Description |
|---|---|
C237EquipmentIdentification |
getC237()
Gets the value of the c237 property.
|
BigDecimal |
getE7224()
Gets the value of the e7224 property.
|
void |
setC237(C237EquipmentIdentification value)
Sets the value of the c237 property.
|
void |
setE7224(BigDecimal value)
Sets the value of the e7224 property.
|
SGPSplitGoodsPlacement |
withC237(C237EquipmentIdentification value) |
SGPSplitGoodsPlacement |
withE7224(BigDecimal value) |
public C237EquipmentIdentification getC237()
C237EquipmentIdentificationpublic void setC237(C237EquipmentIdentification value)
value - allowed object is
C237EquipmentIdentificationpublic BigDecimal getE7224()
BigDecimalpublic void setE7224(BigDecimal value)
value - allowed object is
BigDecimalpublic SGPSplitGoodsPlacement withC237(C237EquipmentIdentification value)
public SGPSplitGoodsPlacement withE7224(BigDecimal value)
Copyright © 2020. All rights reserved.